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: v0.1.29
Choose a base ref
...
head repository: stacklok/codegate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.30
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 14, 2025

  1. Bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 (#1273)

    Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.29.0 to 0.30.0.
    - [Release notes](https://github.com/aquasecurity/trivy-action/releases)
    - [Commits](aquasecurity/trivy-action@18f2510...6c175e9)
    
    ---
    updated-dependencies:
    - dependency-name: aquasecurity/trivy-action
      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 Mar 14, 2025
    Configuration menu
    Copy the full SHA
    6d8f611 View commit details
    Browse the repository at this point in the history
  2. Bump ruff from 0.9.10 to 0.10.0 (#1274)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.10 to 0.10.0.
    - [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.10...0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      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 Mar 14, 2025
    Configuration menu
    Copy the full SHA
    cc8fd71 View commit details
    Browse the repository at this point in the history
  3. Fix streaming output corruption with copilot (#1261)

    * Shortcut other steps if one holds the output
    
    We had a bug in the output pipeline where if one step returned []
    meaning that the output chunk should be held off, all the current chunks
    would continue to run and potentially modify the context.
    
    * Shortcut buffered PII sooner, as soon as the buffer can't be a UUID
    
    Our PII refaction format is `#UUID#`. Our code was finding an opening #,
    then checking for a closing matching # or end of the output. For
    copilot, however, this meant that we were buffering the whole file,
    because the filename comes in this format:
    
    ```
    ```
    
    This means we would keep searching for the closing hash which never
    came. Instead, buffer only as long as the context between the hashes can
    reasonably be a UUID.
    
    Fixes: #1250
    
    ---------
    
    Co-authored-by: Luke Hinds <luke@stacklok.com>
    jhrozek and Luke Hinds authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    de09cad View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Bump library/node from dcacc1e to 581b092 (#1278)

    Bumps library/node from `dcacc1e` to `581b092`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    dac6a9c View commit details
    Browse the repository at this point in the history
Loading