-
Notifications
You must be signed in to change notification settings - Fork 13
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
Jazzy migration #628
Draft
Flova
wants to merge
10
commits into
main
Choose a base branch
from
feature/jazzy-ubuntu2404-devcontainer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Jazzy migration #628
Commits on Oct 31, 2024
-
refactor(devcontainer): use non absolute path in PROMPT
starting from `~` instead of using the whole path
Configuration menu - View commit details
-
Copy full SHA for 8efc661 - Browse repository at this point
Copy the full SHA 8efc661View commit details -
feat(devcontainer): use non root user
bitbots
to prevent issues when interacting with the repository both from within the container and outside the container, due to permissions not being correct
Configuration menu - View commit details
-
Copy full SHA for 72c401f - Browse repository at this point
Copy the full SHA 72c401fView commit details -
fix(devcontainer): delete
users
group from containerin `Dockerfile`, because the `updateRemoteUserUID` setting of the devcontainer does not change the `GID` of the `containerUser` dynamically to the one of the host user if the group exists in the container already microsoft/vscode-remote-release#2402. In our case the `containerUser` is set to `bitbots`, because it automatically uses the last `USER` instruction from the `Dockerfile` and the `remoteUser` inherits from `containerUser`. For reference see: microsoft/vscode-remote-release#1155
Configuration menu - View commit details
-
Copy full SHA for 89cb2ad - Browse repository at this point
Copy the full SHA 89cb2adView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c6dc0c - Browse repository at this point
Copy the full SHA 3c6dc0cView commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00d6efa - Browse repository at this point
Copy the full SHA 00d6efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe72bb - Browse repository at this point
Copy the full SHA bfe72bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0b69c - Browse repository at this point
Copy the full SHA 3c0b69cView commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dacfb4e - Browse repository at this point
Copy the full SHA dacfb4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e606e03 - Browse repository at this point
Copy the full SHA e606e03View commit details
Commits on Nov 25, 2024
-
test(team_comm): update snapshots
as with upgrade to jazzy or packages floating point handling seems to have changed slightly
Configuration menu - View commit details
-
Copy full SHA for 4b8b0e9 - Browse repository at this point
Copy the full SHA 4b8b0e9View commit details
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.