3dd3006452
Flask's RequestWrapper changed the json()
function to a json
property
2018-08-29 14:00:57 +02:00
cf41599e20
Fixed authentication issues in unit tests
...
The tests were logging in incorrectly, which came to light due to Pillar
commit 4b5a961e1422d8e976b2bf8bb9a4f91addf9bbec.
2018-02-01 11:43:14 +01:00
0612ed15a6
Allow deletion of tasks by non-admin users.
2017-07-13 17:29:16 +02:00
4e8c735f6b
Python 3.6 compatibility: Applied 2to3
2017-03-03 15:08:48 +01:00
0d9ed088be
Removed unused import & small test fix
2016-11-10 15:39:49 +01:00
72e903d192
Added AbstractAttractTest.attract property
2016-11-10 15:34:03 +01:00
497bbb8273
Editing the name of a shot/task/asset now logs the old and new name in the activity
2016-11-10 09:34:32 +01:00
3925c044d5
Added task deletion. GUI still ugly, though.
2016-09-23 13:58:14 +02:00
498e1d5ecc
Added etag checking when saving tasks & shots. Still a bit rough.
...
Needs nicer user interface stuff for explaining what's going on.
2016-09-23 09:36:27 +02:00
d8824eeb63
Fixed issue saving tasks.
...
The Eve hook that added 'parent_info' caused this issue, as the validation
fails when saving a document that contains this. The easiest fix was to
prefix it with an underscore, so that the SDK automatically strips it
before saving.
2016-09-22 15:29:11 +02:00
0f95c01172
Added editing of shots
2016-09-21 17:39:48 +02:00
d97d1183a5
Added shot overview with tasks.
...
javascript links to open or create tasks aren't implemented yet.
2016-09-21 16:35:57 +02:00
cbb6100084
Added unittest for edit_task
2016-09-21 15:19:17 +02:00
f853278f5a
Moved task management code from flask views to task manager.
2016-09-08 12:55:30 +02:00