-
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
: Display checkout directories in build plan preview
#8597
Programming exercises
: Display checkout directories in build plan preview
#8597
Conversation
…splayed programming exercise
…display-checkout-directories
Programming Exercises
: Feature/programming exercises/display checkout directoriesProgramming Exercises
: Display checkout directories in build plan preview for localCI
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.
Thanks for addressing my feedback. Code LGTM 👍
…ckout-directories
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.
Tested on TS2, works as described.
…ckout-directories
Programming Exercises
: Display checkout directories in build plan preview for localCIProgramming exercises
: Display checkout directories in build plan preview
Integrated code lifecycle
: Provide Instructors more options to control container configuration
#9487
Checklist
General
Server
Client
Motivation and Context
With the introduction of localCI it is now opaque where the repositories are actually checked out. This information was previously available when viewing the respective build plan in Bamboo (or Jenkins).
The information can currently only be found by reading the documentation and referring to the actually used code.
Description
Client
programming-exercise-plans-and-repositories-preview.component.ts
programming-exercise-update.component.ts
since console errors were displayed in the console when adding auxiliary repositoriesbuild-log-statistics-dto.ts
to theentities
folder, as we seem to store all dtos there in the client sideServer
ContinousIntegrationService
)Steps for Testing
The change will only be visible on a localCI test server!
Prerequisites:
Java
->OCaml
)sut
, checkoutDirectory:assignment/sut
)/
for the root directory for consistency if e.g. thetest
repository is checked out in the root repository)Check out repository of sample solution
(only available for OCaml and Haskell)If you additionally want to verify that the displayed information is checked you can set a breakpoint in
BuildJobContainerService.populateBuildJobContainer
and then look at the docker if container is build as expected from the information displayed in the new UI.You will find the testing directory under
/var/tmp/testing-dir/
in the docker container.(Note: some build scripts only have images for amd, which will early abort as the image will be pulled first - either define an existing image for the exercise or change you application-local.yml accordingly, e.g.
continuous-integration.image-architecture: amd64
)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
Change Comparison
Screencast
The screencast may take some time to load 🐌