This repository was archived by the owner on Sep 30, 2024. It is now read-only.
feat/enterpriseportal: db layer for subscription conditions#63812
Merged
bobheadxi merged 3 commits intoJul 23, 2024
Merged
Conversation
Member
Author
888efc2 to
a6d1fad
Compare
475cf12 to
564817a
Compare
a6d1fad to
72b9c23
Compare
564817a to
32ee834
Compare
72b9c23 to
34bb88d
Compare
b9636d3 to
cfe43cc
Compare
This was referenced Jul 15, 2024
261838b to
31cb17d
Compare
cfe43cc to
a22ee20
Compare
31cb17d to
2791ba2
Compare
f7e511c to
0e3f450
Compare
2791ba2 to
cf8baed
Compare
0e3f450 to
02210dd
Compare
cf8baed to
4d31019
Compare
02210dd to
173d040
Compare
4d31019 to
47f201b
Compare
fc0331d to
8289574
Compare
e180a53 to
cc8e759
Compare
8289574 to
0a8d2b5
Compare
cc8e759 to
9f0f026
Compare
0a8d2b5 to
f1e4254
Compare
9f0f026 to
f7ac8de
Compare
f1e4254 to
b3bc977
Compare
f7ac8de to
c85e1e3
Compare
3 tasks
b3bc977 to
de7ef25
Compare
c85e1e3 to
a23cef5
Compare
de7ef25 to
044c0aa
Compare
a23cef5 to
3a2cc30
Compare
3a2cc30 to
92614a2
Compare
This was referenced Jul 24, 2024
This was referenced Aug 2, 2024
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 insert and retrieval of subscription conditions, similar to #63792
Unlike for licenses, which have a more limited lifecycle (create and revoke), subscriptions are longer-lived and may be updated frequently. So the storage layer allows the caller to provide the conditions that are of interest for recording.
Part of https://linear.app/sourcegraph/issue/CORE-156, but doesn't yet use it from the API.
Part of https://linear.app/sourcegraph/issue/CORE-100
Test plan
Integration tests