-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule api
updated
11 files
+13 −12 | src/mist/api/clouds/controllers/compute/controllers.py | |
+16 −0 | src/mist/api/config.py | |
+0 −6 | src/mist/api/helpers.py | |
+70 −0 | src/mist/api/machines/controllers.py | |
+23 −3 | src/mist/api/machines/methods.py | |
+13 −0 | src/mist/api/machines/models.py | |
+73 −2 | src/mist/api/machines/views.py | |
+44 −15 | src/mist/api/schedules/base.py | |
+3 −1 | src/mist/api/schedules/methods.py | |
+8 −0 | src/mist/api/schedules/models.py | |
+60 −37 | src/mist/api/tasks.py |
Submodule ui
updated
15 files