adjutant/stacktask/api/v1
adrian-turjak f9330d19ac Refactor of action structure
* Massive restructure of actions folders
** This was followed by a series of renames and changes
   that were requried throughout the codebase.
* The 'tenant_setup' app is gone and merged into the core
  actions app properly.
* Action classes and tests now split into multiple modules.
* Clean up of test decorators so they are only set at the
  class level rather than per test (much cleaner).
* Actions now allow version structuring in some capacity
  similar to the api modules.
* Added app configs for 'stacktask.action.v1' and
  'stacktask.api.v1' to avoid a duplicate label problem
  in django.
* Moved the startup checks to their own app, and ensured
  that it is imported last. This is required because
  'stacktask.api' was being imported before
  'stacktasl.actions.v1' and thus not all the action classes
  had been setup yet. This way it is a global set of checks
  that always occur last.

Change-Id: Iaf3e8d8147ccbf230b7ca6592dd9a017bee70ddb
2017-04-19 18:42:13 +12:00
..
templates user state + signup templates 2016-12-05 16:09:18 +13:00
tests Refactor of action structure 2017-04-19 18:42:13 +12:00
__init__.py Refactor of action structure 2017-04-19 18:42:13 +12:00
app.py Refactor of action structure 2017-04-19 18:42:13 +12:00
models.py Adding pep8 tests 2016-12-06 18:09:36 +13:00
openstack.py Adding pep8 tests 2016-12-06 18:09:36 +13:00
tasks.py Fixing error logging issues 2016-12-21 00:41:03 +13:00
urls.py Setup StackTask for plugins 2016-08-09 15:40:19 +12:00
utils.py Adding pep8 tests 2016-12-06 18:09:36 +13:00
views.py Adding pep8 tests 2016-12-06 18:09:36 +13:00