-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Script to lock Couch DB objects en-masse #7878
Labels
notable_change
A change which should be noted in the changelog
type:enhancement
verified
Tested or intentionally closed
Comments
3 tasks
@unlikelyzero to test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
notable_change
A change which should be noted in the changelog
type:enhancement
verified
Tested or intentionally closed
Is your feature request related to a problem? Please describe.
See #7877 for description of broad problem being solved here.
Describe the solution you'd like
A script to lock Open MCT Domain objects in Couch DB en-masse. This can be achieved by setting the
locked
property on a domain object.The scripting should take as input:
The script should set the
locked
property on the target object and all of its children.The script should support integration with existing ground scripting infrastructure by defaulting to environment variables for all script inputs.
The text was updated successfully, but these errors were encountered: