armada/armada/tests/unit/handlers
Marshall Margenau 6546139155 Implement `protected` parameter
The `protected` parameter will be used to signify that we should
never purge a release in FAILED status. You can specify the
`continue_processing` param to either skip the failed release and
continue on, or to halt armada execution immediately.

- Add protected param to Chart schema and documentation.
- Implement protection logic.
- Moved purging of FAILED releases out of pre-flight and into sync
  for finer control over protected params. This means failed
  releases are now purged one at a time instead of all up front.
- Added purge and protected charts to final client `msg` return.

- Fix: Added missing dry-run protection in tiller delete resources.

Change-Id: Ia893a486d22cc1022b542ab7c22f58af12025523
2018-06-17 20:04:53 -05:00
..
templates Improved document validation 2018-02-23 11:11:09 -05:00
__init__.py Implement wait for timeout feature and unit test 2017-06-22 16:02:25 -05:00
test_armada.py Implement `protected` parameter 2018-06-17 20:04:53 -05:00
test_chartbuilder.py bug(chartbuilder): uncaught exceptions on bad manifests 2018-03-29 15:15:00 -04:00
test_manifest.py feat(validation) Validation messaging 2018-03-15 21:19:43 -04:00
test_override.py Improved document validation 2018-02-23 11:11:09 -05:00
test_tiller.py Expose helm's upgrade/rollback force and recreate pods flags 2018-06-13 11:28:20 -05:00