Skip to content
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

refactor(core): reorg organization routes #6078

Merged
merged 2 commits into from
Jun 22, 2024
Merged

Conversation

gao-sun
Copy link
Member

@gao-sun gao-sun commented Jun 21, 2024

Summary

reorg the file structure of organization routes

image

Testing

ci

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

Copy link

github-actions bot commented Jun 21, 2024

COMPARE TO master

Total Size Diff 📈 +1.99 KB

Diff by File
Name Diff
.github/workflows/dev-feature-disabled-integration-test.yml 📈 +39 Bytes
packages/core/src/routes/organization-invitation/index.openapi.json 📈 +5.25 KB
packages/core/src/routes/organization-invitation/index.ts 📈 +3.98 KB
packages/core/src/routes/organization-role/index.openapi.json 📈 +8.75 KB
packages/core/src/routes/organization-role/index.ts 📈 +3.97 KB
packages/core/src/routes/organization-scope/index.openapi.json 📈 +3.3 KB
packages/core/src/routes/organization-scope/index.ts 📈 +803 Bytes
packages/core/src/routes/organization/application/index.openapi.json 📈 +5.34 KB
packages/core/src/routes/organization/application/index.ts 📈 +942 Bytes
packages/core/src/routes/organization/application/role-relations.ts 📈 +3.62 KB
packages/core/src/routes/organization/index.application-role-relations.ts 📈 +3.62 KB
packages/core/src/routes/organization/index.applications.openapi.json 📈 +5.08 KB
packages/core/src/routes/organization/index.jit.email-domains.openapi.json 📈 +2.61 KB
packages/core/src/routes/organization/index.jit.email-domains.ts 📈 +2.32 KB
packages/core/src/routes/organization/index.jit.roles.openapi.json 📈 +2.68 KB
packages/core/src/routes/organization/index.jit.sso-connectors.openapi.json 📈 +2.65 KB
packages/core/src/routes/organization/index.ts 📈 +2.31 KB
packages/core/src/routes/organization/index.user-role-relations.ts 📈 +4.03 KB
packages/core/src/routes/organization/index.users.openapi.json 📈 +8.02 KB
packages/core/src/routes/organization/invitations.openapi.json 📈 +5.25 KB
packages/core/src/routes/organization/invitations.ts 📈 +3.97 KB
packages/core/src/routes/organization/jit/email-domains.openapi.json 📈 +2.61 KB
packages/core/src/routes/organization/jit/email-domains.ts 📈 +2.32 KB
packages/core/src/routes/organization/jit/index.ts 📈 +773 Bytes
packages/core/src/routes/organization/jit/roles.openapi.json 📈 +2.68 KB
packages/core/src/routes/organization/jit/sso-connectors.openapi.json 📈 +2.65 KB
packages/core/src/routes/organization/roles.openapi.json 📈 +8.75 KB
packages/core/src/routes/organization/roles.ts 📈 +3.96 KB
packages/core/src/routes/organization/scopes.openapi.json 📈 +3.3 KB
packages/core/src/routes/organization/scopes.ts 📈 +790 Bytes
packages/core/src/routes/organization/user/index.openapi.json 📈 +8.02 KB
packages/core/src/routes/organization/user/index.ts 📈 +2.31 KB
packages/core/src/routes/organization/user/role-relations.ts 📈 +4.07 KB

@gao-sun gao-sun force-pushed the gao-reorg-org-rotues branch 4 times, most recently from 8440a34 to 4e6cc28 Compare June 21, 2024 13:22
Base automatically changed from gao-refactor-routes to master June 21, 2024 13:47
fix dev feature disabled integration tests
@github-actions github-actions bot added size/l and removed size/m labels Jun 21, 2024
@gao-sun gao-sun merged commit 6f06c41 into master Jun 22, 2024
32 checks passed
@gao-sun gao-sun deleted the gao-reorg-org-rotues branch June 22, 2024 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Make it better size/l
Development

Successfully merging this pull request may close these issues.

3 participants