-
Notifications
You must be signed in to change notification settings - Fork 136
feat: Support multi-tenancy #419
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
Merged
bartek-gralewicz
merged 19 commits into
epic/1.0_breaking_changes
from
bgralewicz/support_multi_tenancy
Apr 23, 2026
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1a167b6
Add multi tenant support for REST transport.
bartek-gralewicz 19b3ba3
Resolve merge conflicts.
bartek-gralewicz 939714e
Minor code simplifications after self code review.
bartek-gralewicz 6ffe594
Restore original listTasks params setting.
bartek-gralewicz 4d7d447
Added additional encodeURIComponent for string safety.
bartek-gralewicz fc37227
Merge remote-tracking branch 'origin/epic/1.0_breaking_changes' into …
bartek-gralewicz 945473c
Add URI encoding for tenant value.
bartek-gralewicz f72068a
Add initial support for multi-tenancy in json-rpc and grpc transports.
bartek-gralewicz 490562a
Aling all transports to support multi-tenancy.
bartek-gralewicz 922bf8b
Reduce code duplication in grpc_service when extracting tenant value.
bartek-gralewicz 58d877f
Simplify tenant extraction in grpc_service.
bartek-gralewicz 2bbaa93
Add safety throw if task id includes : as it would make tenant url st…
bartek-gralewicz 5792de4
Use nested map instead of relying on a semicolon naming scheme.
bartek-gralewicz 41e6423
Applied nit for the ServerCallContext construction with optional tena…
bartek-gralewicz a52ecca
Add tenant_transport_decorator so that default tenant is automaticall…
bartek-gralewicz 3f882da
Merge changes from the epic branch.
bartek-gralewicz 8e2aefb
Update applyPathTenant to support query parameters as well. The name …
bartek-gralewicz 42c0e66
Add tenantMiddleware to properly apply tenant logic directly on the h…
bartek-gralewicz 1067cd8
Add drain method to the tenant transport decorator so that no eslint …
bartek-gralewicz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.