-
Notifications
You must be signed in to change notification settings - Fork 331
Programming exercises
: Display checkout directories in build plan preview
#8597
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
Merged
krusche
merged 129 commits into
develop
from
feature/programming-exercises/display-checkout-directories
Jun 1, 2024
Merged
Programming exercises
: Display checkout directories in build plan preview
#8597
krusche
merged 129 commits into
develop
from
feature/programming-exercises/display-checkout-directories
Jun 1, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…splayed programming exercise
…display-checkout-directories
Programming Exercises
: Feature/programming exercises/display checkout directoriesProgramming Exercises
: Display checkout directories in build plan preview for localCI
…ckout-directories
Programming Exercises
: Display checkout directories in build plan preview for localCIProgramming exercises
: Display checkout directories in build plan preview
iyannsch
pushed a commit
that referenced
this pull request
Jun 4, 2024
This was referenced Sep 22, 2024
This was referenced Oct 3, 2024
This was referenced Oct 14, 2024
Integrated code lifecycle
: Provide Instructors more options to control container configuration
#9487
Merged
12 tasks
26 tasks
This was referenced Jul 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
ready for review
server
Pull requests that update Java code. (Added Automatically!)
template
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 🐌