This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Commit 8c14a8c
authored
feat/enterpriseportal: RevokeEnterpriseSubscriptionLicense RPC definition (#63331)
Enterprise Portal equivalent of the `revokeLicense` GraphQL mutation.
It's not a "delete" operation - we currently retain the record forever -
so it's idempotent, as the revocation of an already-revoked license can
return OK. If we want to add a hard delete we should add a separate one
based more closely on https://google.aip.dev/135.
Related: https://github.com/sourcegraph/sourcegraph/pull/63330
Closes CORE-153
## Test plan
CI1 parent 4087e1a commit 8c14a8c
File tree
4 files changed
+420
-177
lines changed- lib/enterpriseportal/subscriptions/v1
- v1connect
4 files changed
+420
-177
lines changed
0 commit comments