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: f9b9bca
Choose a base ref
...
head repository: stacklok/codegate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 134b76e
Choose a head ref
  • 10 commits
  • 17 files changed
  • 7 contributors

Commits on Mar 11, 2025

  1. Update model_prices_and_context_window.json to version generated on 2…

    …025-03-09 (#1253)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    33a1908 View commit details
    Browse the repository at this point in the history
  2. Bump ruff from 0.9.9 to 0.9.10 (#1254)

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to 0.9.10.
    - [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.9...0.9.10)
    
    ---
    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 Mar 11, 2025
    Configuration menu
    Copy the full SHA
    48fce00 View commit details
    Browse the repository at this point in the history
  3. Bump onnxruntime from 1.20.1 to 1.21.0 (#1256)

    Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.20.1 to 1.21.0.
    - [Release notes](https://github.com/microsoft/onnxruntime/releases)
    - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
    - [Commits](microsoft/onnxruntime@v1.20.1...v1.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: onnxruntime
      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 11, 2025
    Configuration menu
    Copy the full SHA
    7d131ec View commit details
    Browse the repository at this point in the history
  4. feat: update messages endpoint to return a conversation summary (#1247)

    * feat: update messages endpoint to return a conversation summary
    
    Modify the messages endpoint to return just a conversationsummary,
    that will simplify the current queries. Create a different endpoint
    that will return a list of conversations for a given prompt id
    
    * fixes from rebase
    
    * fix lint
    
    * changes from review
    
    * fixes from review
    
    * fix pagination
    
    * decouple alerts from question/answer
    
    * fix querying prompts without alerts
    
    * clean message in list
    
    ---------
    
    Co-authored-by: Alex McGovern <58784948+alex-mcgovern@users.noreply.github.com>
    yrobla and alex-mcgovern authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    34b8aa2 View commit details
    Browse the repository at this point in the history
  5. Update OpenAPI to version generated from ref 34b8aa2 (#1263)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    dfe4ef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Use updates.codegate.ai for /versions instead of GitHub (#1264)

    Wire up CodeGate to use the new update service to determine the latest
    version. This is kept behind a config flag, but I have tested locally.
    dmjb authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    17731aa View commit details
    Browse the repository at this point in the history
  2. Run update call on recurring schedule (#1268)

    Call to the update service every four hours, and use the BE origin type.
    Print a warning level log message if an update is available.
    
    This PR also introduces some refactoring from the previous PR:
    
    1) Refactor the update client to be a singleton.
    2) Set the instance ID once on application load.
    3) Get rid of the feature flag - using the new service is now default.
    dmjb authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    7886f6f View commit details
    Browse the repository at this point in the history
  3. Update the VLLM FIM test to be more predictable (#1269)

    * Add a system prompt to the VLLM FIM test case
    
    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    
    * Switch to contains from likes for VLLM FIM
    
    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    
    ---------
    
    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    f8fc579 View commit details
    Browse the repository at this point in the history
  4. Bump structlog from 25.1.0 to 25.2.0 (#1267)

    Bumps [structlog](https://github.com/hynek/structlog) from 25.1.0 to 25.2.0.
    - [Release notes](https://github.com/hynek/structlog/releases)
    - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
    - [Commits](hynek/structlog@25.1.0...25.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: structlog
      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 12, 2025
    Configuration menu
    Copy the full SHA
    d418994 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Bump sqlalchemy from 2.0.38 to 2.0.39 (#1265)

    Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.38 to 2.0.39.
    - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
    - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
    - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: sqlalchemy
      dependency-type: direct:production
      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 Mar 13, 2025
    Configuration menu
    Copy the full SHA
    134b76e View commit details
    Browse the repository at this point in the history
Loading