-
Notifications
You must be signed in to change notification settings - Fork 303
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
: Structure build logs folder
#9304
Integrated code lifecycle
: Structure build logs folder
#9304
Conversation
WalkthroughThe changes introduced in this pull request enhance the functionality of the Changes
Possibly related PRs
Suggested labels
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
Tip Early access features: enabledWe are currently testing the following features in early access:
Note:
|
Integrated code lifecycle
: add folder structure buildlogsIntegrated code lifecycle
: Structure buildlogs folder
c40a64b
to
f14c498
Compare
src/main/java/de/tum/cit/aet/artemis/programming/service/BuildLogEntryService.java
Outdated
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.
Tested in testing session yesterday, Changes lgtm
Integrated code lifecycle
: Structure buildlogs folderIntegrated code lifecycle
: Structure build logs folder
Integrated code lifecycle
: Provide Instructors more options to control container configuration
#9487
Checklist
General
Server
Changes affecting Programming Exercises
Motivation and Context
Currently, all the build log files are saved under the same folder. This raises an issue when admins want to access a build log file manually where the folder takes a long time to load due to the extremely large number of files
Description
This PR introduces a folder structure to the build logs:
Old build logs files will stay in that parent folder for now and will be automatically gradually deleted.
Steps for Testing
Prerequisites (Test servers):
Prerequisites (Optional - Locally):
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Performance Tests
Summary by CodeRabbit
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Tests