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

feat(core): organization email domains apis #5995

Merged
merged 3 commits into from
Jun 8, 2024
Merged

Conversation

gao-sun
Copy link
Member

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

Summary

implement basic email domain apis:

  • GET /api/organizations/:id/email-domains
  • POST /api/organizations/:id/email-domains
  • PUT /api/organizations/:id/email-domains
  • DELETE /api/organizations/:id/email-domains/:emailDomain

Testing

integration tests added

Checklist

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

@github-actions github-actions bot added the feature Cool stuff label Jun 6, 2024
Copy link

github-actions bot commented Jun 6, 2024

COMPARE TO master

Total Size Diff ⚠️ 📈 +12.3 KB

Diff by File
Name Diff
packages/core/src/queries/organization/email-domains.ts 📈 +3.09 KB
packages/core/src/queries/organization/index.ts 📈 +185 Bytes
packages/core/src/routes/organization/index.email-domain.openapi.json 📈 +2.58 KB
packages/core/src/routes/organization/index.email-domains.ts 📈 +2.28 KB
packages/core/src/routes/organization/index.ts 📈 +134 Bytes
packages/integration-tests/src/api/organization.ts 📈 +1017 Bytes
packages/integration-tests/src/tests/api/organization/organization-email-domains.test.ts 📈 +3.04 KB

@gao-sun gao-sun marked this pull request as ready for review June 6, 2024 10:19
Base automatically changed from gao-init-org-domain-table to master June 7, 2024 07:11
@gao-sun gao-sun merged commit d26d19a into master Jun 8, 2024
29 checks passed
@gao-sun gao-sun deleted the gao-org-domain-crud branch June 8, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants