-
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
Programming exercises
: Fix an issue when editing build scripts
#8109
Conversation
WalkthroughThe updates made to the programming exercise service encompass a comprehensive overhaul aimed at enhancing functionality and streamlining processes. These changes include integrating various Java utility classes, introducing new service classes to bolster existing capabilities, refining the management of key entities like auxiliary repositories, courses, and exercise specifics, and improving logic related to test cases, user interactions, and version control system (VCS) repository URIs. Changes
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
src/main/java/de/tum/in/www1/artemis/service/programming/ProgrammingExerciseService.java
Show resolved
Hide resolved
src/main/java/de/tum/in/www1/artemis/service/programming/ProgrammingExerciseService.java
Show resolved
Hide resolved
src/main/java/de/tum/in/www1/artemis/service/programming/ProgrammingExerciseService.java
Show resolved
Hide resolved
Development
: consistently store build scriptDevelopment
: Consistently store build script
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 on ts3, code lgtm
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.
tested, works as expected 👍
|
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 locally, works as expected
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 lgtm
59279a9
src/main/java/de/tum/in/www1/artemis/service/programming/ProgrammingExerciseService.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 after changes
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 to me
Development
: Consistently store build scriptProgramming exercises
: Fix an issue when editing build scripts
Checklist
General
Server
Changes affecting Programming Exercises
Motivation and Context
Due to a small bug in the storing and editing code in the server the build script was not always stored correctly, this PR fixes that.
Description
I store the build script after adding it by saving the programming exercise.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Code Review
Manual Tests
Test Coverage
Screenshots
Summary by CodeRabbit