-
-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): organization app role apis #6071
Merged
Merged
Conversation
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
COMPARE TO
|
Name | Diff |
---|---|
packages/core/src/queries/organization/index.ts | 📈 +296 Bytes |
packages/core/src/queries/organization/role-application-relations.ts | 📈 +1.9 KB |
packages/core/src/queries/organization/role-user-relations.ts | 📈 +5 Bytes |
packages/core/src/routes/organization/index.application-role-relations.ts | 📈 +3.62 KB |
packages/core/src/routes/organization/index.applications.openapi.json | 📈 +2.4 KB |
packages/core/src/routes/organization/index.ts | 📈 +257 Bytes |
packages/core/src/routes/organization/index.user-role-relations.ts | 📈 +115 Bytes |
packages/integration-tests/src/api/organization.ts | 📈 +750 Bytes |
packages/integration-tests/src/tests/api/organization/organization-application.test.ts | 📈 +2.52 KB |
packages/integration-tests/src/tests/api/organization/organization-user.test.ts | 📈 +1.97 KB |
packages/schemas/alterations/next-1718807616-organization-role-application-relations.ts | 📈 +1.39 KB |
packages/schemas/tables/organization_role_application_relations.sql | 📈 +929 Bytes |
4a84cee
to
294d977
Compare
gao-sun
commented
Jun 20, 2024
gao-sun
commented
Jun 20, 2024
2d4b6b5
to
07da791
Compare
gao-sun
commented
Jun 20, 2024
wangsijie
reviewed
Jun 21, 2024
packages/core/src/routes/organization/index.application-role-relations.ts
Show resolved
Hide resolved
wangsijie
approved these changes
Jun 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
PUT
api for replacing all organization role relations for a organization - user pairTesting
integration tests added
Checklist
.changeset
(not this one)