This repository was archived by the owner on Sep 30, 2024. It is now read-only.
feat/enterpriseportal: existing subscriptions read APIs use enterprise portal DB#63927
Merged
bobheadxi merged 2 commits intoAug 9, 2024
Conversation
This was referenced Jul 18, 2024
Member
Author
670d4a8 to
07f6ae6
Compare
e81f272 to
a5c9edb
Compare
07f6ae6 to
d3fb2dd
Compare
bobheadxi
commented
Jul 18, 2024
a5c9edb to
e786e7a
Compare
d3fb2dd to
8b66e31
Compare
e786e7a to
889233c
Compare
cfe855b to
4737a65
Compare
a42857f to
6bb1bea
Compare
4737a65 to
7e86a43
Compare
3 tasks
7e86a43 to
152047a
Compare
2fa6111 to
5726960
Compare
152047a to
16bc317
Compare
5726960 to
8745870
Compare
16bc317 to
d0bce4c
Compare
fafd49d to
9eef0c9
Compare
5ca1878 to
8202ff5
Compare
9eef0c9 to
87aca0d
Compare
This was referenced Jul 26, 2024
8202ff5 to
42c2e80
Compare
87aca0d to
d4e0629
Compare
42c2e80 to
92e4997
Compare
d4e0629 to
94566ca
Compare
92e4997 to
b2b82ab
Compare
94566ca to
2fe7b30
Compare
b2b82ab to
de7b33f
Compare
2fe7b30 to
ea7742b
Compare
de7b33f to
e7a0e5e
Compare
ea7742b to
fb342bb
Compare
jac
approved these changes
Aug 5, 2024
e7a0e5e to
9494c0f
Compare
2 tasks
Contributor
|
Caution License checking failed, please read: how to deal with third parties licensing. |
This was referenced Aug 9, 2024
unknwon
reviewed
Aug 14, 2024
| subscriptionsservice.NewStoreV1( | ||
| subscriptionsservice.NewStoreV1Options{ | ||
| DB: dbHandle, | ||
| DotcomDB: dotcomDB, |
This was referenced Aug 15, 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.

This change follows https://github.com/sourcegraph/sourcegraph/pull/63858 by making the existing subscriptions APIs read from the Enterprise Portal database, instead of dotcomdb, using the data that we sync from dotcomdb into Enterprise Portal.
Part of https://linear.app/sourcegraph/issue/CORE-156
Part of https://linear.app/sourcegraph/issue/CORE-158
Test plan
Updated unit and integration tests