This repository was archived by the owner on Sep 30, 2024. It is now read-only.
feat/enterpriseportal: implement UpdateCodyGatewayAccess#63926
Merged
bobheadxi merged 6 commits intoAug 8, 2024
Merged
Conversation
This was referenced Jul 18, 2024
Member
Author
d7e4757 to
6529733
Compare
03604aa to
e659c84
Compare
5097b92 to
2987359
Compare
3ce5453 to
0b64444
Compare
2987359 to
e81f272
Compare
0b64444 to
5a5d757
Compare
e81f272 to
a5c9edb
Compare
a5c9edb to
e786e7a
Compare
ab95895 to
f9f0fa8
Compare
e786e7a to
889233c
Compare
f9f0fa8 to
ad3dc7b
Compare
a42857f to
6bb1bea
Compare
3 tasks
ad3dc7b to
b125b3e
Compare
2fa6111 to
5726960
Compare
6ed8d4b to
bc7ee9c
Compare
0e31f2b to
76d65be
Compare
bc7ee9c to
4d8d081
Compare
76d65be to
6403831
Compare
4d8d081 to
4ac0f1c
Compare
2 tasks
6403831 to
3b1da16
Compare
4ac0f1c to
74b7746
Compare
3b1da16 to
c68cb07
Compare
74b7746 to
2990832
Compare
c68cb07 to
47163fe
Compare
2990832 to
225b19f
Compare
47163fe to
f27525f
Compare
225b19f to
d702c53
Compare
f27525f to
8739a6f
Compare
d702c53 to
6731b8f
Compare
8739a6f to
07dcdf6
Compare
6731b8f to
cbfba83
Compare
07dcdf6 to
3bf020e
Compare
cbfba83 to
5cc880c
Compare
3bf020e to
c8dd5d0
Compare
5cc880c to
0e7192d
Compare
c8dd5d0 to
6211943
Compare
Comment on lines
152
to
182
Check notice
Code scanning / Semgrep OSS
Semgrep Finding: security-semgrep-rules.semgrep-rules.generic.comment-tagging-rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Implements the only Cody Access write API we have right now, the ability to apply overrides to Cody Gateway rate limits, which we'll have in Enterprise Portal with https://github.com/sourcegraph/sourcegraph/pull/63858
A lot of the diff is a new generated mock for the Cody Access store so that we can write some simple unit tests.
With this addition, all initially proposed Cody Gateway access APIs are implemented.
Part of https://linear.app/sourcegraph/issue/CORE-218
Closes https://linear.app/sourcegraph/issue/CORE-160
Test plan
Unit and existing integration tests