Bion Johnson
Bion Johnson
repro: 1. open emux term 2. run `lein repl` 3. type something 4. try to delete it 5. cry
Updating from v6.2.0-RC4 to v6.2.0-RC7 has caused a regression where methods annotated with `javax.persistence.PrePersist` and `javax.persistence.PreUpdate` are not longer called before insertion or update. Example usage: https://github.com/seattle-uat/civiform/blob/main/server/app/models/Applicant.java#L74-L76
Update translations for all languages except for Tagalog and Somali (still waiting on those).
Run the browser test suite against staging on each deploy and report failure somewhere visible. Some code paths cannot be exercised in dev and test environments so this gives us...
This is a meta issue for tracking [Github status checks](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks) the dev team would like to implement to improve reliability. - [x] check that typescript formatting is correct - [x]...
There are no automated tests for the deployment system and its success depends on the behavior with integrated cloud providers. This task is to periodically rebuild the entire Azure staging...
Automated updates failed for this: https://github.com/seattle-uat/civiform/pull/2213 Figure out what we're using this for and how to upgrade it.
We were using https://webjars.org/ to load javascript libraries but the azure blob storage library specifically causes a Java compilation error on Java 11.0.14. To unblock upgrading Java we [switched to...