-
Notifications
You must be signed in to change notification settings - Fork 8
Support instance-wide monorepo #215
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
Comments
Note: #214 was done independently of this to support some use cases (like HCC) where we want each namespace to be able to use Embedded Git independently. |
From discussion with @isc-pbarton today - with an instance-wide monorepo:
So "Instance-wide enabled" means:
|
For protection of HCC (which won't want this... probably?), we should check to see if mappings already exist but not via %ALL (e.g., REPO) and descriptively refuse to enable instance-wide if they do. |
Should also include documentation for setting up a multi-namespace monorepository, with guidance such as: shared code should be edited in a single namespace, and the "treat mapped items as read-only" setting should be turned on in all namespaces. |
Configuration/design would tie in to #214 . WebUI should support staging/commits with a folder-based filter (current namespace only or cross-namespace for the cases where it matters).
The text was updated successfully, but these errors were encountered: