Skip to content
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
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Jazzy migration #628

wants to merge 10 commits into from

Commits on Oct 31, 2024

  1. refactor(devcontainer): use non absolute path in PROMPT

    starting from `~` instead of using the whole path
    texhnolyze committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8efc661 View commit details
    Browse the repository at this point in the history
  2. 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
    texhnolyze committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    72c401f View commit details
    Browse the repository at this point in the history
  3. fix(devcontainer): delete users group from container

    in `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
    texhnolyze committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    89cb2ad View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3c6dc0c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    00d6efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe72bb View commit details
    Browse the repository at this point in the history
  3. Apply formatting

    JanNiklasFeld committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    3c0b69c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    dacfb4e View commit details
    Browse the repository at this point in the history
  2. New Formating

    JanNiklasFeld committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e606e03 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. test(team_comm): update snapshots

    as with upgrade to jazzy or packages floating point handling seems to
    have changed slightly
    texhnolyze committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4b8b0e9 View commit details
    Browse the repository at this point in the history