- 06 Oct, 2021 1 commit
-
-
Martin Lowe authored
* Update address fields to use generic fields * Remove call that does not exist in production packages * Update DDL for recreating DB, add JSONb property names in address fields * Made address label dynamic based on country/region and solved conflicts * Modified required logic for city field * Fixed some small issues Co-authored-by:
Zhou Fang <zhou.fang@eclipse-foundation.org>
-
- 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
-
- 20 Aug, 2021 2 commits
-
-
Contains changes for Java API, DDL schema, and openapi spec.
-
-
- 18 Aug, 2021 2 commits
-
-
Collects data under single data object called MailerData to simplify calls to the mailer. Removes author email templates and instead uses base email template with an additional section.
-
Includes updates to email template, ddl, and bootstrap for creating dummy data.
-
- 28 Jul, 2021 1 commit
-
-
complete Validation for complete action makes use of hibernate/persistence validation mechanisms, calling the logic in service before posting to the mail service.
-
- 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.
-