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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/devcontv2 #846

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2024

  1. Updated apt-packages source for devcontainer

    Switched the devcontainer's package source to a different repository to
    align with updated dependencies and package availability. The previous
    source from 'rocker-org' is replaced with 'devcontainers-contrib', which
    may offer more recent or relevant development tools.
    franzbischoff committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    43c6618 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Feb 8, 2024

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

Commits on Feb 19, 2024

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

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

  1. Subject: Centralize prettier ignores and refine

    config
    
    Body:
    Centralized all prettier ignore rules by removing individual
    `.prettierignore` files in subprojects and updating the root
    `.prettierignore` to include previously ignored patterns, ensuring
    consistency across the workspace. Additionally, the prettier
    configuration was refined by making the file pattern for `.config.js`
    files consistent and adjusting quote styles for better readability. All
    lint scripts across the project were updated to respect the centralized
    ignore path, enhancing maintainability.
    
    The consolidation simplifies the process of managing ignore rules as the
    project scales, ensuring developers can focus on writing code without
    worrying about divergent formatting standards. These changes also align
    with introducing comprehensive linting across multiple environments to
    keep the codebase clean and consistent.
    
    This adjustment is a foundational step towards a more streamlined and
    unified code base, making it easier for new contributors to adhere to
    established coding standards and reducing the cognitive load associated
    with managing multiple configuration files across the project.
    franzbischoff committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e1ac84e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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