- 12 Oct, 2021 1 commit
-
-
Martin Lowe authored
-
- 03 Sep, 2021 1 commit
-
-
Martin Lowe authored
* Add Quartz scheduler to clean up stale form entries. * Update scheduled DB clean to use java time lib rather than util time * Update default to be 60d for db stale inactive clean up
-
- 24 Aug, 2021 1 commit
-
-
Martin Lowe authored
-
- 26 Jul, 2021 5 commits
-
-
-
Adds new response filter that intercepts redirects to change the response to a different code on given endpoints using regex to target endpoints. Adds 3 new properties for enabling redirect blocking, configuring the endpoints that this filter applies to, and the return code. Update naming of redirect filter, remove bad call, remove oidc-client
-
Adds property that stops auto redirect when there is an issue with authentication and source is Javascript.
-
-
-
- 19 Jul, 2021 1 commit
-
-
Martin Lowe authored
Remove extra entries for deletion cascade that broke update. Add extra lines into DELETE call to manually take care of extra entries.
-
- 16 Jul, 2021 2 commits
-
-
-
Includes Qute templates, Mailer extension settings, and logic to update form once finished.
-
- 07 Jul, 2021 1 commit
-
-
Martin Lowe authored
* Adding tests for OIDC and membership form * Add JSON schema generation script * Fix existing membership tests, add additional endpoint tests Also includes formal upgrade to snapshot 0.2 of Commons API. Fixes a few issues discovered while testing where API results diverge from expected output from openAPI spec. * Fix broken service, wrong inject imported * Add CORS + SameSite security to API * Fix break from org service not binding properly in testing, api base * Fix docker build for JVM to use new 1.13 standard dockerfile contents * Add test assertions to ensure Accept and ContentType formats are followed * Remove hardcoded user IDs from dataloader
-
- 22 Jun, 2021 1 commit
-
-
Christopher Guindon authored
* fix proxy settings Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * create eclipse.app.base_url Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * follow naming conversion Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * follow naming conversion Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
-
- 18 Jun, 2021 2 commits
-
-
Christopher Guindon authored
* fix staging deployments Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * fix staging deployments Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
-
Christopher Guindon authored
* update rem deployements Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org> * fix staging in jenkins file Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
-
- 17 Jun, 2021 1 commit
-
-
- 16 Jun, 2021 1 commit
-
-
Martin Lowe authored
* Add external org API binding with properties * Update Organization members API binding Update to match new API format that will soon be live. * Update external organizations endpoint for caching * Update to organizations resource to split retrieval and add caching
-
- 07 Jun, 2021 1 commit
-
-
Martin Lowe authored
-
- 03 Jun, 2021 1 commit
-
-
Martin Lowe authored
* Add copyright headers to Java files * Add Working Group levels implementation * Update OpenAPI yaml for new org and wg endpoints * Added organizations and working_groups to docker vhost config * Update to organizations endpoint spec
-
- 27 May, 2021 1 commit
-
-
Christopher Guindon authored
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
-
- 26 May, 2021 1 commit
-
-
Martin Lowe authored
* Update to integrate API into docker stack for local dev * Fix ports on docker compose * Remove extra yarn file and update make file * Update to yarn commadns to be cleaner w/o cd * Update README for makefile and docker-compose * Fix OIDC endpoint target to be set as part of secret config The OIDC public auth endpoint needs to be set for each machine and will likely be unique for every machine. This is due to the docker instance not accepting localhost as a proper binding address for the API. * Update docker secrets and update readme * Fix API docker container name
-
- 12 May, 2021 1 commit
-
-
Christopher Guindon authored
Signed-off-by:
Christopher Guindon <chris.guindon@eclipse-foundation.org>
-
- 09 Mar, 2021 1 commit
-
-
Yi (Flora) Liu authored
* Update css of react-select and input Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * adjust company information css Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * styles to 2, 3, and 4 steps Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add checkbox for representatives Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * spacing for company info Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add add/remove working groups function Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update review CSS Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update Stepper styles Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove warnings Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update Less file - Add a parent class name to wrap all the other - fix compile error, to make the output css the same as expected Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add red style to country and province selector Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add fake login page, waiting for image Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * better handle data when select same as Company Rep Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Trying to add polyfill for IE, add arrow image in the first step Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add Orange star for must enter field Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Text change Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add fake login Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * First Solution to fetch data when current step initial render Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add fake post and fake get Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update fetch data in step 2 and 3 Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix bugs when creating a new form Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Adjusted PUT and GET data according to the API SPEC Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Hide next button when not login Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add a commented function for potential clear the form Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add submit success page Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Better handle form status when switching between new forms and existing forms Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Adopt a new contry list from npm package Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Better file structures and fake GET PUT Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix file name case sensitive change Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Map data correctly Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Map effective date wihtout time, and fix participation level not showing Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Define when there is no id, use POST, when has id, use PUT Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix typo in endpoint helper Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix stepper wrong click, and fix some preview disappear Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add validation on working groups and signing Auth; adjust some css Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * add custom checkbox and improve the validation for contacts especially when same or not the same Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix bug, date got broken due to typo in validation Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Test to update package and use strict mode Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add one line for empty form Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * move updates in PR 36 to this one Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add a loading and fix form preview empty issue Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add a constants file and rename fake-input classname to preview-field Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove some console log Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * More clean up, remove comments Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix wrong path in working group select Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Change some double quote to single for string Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Consistency on quotes Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update details according to feedback from Shanda Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add job title to SigningAuth Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update twitter handle label Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add star to working groups page Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove react router Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add check if is the same contacts when prefill data Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove a unnecessary console log Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * better check in checkSameContact Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update components comply with PR43 Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Delete src/components/steppers directory This is duplicate with the Capitlized ones * update folder name Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add detect of prod, or localhost 3000, or localhost 8090 Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * add detecting env for data call api Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * fix warning in console log Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove unnecessary component Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove unnecessaries Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Sync with backend commit and remove unnecessary Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * remove unnecessary fetch in participation level Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add descriptions to util functions Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update define localhost Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * sync with master Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update form chooser page style according to feedback from Shanda Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add renamed Stepper Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Delete src/main/js/src/components/steppers directory Delete the lowercase directory of Steppers * Delete src/main/js/src/components/Steppers directory Temporarily delete this one, will bring it back later. * bring back the Steppers folder to clean the renaming commit history Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add hr to separate working groups in preview, style star span, hide wg before selecting wg Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update preview display of selector; temply remove do not want to join Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * temply removed commented code Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Update params description Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add submit step func when clicking on the top stepper Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add input id to connect label Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Use sessionstorage instead, and move working groups options fetching to avoid empty when no sessionstorage Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Add aria for accessibilities Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org> * Fix heading skipped accessibility issue Signed-off-by:
Yi Liu <yi.liu@eclipse-foundation.org>
-
- 03 Mar, 2021 1 commit
-
-
Martin Lowe authored
Signed-off-by:
Martin Lowe <martin.lowe@eclipse-foundation.org>
-