Chris Church
|
5901acb6a8
|
Added separate method to start Job independently from creating it; Jobs no longer start automatically when first saved. Added method on JobTemplate to create a new Job with defaults copied from the template.
|
2013-04-19 18:11:31 -04:00 |
|
Chris Church
|
bc1f3e320e
|
Changed how Project local_path is configured, added option to specify playbook on JobTemplate and Job, updated admin and tests.
|
2013-04-19 15:40:13 -04:00 |
|
Chris Church
|
b9da59c5f3
|
Admin updates.
|
2013-04-19 10:12:49 -04:00 |
|
Michael DeHaan
|
6bb4f4f255
|
remove user from jobs (redundant, since we have created_by) and add start of jobs REST testing.
|
2013-04-18 21:05:31 -04:00 |
|
Chris Church
|
aff422c976
|
Renamed LaunchJob to JobTemplate, LaunchJobStatus to Job, LaunchJobHostSummary to JobHostSummary, and LaunchJobStatusEvent to JobEvent. Updated admin, celery task, management commands accordingly.
|
2013-04-17 18:59:21 -04:00 |
|
Chris Church
|
52ace2700c
|
Added relationships to hosts from launch job status and launch job status event, updated admin to display host stats and events.
|
2013-04-15 19:23:06 -04:00 |
|
Michael DeHaan
|
9fc041f4ec
|
No need to keep inventory list on projects, can just use permissions
|
2013-04-15 11:31:54 -04:00 |
|
Michael DeHaan
|
09cca99c69
|
Just use plain GPL.
|
2013-04-09 01:05:55 -04:00 |
|
Chris Church
|
038ed04943
|
Changed celery task reference to store the task_id only, capture traceback if task run fails, update admin to be able to run launch jobs.
|
2013-04-04 16:53:28 -04:00 |
|
Chris Church
|
1b93886be2
|
Updated callback module to delegate to acom_callback_event management command.
|
2013-04-04 14:47:41 -04:00 |
|
Michael DeHaan
|
184a68b0f9
|
License change. GPLv3 -> Affero GPLv3.
|
2013-04-01 17:44:30 -04:00 |
|
Chris Church
|
678e4c053b
|
Admin field/inline updates.
|
2013-03-31 23:23:48 -04:00 |
|
Michael DeHaan
|
175f3c23da
|
Update admin code to recent model field renames
|
2013-03-24 15:14:47 -04:00 |
|
Michael DeHaan
|
2eaa661ce6
|
Audit trail model has changed so disable the admin for now.
|
2013-03-24 15:05:34 -04:00 |
|
Chris Church
|
4e7827829f
|
Work on executing launch job via celery to run ansible playbook.
|
2013-03-22 18:56:09 -04:00 |
|
Chris Church
|
c592c3c392
|
Hide fields not needed for the user admin.
|
2013-03-22 12:02:16 -04:00 |
|
Michael DeHaan
|
5a03fdf841
|
Simplify user model by just using the Django user object.
|
2013-03-22 11:35:26 -04:00 |
|
Michael DeHaan
|
4259f2a94e
|
Show tags correctly in Django admin, use limited CharFields for fields without newlines to render admin appropriately.
|
2013-03-15 11:45:14 -04:00 |
|
Michael DeHaan
|
159dd542df
|
Add Django admin stubs for all existing model objects
|
2013-03-15 10:22:16 -04:00 |
|
Chris Church
|
8b0401b924
|
Added inventory to admin.
|
2013-03-13 17:57:25 -04:00 |
|
Chris Church
|
22a9aad102
|
Added sample admin.py.
|
2013-03-13 17:44:54 -04:00 |
|