-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multi tenancy #2202
base: master
Are you sure you want to change the base?
Multi tenancy #2202
Conversation
- add /api/{tenantID}/config to wiremock server and implement examples for eLife and biophysics-colab - add tenantId to all fetch* functions that now require it - pass tenantConfig in pages, via TenantConfiguredPageProps type, and use in MyApp to control layout and default namespace for i18n - remove body className related to siteName, fix SASS to just attach to body - inject --color-primary and --color-primary-dark CSS variables from tenantConfig - remove siteName, env var and any references to it
…nant consistently
… to i18n for genricising, but will move to tenant config
Preview environment created!The preview environment has been deployed to the cluster. Client URL: https://pr-2202--epp.elifesciences.org Note: If this is a new environment, it can take a few minutes for DNS to update. |
Preview environment images deployed!The preview environment has been updated: Client URL: https://pr-2202--epp.elifesciences.org Note: Updated images can take a few minutes to roll out. |
fb0358a
to
3fe89b3
Compare
# Conflicts: # src/i18n.ts # src/utils/generators/generate-article-status.test.ts
No description provided.