-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues endpoint #1014
Issues endpoint #1014
Conversation
e91062f
to
e331a0a
Compare
b239039
to
ce68809
Compare
Based on the work of @MarcelBochtler the PR now supports sorting and pagination. |
).where { AdvisorJobsTable.ortRunId eq ortRunId } | ||
} | ||
|
||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure whether this out-commented code should remain here, since it needs to be reworked anyway. Maybe better add a TODO comment (to the class) describing the current limitations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the commented out code and add a TODO with what is missing.
166b938
to
c233526
Compare
Looks like this PR needs to be rebased in order to adapt to dc901ba. |
c233526
to
73de8b5
Compare
@wkl3nk could you please tick those boxes of @MarcelBochtler's original post that have meanwhile been implemented? |
Also, please rebase onto latest |
Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
This allows to pass abstract queries like `Union` or `Intersect` to be passed as a custom query. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
73de8b5
to
eeb1f4c
Compare
@wkl3nk the compile error can be fixed like here. |
Add an endpoint to retrieve issues, their source and affected packages for an ORT run. Resolves eclipse-apoapsis#405. Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com> Signed-off-by: Wolfgang Klenk <wolfgang.klenk2@bosch.com>
eeb1f4c
to
5d1e178
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Done. |
This PR currently misses the following functionality before being ready to review:
IssueService
/ Database Query