-
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
: Separate build agent summary and details view
#8395
Conversation
…iew' into feature/localci/decouple-agent-view
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 looks good
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: 2
src/main/java/de/tum/in/www1/artemis/web/rest/admin/AdminBuildJobQueueResource.java
Show resolved
Hide resolved
src/main/java/de/tum/in/www1/artemis/web/rest/admin/AdminBuildJobQueueResource.java
Show resolved
Hide resolved
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
: Decouple build agent summary and details viewIntegrated code lifecycle
: Separate build agent summary and details view
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.
Followed the testing steps and it worked fine, I do have some suggestions for a follow up regarding the UI:
- Even if I am in full screen the
Running build jobs
table will need to be scrolled horizontally, I think it would be good if the table would not need to be scrolled
- I guess that it would be beneficial if there would be a general navigation option to the Build Agents (I did not find that option, except for clicking on a build agent if one is running)
- I think that the
Cancel All
button should not be displayed or disabled if there are no build jobs running
Checklist
General
Server
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Changes affecting Programming Exercises
Motivation and Context
The current BuildAgentView is very cluttered and hardy navigable with lots of build agents and recent build jobs. This view should be decoupled to a BuildAgentSummaryView and BuildAgentDetailsView
Description
BuildAgentSummaryView: Offers a list of all build agents and their running build jobs.
BuildAgentDetailsView: Shows the running build jobs for a specific agent and it's recent build jobs.
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
Client
Server
Screenshots
Build Agent Summary
Build Agent Details
Build Queue with clickable agent name
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Style
Tests