Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stacklok/codegate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2cf1dda
Choose a base ref
...
head repository: stacklok/codegate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9dd92a6
Choose a head ref
  • 6 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 17, 2025

  1. Revert "Add bandit to the CI pipeline (#619)" (#623)

    This reverts commit b4d719f.
    rdimitrov authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    4d4bb48 View commit details
    Browse the repository at this point in the history
  2. Bump ruff from 0.9.1 to 0.9.2 (#629)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.1 to 0.9.2.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.9.1...0.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    9f94208 View commit details
    Browse the repository at this point in the history
  3. Bump structlog from 24.4.0 to 25.1.0 (#631)

    Bumps [structlog](https://github.com/hynek/structlog) from 24.4.0 to 25.1.0.
    - [Release notes](https://github.com/hynek/structlog/releases)
    - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
    - [Commits](hynek/structlog@24.4.0...25.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: structlog
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    42ffecb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bec0db5 View commit details
    Browse the repository at this point in the history
  5. Bump tree-sitter from 0.23.2 to 0.24.0 (#630)

    Bumps [tree-sitter](https://github.com/tree-sitter/py-tree-sitter) from 0.23.2 to 0.24.0.
    - [Release notes](https://github.com/tree-sitter/py-tree-sitter/releases)
    - [Commits](tree-sitter/py-tree-sitter@v0.23.2...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: tree-sitter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    dceeef8 View commit details
    Browse the repository at this point in the history
  6. Initial CRUD API for workspaces

    This adds a simple and unimplemented REST API for workspaces. Workspaces
    will be the base for all other resources in terms of REST resource
    mapping, so these go first.
    
    These are initially left entirely unimplemented as
    #600 needs to merge
    
    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    9dd92a6 View commit details
    Browse the repository at this point in the history
Loading