Skip to content
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: bc2d7a3
Choose a base ref
...
head repository: stacklok/codegate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b97dcd
Choose a head ref
  • 15 commits
  • 27 files changed
  • 9 contributors

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    d8a2789 View commit details
    Browse the repository at this point in the history
  2. Bump aws-actions/configure-aws-credentials (#1053)

    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 49f33fe638c0cba4fb16037a27915a7ab7740259 to e3dd6a429d7300a6a4c196c26e071d42e0343502.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@49f33fe...e3dd6a4)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      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 Feb 14, 2025
    Configuration menu
    Copy the full SHA
    bf40f32 View commit details
    Browse the repository at this point in the history
  3. Bump litellm from 1.61.1 to 1.61.2 (#1052)

    Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.1 to 1.61.2.
    - [Release notes](https://github.com/BerriAI/litellm/releases)
    - [Commits](https://github.com/BerriAI/litellm/commits)
    
    ---
    updated-dependencies:
    - dependency-name: litellm
      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>
    Co-authored-by: Radoslav Dimitrov <radoslav@stacklok.com>
    dependabot[bot] and rdimitrov authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    caaafd5 View commit details
    Browse the repository at this point in the history
  4. Document the process of creating a Python build with homebrew sqlite (#…

    …1057)
    
    I ran into this problem when running the import_packages script locally.
    Documenting the solution for posterity.
    dmjb authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    4bf4a5f View commit details
    Browse the repository at this point in the history
  5. Generate valid chunked response when returning short circuit answer (#…

    …1001)
    
    Prior to this change, this code would return a malformed HTTP response
    with a chunk size, then HTTP header, then body, then the final chunk
    size, final chunk then zero.
    
    This changes the code to return the header before returning the code.
    Furthermore, it does not count the size of the header in the first chunk
    size.
    dmjb authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    19186fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1db4075 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Pin the docker images for python and node (#1065)

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    244f35d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Bump litellm from 1.61.2 to 1.61.6 (#1070)

    Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.2 to 1.61.6.
    - [Release notes](https://github.com/BerriAI/litellm/releases)
    - [Commits](https://github.com/BerriAI/litellm/commits)
    
    ---
    updated-dependencies:
    - dependency-name: litellm
      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 Feb 17, 2025
    Configuration menu
    Copy the full SHA
    a1e7107 View commit details
    Browse the repository at this point in the history
  2. Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (#1071)

    Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 4.1.0.
    - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
    - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/configure-aws-credentials@e3dd6a4...ececac1)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/configure-aws-credentials
      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 Feb 17, 2025
    Configuration menu
    Copy the full SHA
    83c538b View commit details
    Browse the repository at this point in the history
  3. Update model_prices_and_context_window.json to version generated on 2…

    …025-02-16 (#1069)
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    490763b View commit details
    Browse the repository at this point in the history
  4. Disable suspicious commands for now (#1073)

    * Disable suspicious commands for now
    
    Signed-off-by: nigel brown <nigel@stacklok.com>
    
    * Use nonstandard quotes...
    
    Signed-off-by: nigel brown <nigel@stacklok.com>
    
    * ruff check
    
    Signed-off-by: nigel brown <nigel@stacklok.com>
    
    ---------
    
    Signed-off-by: nigel brown <nigel@stacklok.com>
    therealnb authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    c3ef51e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baeef8c View commit details
    Browse the repository at this point in the history
  6. Record output from non-streaming responses in DB (#1078)

    Closes: #938
    
    We were not recording the output of the non-streamed responses
    in the DB. In our API we're filtering out all the conversations that don't
    contain an answer. Since we were not recording non-streamed responses
    we were filtering out the entire conversation if it was non-streamed.
    
    Note: This still doesn't add an output pipeline for non-streamed
    responses.
    aponcedeleonch authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    2efb453 View commit details
    Browse the repository at this point in the history
  7. Fix API alerts (#1075)

    We had some small bugs related with alerts:
    1. The function for deduping alerts was only returning alerts related to secrets.
    All the other alerts were being dropped when calling this function.
    2. We were returning non-critical alerts in the `/messages/` endpoint
    3. PII alerts were never recorded because the context was never passed to the function.
    Discovered by @kd
    
    This PR fixes the 3 of them and introduces some unit tests.
    aponcedeleonch authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    e8a70ac View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Bump bandit from 1.8.2 to 1.8.3 (#1083)

    Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/PyCQA/bandit/releases)
    - [Commits](PyCQA/bandit@1.8.2...1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: bandit
      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 Feb 18, 2025
    Configuration menu
    Copy the full SHA
    5b97dcd View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy