-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: stacklok/codegate
base: bc2d7a3
head repository: stacklok/codegate
compare: 5b97dcd
- 15 commits
- 27 files changed
- 9 contributors
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d8a2789 - Browse repository at this point
Copy the full SHA d8a2789View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bf40f32 - Browse repository at this point
Copy the full SHA bf40f32View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for caaafd5 - Browse repository at this point
Copy the full SHA caaafd5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4bf4a5f - Browse repository at this point
Copy the full SHA 4bf4a5fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 19186fd - Browse repository at this point
Copy the full SHA 19186fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db4075 - Browse repository at this point
Copy the full SHA 1db4075View commit details
Commits on Feb 15, 2025
-
Pin the docker images for python and node (#1065)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for 244f35d - Browse repository at this point
Copy the full SHA 244f35dView commit details
Commits on Feb 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for a1e7107 - Browse repository at this point
Copy the full SHA a1e7107View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 83c538b - Browse repository at this point
Copy the full SHA 83c538bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 490763b - Browse repository at this point
Copy the full SHA 490763bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c3ef51e - Browse repository at this point
Copy the full SHA c3ef51eView commit details -
Configuration menu - View commit details
-
Copy full SHA for baeef8c - Browse repository at this point
Copy the full SHA baeef8cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2efb453 - Browse repository at this point
Copy the full SHA 2efb453View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e8a70ac - Browse repository at this point
Copy the full SHA e8a70acView commit details
Commits on Feb 18, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5b97dcd - Browse repository at this point
Copy the full SHA 5b97dcdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff bc2d7a3...5b97dcd