Skip to content
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

Open
garethbowen opened this issue Nov 18, 2015 · 4 comments
Open

Record configuration changes #1616

garethbowen opened this issue Nov 18, 2015 · 4 comments
Labels
Configuration Affects the Admin app Type: Improvement Make something better

Comments

@garethbowen
Copy link
Member

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.

@garethbowen garethbowen added the Type: Feature Add something new label Nov 18, 2015
@garethbowen
Copy link
Member Author

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 ghost added the 0 - Backlog label Nov 18, 2015
@ghost ghost added this to the Mobile application overflow milestone Nov 18, 2015
@ghost
Copy link

ghost commented Nov 18, 2015

+1 here.

@abbyad abbyad added the v0.6 label Dec 22, 2015
@alxndrsn
Copy link
Contributor

Does couchdb already store all revisions of the ddoc?

@garethbowen
Copy link
Member Author

Yes but these could be compacted any time so we can't rely on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Configuration Affects the Admin app Type: Improvement Make something better
Projects
None yet
Development

No branches or pull requests

3 participants