- Jan 13, 2025
-
-
Martin Lowe authored
update: switch account updates to use TZ, fix a bad client typing See merge request !64
-
Martin Lowe authored
update: increment SDK version to latest (1.1.10) See merge request !65
-
Martin Lowe authored
-
- Dec 02, 2024
-
-
Martin Lowe authored
Should help fix an inconsistency with the time posted for account requests. As LocalDateTime doesn't have TZ data and isn't actually a point in time but a reference to a floating time, differences in server time could cause strange behaviour.
-
- Sep 27, 2024
-
-
Martin Lowe authored
chore: Update Commons version to 1.1.6 See merge request !62
-
- Sep 25, 2024
-
-
Martin Lowe authored
-
- Sep 13, 2024
-
-
Martin Lowe authored
Add ephemeral storage limits to the k8s config See merge request !61
-
- Sep 11, 2024
-
-
Martin Lowe authored
-
- Aug 26, 2024
-
-
Martin Lowe authored
Update to SDK 1.1.5 and add required fields to specs for tests See merge request !60
-
Martin Lowe authored
-
- Aug 23, 2024
-
-
Martin Lowe authored
-
- Jul 24, 2024
-
-
Martin Lowe authored
Iss #34 - Update retirement to not fail for non-existent users Closes #34 See merge request !59
-
Martin Lowe authored
This ran afoul of an edge case where a user that is in the process of deletion requests retirement, and the user has already been deactivated by the time the retirement process starts. This leads to errors where the user can't be removed as there is no data in the profile api for inactive users. Resolves #34
-
- Jul 23, 2024
-
-
Martin Lowe authored
Update k8s config files to match current standard See merge request !58
-
Martin Lowe authored
-
- May 27, 2024
-
-
Martin Lowe authored
Update database table names for updated names post migration See merge request !55
-
- May 21, 2024
-
-
Martin Lowe authored
Add patch to handle user contact updates less noisily See merge request !57
-
- May 17, 2024
-
-
Martin Lowe authored
When updating user organization records, previously all records were cleaned out and added back. This triggered DB table triggers and created a lot of noise in the records.
-
- May 03, 2024
-
-
Martin Lowe authored
Malowe/main/q 3.8 upgrade See merge request !56
-
- May 02, 2024
-
-
Martin Lowe authored
-
Martin Lowe authored
-
- Apr 09, 2024
-
-
Martin Lowe authored
-
- Mar 27, 2024
-
-
Martin Lowe authored
Iss #33 - Update retirement to only check account table for CM requests Closes #33 See merge request !53
-
Martin Lowe authored
Update Jenkins pipeline agent label to improve build stability See merge request !54
-
Martin Lowe authored
-
Martin Lowe authored
As only CM has LCC permissions, we shouldn't care if that has been set for PL retirement. This fixes that and introduces a regression test. Resolves #33
-
- Mar 25, 2024
-
-
Martin Lowe authored
Add liveness and startup probes to OKD configs See merge request !52
-
- Mar 21, 2024
-
-
Martin Lowe authored
-
- Mar 20, 2024
-
-
Martin Lowe authored
chore: Update Commons version to 0.9.5 See merge request !51
-
Martin Lowe authored
-
- Mar 13, 2024
-
-
Martin Lowe authored
Iss #31 - Split latest image push to separate stage in Jenkins build See merge request !46
-
Martin Lowe authored
-
Martin Lowe authored
Update Commons version to latest to pull patch for users w/ mail history See merge request !50
-
Martin Lowe authored
-
- Mar 06, 2024
-
-
Martin Lowe authored
Check that provisioning isn't null before using value in update See merge request !49
-
Martin Lowe authored
There was an issue where `nullProvisioning` was showing up in some messages due to empty values. To address this, the value is checked to be non null/empty before being used.
-
- Mar 05, 2024
-
-
Martin Lowe authored
Iss #32 - Wrap check for people projects in a catch to handle exception Closes #32 See merge request !48
-
- Mar 04, 2024
-
-
Martin Lowe authored
Currently, a new exception is thrown by Hibernate when no results can be found. In the future this will be handled by the framework, but as a workaround, this has been added for now. Resolves #32
-
- Mar 01, 2024
-
-
Martin Lowe authored
Bump kubernetes resource grants due to higher demands at server start See merge request !47
-
- Feb 26, 2024
-
-
Martin Lowe authored
Since update to Quarkus 3.x, servers seem to need more RAM to start successfully. This is the safe limits currently set in live servers.
-