-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: stacklok/codegate
base: v0.1.19
head repository: stacklok/codegate
compare: v0.1.20
- 11 commits
- 29 files changed
- 6 contributors
Commits on Feb 12, 2025
-
Update models on codegate initialization (#1027)
As part of codegate's boot process, this now refreshes the provider's models. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for b46c5e3 - Browse repository at this point
Copy the full SHA b46c5e3View commit details -
* Initial suspicious commands --------- Signed-off-by: nigel brown <nigel@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for b1d055f - Browse repository at this point
Copy the full SHA b1d055fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a07145 - Browse repository at this point
Copy the full SHA 5a07145View commit details -
feat: remove duplicated alerts (#989)
* feat: remove duplicated alerts Sometimes the different client tools generate multiple requests when the user requests a task. This generates what it looks as a duplicate alert, but is not really a total duplicate as it belongs to different request. But for the user does not provide so much value to have it, so proceed with deduplicating those alerts, based on the code snippet and details of the alert Also remove dogecoin regex as it's giving false positives Closes: #875 * Moved function to remove duplicate alerts to v1_processing * Restore dogecoin --------- Co-authored-by: Alejandro Ponce <aponcedeleonch@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for b3cd064 - Browse repository at this point
Copy the full SHA b3cd064View commit details -
Fix appropriately setting the route for openrouter when muxing (#1029)
We were not setting the route correctly for openrouter
Configuration menu - View commit details
-
Copy full SHA for 83a86d8 - Browse repository at this point
Copy the full SHA 83a86d8View commit details
Commits on Feb 13, 2025
-
Separate the setup of the integration tests to it's own function (#1033)
This is mainly needed to make the code more readable and in preparation for setting up muxing in the integration tests
Configuration menu - View commit details
-
Copy full SHA for 3e82eba - Browse repository at this point
Copy the full SHA 3e82ebaView commit details -
Update workflow to get the archived, deprecated and malicious data fr…
…om S3 (#1034) Updates the import_packages workflow to get the archived, deprecated and malicious data from S3 instead of codegate-data repo.
Configuration menu - View commit details
-
Copy full SHA for cac1011 - Browse repository at this point
Copy the full SHA cac1011View commit details -
Add integration tests with muxing (#1035)
Replicate the current integration tests but instead of using the specific provider URL, e.g. `/ollama` use the muxing URL, i.e. `/v1/mux/`. Muxing functionality should take care of routing the request to the correct model and provider. For the moment we're only going to test with the "catch_all" rule. Meaning, all the requests will be directed to the same model. In future iterations we can expand the integration tests to check for multiple rules across different providers.
Configuration menu - View commit details
-
Copy full SHA for a4c0509 - Browse repository at this point
Copy the full SHA a4c0509View commit details -
Handle shell languages slightly better (#1043)
* Handle shell languages slightly better Signed-off-by: nigel brown <nigel@stacklok.com> * linter love 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 36a1743 - Browse repository at this point
Copy the full SHA 36a1743View commit details -
Add integration checks for comparing the result of calling the model …
…API directly vs via CodeGate (#1032) * Enable codegate enrichment tests Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> * Re-use call_provider for calling both codegate and the provider Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com> --------- Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for 426105e - Browse repository at this point
Copy the full SHA 426105eView commit details -
Add healthcheck test for codegate (#1042)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
Configuration menu - View commit details
-
Copy full SHA for fa5bbc4 - Browse repository at this point
Copy the full SHA fa5bbc4View 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 v0.1.19...v0.1.20