adjutant/stacktask/api
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
..
migrations updating project id to match keystone 2016-10-04 09:57:52 +12:00
v1 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
docs.py Core library requirements update 2016-08-09 12:02:42 +01:00
models.py updating project id to match keystone 2016-10-04 09:57:52 +12:00
urls.py Core library requirements update 2016-08-09 12:02:42 +01:00
utils.py @admin decorator switched to use require_roles 2016-12-01 00:16:10 +13:00