ara-server/api
David Moreau Simard 44d108cbbd
Add completed attribute to plays and tasks, remove files from tasks
It's relevant to track whether or not plays and tasks have completed
like playbooks so let's do that.

For tasks, they are only associated to a single file so drop the
'files' attribute, we already have a 'file' field.

Change-Id: I15e37a9f913fca51dad5143ff88bd3f1c1cf0d28
2018-06-19 17:28:22 -04:00
..
migrations Add completed attribute to plays and tasks, remove files from tasks 2018-06-19 17:28:22 -04:00
tests Fix POST /playbooks/:id/files 2018-03-29 12:36:38 -04:00
__init__.py 💥 first commit 2018-03-29 12:36:14 -04:00
admin.py 💥 first commit 2018-03-29 12:36:14 -04:00
apps.py 💥 first commit 2018-03-29 12:36:14 -04:00
models.py Add completed attribute to plays and tasks, remove files from tasks 2018-06-19 17:28:22 -04:00
serializers.py Add file foreign key to Task and Playbook 2018-03-29 12:36:37 -04:00
urls.py Fix POST /playbooks/:id/files 2018-03-29 12:36:38 -04:00
views.py Fix POST /playbooks/:id/files 2018-03-29 12:36:38 -04:00