GRAD2-3335 - Add Metadata Endpoint to All GRAD APIs#384
Merged
kamal-mohammed merged 3 commits intograd-releasefrom Feb 27, 2025
Merged
GRAD2-3335 - Add Metadata Endpoint to All GRAD APIs#384kamal-mohammed merged 3 commits intograd-releasefrom
kamal-mohammed merged 3 commits intograd-releasefrom
Conversation
mightycox
approved these changes
Feb 27, 2025
|
githubmamatha
added a commit
that referenced
this pull request
Mar 5, 2025
* Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump aquasecurity/trivy-action from 0.2.5 to 0.29.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.5 to 0.29.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.2.5...0.29.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Changed over from DeploymentConfig to Deployment (#361) * GRAD2-3164: task is complete. GRAD2-3164: task is complete. * Fixed the broken junit test is fixed for PF validation. Fixed the broken junit test is fixed for PF validation. * More coverage & clean up comments. More coverage & clean up comments. * Fixed the broken flows in Junit test. Fixed the broken flows in Junit test. * Updated to improve after code review. Updated to improve after code review. * GRAD2-3220: task is completed. GRAD2-3220: task is completed. * Clean up the unused code. Clean up the unused code. * Compression is enabled. Compression is enabled. * git actions change. * bruno documentation (#372) * GRAD2-3169: task is complete. GRAD2-3169: task is complete. * Changes to leverage global header and remove "Authorization" header from api endpoints. * Changes to sync trax changes to GRAD based on new student status. * Changes to flag for change capture logic. * Added * Changes to change capture logic. * Defensive code for null handling. * GRAD2-3335 - Add Metadata Endpoint to All GRAD APIs (#384) * GRAD2-3335 - Add Metadata Endpoint to All GRAD APIs * GRAD2-3335 - Add Metadata Endpoint to All GRAD APIs * Update APIMetadataController.java * Update pom.xml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Ditcher <chris.ditcher@gov.bc.ca> Co-authored-by: Jinil Sung <infstar@gmail.com> Co-authored-by: sumathi-thirumani <57740789+sumathi-thirumani@users.noreply.github.com> Co-authored-by: QSL\SumathiT <sumathi.thirumani@quartech.com> Co-authored-by: Kamal Mohammed <kamal.mohammed@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



GRAD2-3335 - Add Metadata Endpoint to All GRAD APIs