-
Notifications
You must be signed in to change notification settings - Fork 297
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
Integrated code lifecycle
: Add filter and search to finished build jobs
#8702
Integrated code lifecycle
: Add filter and search to finished build jobs
#8702
Conversation
…cle/add-filter-search-finished-buildjobs # Conflicts: # src/main/java/de/tum/in/www1/artemis/web/rest/admin/AdminBuildJobQueueResource.java
- fix http params issues - fix rendering issues
- handle filter in course view
…ter-search-finished-buildjobs
…ter-search-finished-buildjobs
…ter-search-finished-buildjobs
…ter-search-finished-buildjobs
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.
Actionable comments posted: 5
…cle/add-filter-search-finished-buildjobs # Conflicts: # src/main/java/de/tum/in/www1/artemis/repository/BuildJobRepository.java
efe7a0e
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.
Actionable comments posted: 1
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.
Code
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.
Reapprove - conflict fixes
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.
reapprove
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.
Reapprove
Integrated code lifecycle
: Add filter/search to finished buildjobs in buildQueue viewIntegrated code lifecycle
: Add filter and search to finished build jobs
Checklist
General
Server
Client
Motivation and Context
To make it easier for admins to navigate through the finished build jobs, we want to add a filter/search feature for these criteria: status, build agent, build start date, build duration, and a search field for build jobs for specific users and courses
Description
Client: added the necessary UI for the filter. Also filters should be saved in localStorage in case of page reload
Server: Added a query according to the required criteria (for searching for user, instead of querying the actual user, we check the username in the repository name)
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Screenshots
Summary by CodeRabbit
New Features
Refactor
Documentation