normandy
normandy copied to clipboard
Firefox recipe server
Once we've created a recipe the action should no longer be editable. This should be enforced at the API level.
This is caused by me changing the name of the filter object, and by me having created some testing recipes a while ago. We should handle this error somehow. Perhaps...
I recently discovered you can say `docker-compose kill;docker-compose rm` to remove all the containers created just by that specific compose file and updated the relevant commands in experimenter like so:...
To help simulate the full Normandy workflow, we need to add autograph and delivery console to the docker compose file so that we can simulate creating and storing signed recipes.
Now that we have the handy dandy `make refresh` command in Normandy, we should auto generate some signed recipes to help quickly recreate the state we expect stage or prod...
I'd like to add `make check` to the Normandy circle config so that it runs together with the existing test configuration. When we're confident that they effectively pass the same...
Getting enabled states out helps a lot with being able to recreate what was enabled in the past day for ETL jobs (thank you!). As the number of recipes grows,...
My understanding of the Normandy authorization backend is: - not very fine grained access controls on specific actions - we are tied to django admin for creating new users -...