-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: publish from release/v12 (#551)
* feat: publish from release/v12 * fix: integration tests * Remove `DELETE /users/:id/subscriptions/:id` endpoint (#530) * Remove DELETE /users/:username/subscriptions/:subscriptionId endpoint Signed-off-by: Hung-Han (Henry) Chen <[email protected]> * Remove tests Signed-off-by: Hung-Han (Henry) Chen <[email protected]> * Fix lint Signed-off-by: Hung-Han (Henry) Chen <[email protected]> --------- Signed-off-by: Hung-Han (Henry) Chen <[email protected]> * Remove unused `UserService.getUserSubscription` (#533) * Remove unused UserService.getUserSubscription Signed-off-by: Hung-Han (Henry) Chen <[email protected]> * Remove tests Signed-off-by: Hung-Han (Henry) Chen <[email protected]> --------- Signed-off-by: Hung-Han (Henry) Chen <[email protected]> * Drop the need to SSO certificate for SAML (#520) * Drop the need to SSO certificate for SAML Signed-off-by: Hung-Han (Henry) Chen <[email protected]> * Fix tests and type Signed-off-by: Hung-Han (Henry) Chen <[email protected]> --------- Signed-off-by: Hung-Han (Henry) Chen <[email protected]> --------- Signed-off-by: Hung-Han (Henry) Chen <[email protected]> Co-authored-by: Henry Chen <[email protected]>
- Loading branch information
1 parent
7fccecc
commit 52fb28d
Showing
6 changed files
with
14 additions
and
212 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: Lint Repo | |
on: | ||
push: | ||
branches: | ||
- main | ||
- release/v12 | ||
pull_request: | ||
|
||
jobs: | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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