-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): fix OP resource tests (#2969)
* feat(backend): create operator kratos identity on backend startup * chore: formatting * Add migration files * Update migration files * Fix file name for migrations * feat(auth): create basic tenant service and model plus graphql schema * feat(auth): add basic tenant schema and appropriate resources like model and service * feat(backend): add apollo client do dependencies * feat(auth): delete tenant * chore(auth): format * feat(backend): create tenant service implementation * feat(packages): make multi tenant work wip * feat(backend): update resolvers with tenant id and finish the tenant creation * feat(backend): small changes to schema + mapping of tenant to graphql + bruno * fix: outgoing/quote tests * fix: combined payments tests * chore: formatting * fix: update tenant id requirements for some services * chore: fix rebase issues * chore: try to fix apollo errors in ilp payment method tests --------- Co-authored-by: bsanduc <[email protected]> Co-authored-by: golobitch <[email protected]>
- Loading branch information
1 parent
3ab716c
commit 7bcb13a
Showing
30 changed files
with
99 additions
and
327 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
32 changes: 16 additions & 16 deletions
32
packages/backend/src/graphql/generated/graphql.schema.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.