-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Record configuration changes #1616
Labels
Milestone
Comments
One way would be to have an instance which listens for changes to the settings and commits the change to git. This is basically an automated way to keep the medic-projects repo up to date with what's actually running in production. |
ghost
added
the
0 - Backlog
label
Nov 18, 2015
ghost
added this to the
Mobile application overflow milestone
Nov 18, 2015
+1 here. |
Does couchdb already store all revisions of the ddoc? |
Yes but these could be compacted any time so we can't rely on it. |
garethbowen
added
Type: Improvement
Make something better
and removed
Type: Feature
Add something new
labels
Oct 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As our app becomes more and more configurable (xforms, nools, etc), the configuration becomes more and more critical. We need to record when changes are made to configuration (app_settings, forms, etc) and make it easy to roll back if necessary. Ideally we'd also capture who made the change.
The text was updated successfully, but these errors were encountered: