Merged
Conversation
b98b154 to
5b70a96
Compare
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
c16bf2d to
cc09e59
Compare
6c975ae to
4b5bec2
Compare
5 tasks
a2632ef to
bcb2367
Compare
ab9ed89 to
6a7c38e
Compare
Signed-off-by: nscuro <nscuro@protonmail.com>
7c958d3 to
837a8e7
Compare
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Per default Jersey registers default mappers for Jackson exceptions, which cannot be overwritten trivially. Opting out of those mappers requires manual registration of `JacksonFeature`, which requires manual assembly of a Jersey `ResourceConfig`. Signed-off-by: nscuro <nscuro@protonmail.com>
Co-authored-by: nscuro <nscuro@protonmail.com> Signed-off-by: nscuro <nscuro@protonmail.com>
* Follow kebab-case for spec files: Timestamp -> timestamp * Resource names should be pluralized: workflow -> workflows * Use common name for metrics timestamps: measured_at/last_occurrence -> observed_at * Use `format: uuid` when UUID values are expected * Fix missing `@PermissionRequired` annotations Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Save bulk operations for later, keep things simple for the time being. Signed-off-by: nscuro <nscuro@protonmail.com>
Member
Author
|
@sahibamittal I think this is good to go now. Can you have another look if this looks alright to merge? |
sahibamittal
approved these changes
Jul 16, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Adds the
apiMaven module which generates JAX-RS interfaces and model classes based on an OpenAPI spec in YAML format.Relevant design decisions:
teamsvsteam).To demonstrate how APIs may be implemented with this approach, this PR includes a few new endpoints for team management. Those new endpoints are not intended to be "final" yet and are still subject to breaking changes.
Addressed Issue
Implements ADR-007: DependencyTrack/hyades#1797
Relates to DependencyTrack/hyades#1745
Additional Details
DependencyTrack/hyades#1797
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly