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

feature(graphql): add create tenant admin api #2921

Merged

Conversation

golobitch
Copy link
Collaborator

Changes proposed in this pull request

  • Create tenant mutation on backend
  • Create tenant mutation on auth
  • Update resources with tenantId

Context

fixes #2900

Checklist

  • Related issues linked using fixes #number
  • Tests added/updated
  • Documentation added
  • Make sure that all checks pass
  • Bruno collection updated

mkurapov and others added 30 commits August 26, 2024 16:14
* feat(backend): add trace to outgoing payment lifecycle

* feat(backend): encapsulate query lookup in trace

* chore(localenv): remove traces from default localenv

---------

Co-authored-by: Max Kurapov <[email protected]>
…all-resources-to-have-a-tenantid-foreign-key' into feature/2900-create-tenant-admin-api
@golobitch golobitch requested a review from njlie August 29, 2024 11:01
@golobitch golobitch self-assigned this Aug 29, 2024
@github-actions github-actions bot added type: tests Testing related pkg: backend Changes in the backend package. pkg: frontend Changes in the frontend package. type: source Changes business logic pkg: auth Changes in the GNAP auth package. pkg: mock-ase pkg: mock-account-service-lib labels Aug 29, 2024
@golobitch golobitch changed the title Feature/2900 create tenant admin api feature(graphql): add create tenant admin api Aug 29, 2024
@golobitch
Copy link
Collaborator Author

I dont care if these tests do not pass, since we are doing PR into feature branch. Tests will be fixed in the multi-tenant base branch and also new tests will be added.

@golobitch golobitch merged commit 4a3b3c9 into 2893-multi-tenant-rafiki Sep 2, 2024
15 of 23 checks passed
@golobitch golobitch deleted the feature/2900-create-tenant-admin-api branch September 2, 2024 16:00
This was linked to issues Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: auth Changes in the GNAP auth package. pkg: backend Changes in the backend package. pkg: frontend Changes in the frontend package. pkg: mock-account-service-lib pkg: mock-ase type: source Changes business logic type: tests Testing related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create tenant Admin API Different endpoints per tenant
4 participants