- Apr 08, 2024
-
-
Martin Lowe authored
Iss #75 - Add authentication protection to the user lookup endpoint See merge request !184
-
Martin Lowe authored
Iss #129 - Add fix for statuses to look for duplicates at update time See merge request !183
-
- Apr 05, 2024
-
-
Martin Lowe authored
-
Martin Lowe authored
Adds requirements to log into an Eclipse account with committer access to use the user lookup endpoint. Updates to the status UI made to reflect these changes and to ease the login process.
-
- Apr 04, 2024
-
-
Martin Lowe authored
-
Martin Lowe authored
Previously, lists that could be multiple seconds old would be used as the base for updates to the commit status entities, meaning that any requests made around the same time could lead to duplicates. While introducing a little bit of latency to look up just before update, this will remove the risk of duplicates in most cases.
-
Martin Lowe authored
Iss #160 - Update status fetch and update to deduplicate err messages Closes #160 See merge request !182
-
- Apr 03, 2024
-
-
Martin Lowe authored
-
Martin Lowe authored
Previously, error messages weren't being deduplicated after existing and new errors were combined properly, leading to some duplications in results. Resolves #160
-
- Mar 27, 2024
-
-
Martin Lowe authored
Update Jenkinsfile build agent to improve build stability See merge request !181
-
Martin Lowe authored
Reuse of label for buildenv-agent means that the pod may be shared across different builds, which leads to errors in the build at times. To improve this, each project should have it's own unique label
-
- Mar 19, 2024
-
-
Martin Lowe authored
chore: Update Commons version to 0.9.5 See merge request !180
-
- Mar 18, 2024
-
-
Martin Lowe authored
-
Martin Lowe authored
Malowe/main/projects fix See merge request !179
-
Martin Lowe authored
-
- Mar 15, 2024
-
-
Martin Lowe authored
-
Martin Lowe authored
-
Martin Lowe authored
Iss #159 - Update Jenkinsfile + staging k8s for new latest-staging tag Closes #159 See merge request !178
-
- Mar 14, 2024
-
-
Martin Lowe authored
Resolves #159
-
- Mar 06, 2024
-
-
Martin Lowe authored
Iss #158 - Add alternate GH action bot user format to allowlist See merge request !177
-
- Mar 05, 2024
-
-
Martin Lowe authored
-
- Feb 26, 2024
-
-
Martin Lowe authored
Clean up some new Java 17 code smell aroudn stream collection See merge request !176
-
Martin Lowe authored
-
- Feb 07, 2024
-
-
Zachary Sabourin authored
feat: Add message to UI for unknown EF accounts See merge request !175
-
- Jan 25, 2024
-
-
Zachary Sabourin authored
#111
-
- Jan 15, 2024
-
-
Martin Lowe authored
Iss #154 - Encode remaining hanging esc char in JSON for ECA hook script Closes #154 See merge request !173
-
Martin Lowe authored
Additional JSON processing is unneeded as current library handles whitespace characters, and there appears to be no other issues with the posts when tested locally. To reduce complexity, the additional processing will be removed.
-
- Jan 10, 2024
-
-
Martin Lowe authored
Upgrade API to use Quarkus 3.x and Java 17 as compilation target See merge request !174
-
- Jan 04, 2024
-
-
Martin Lowe authored
-
- Jan 03, 2024
-
-
Martin Lowe authored
Hanging escape characters in JSON data is not considered valid and causes issues downstream on attempted validation. This change replaces them with a safe encoded version that represents the same content. Resolves #154
-
- Dec 05, 2023
-
-
Martin Lowe authored
Update EF commons version to pull astro fix, fix breaking code See merge request !172
-
- Dec 04, 2023
-
-
Martin Lowe authored
-
Martin Lowe authored
-
- Nov 30, 2023
-
-
Martin Lowe authored
Iss #144 - Update UI to use Astro theme Closes #144 See merge request !171
-
Martin Lowe authored
Resolves #144
-
- Nov 29, 2023
-
-
Martin Lowe authored
Iss #150 - Update Java RT image to use Java 17 base image Closes #150 See merge request !170
-
- Nov 22, 2023
-
-
Martin Lowe authored
Resolves #150
-
- Nov 15, 2023
-
-
Martin Lowe authored
Iss #153 - Fix bad section ref in Qute template that broke revalidation See merge request !169
-
Martin Lowe authored
-
- Nov 09, 2023
-
-
Martin Lowe authored
Iss #152 - Add a minute delay to installation scan to resolve race con See merge request !168
-