Commit graph

307 commits

Author SHA1 Message Date
antirotor
ed4feae385
feat(rv): basic working version of rv action 2019-04-10 22:16:42 +02:00
antirotor
0e9ce8010a
feat(rv): tweaked how path to rv is handled 2019-04-10 11:33:14 +02:00
antirotor
ee3f9571ca
feat(rv): initial version of RV player action 2019-04-03 22:06:49 +02:00
antirotor
d918d02083
feat(rv): basic rv action, wip 2019-03-31 22:01:39 +02:00
Milan Kolar
b19f703189 change ;thumbnail update logic on ftrack event 2019-03-28 14:03:55 +01:00
Jakub Trllo
5760d2b53a Merge branch 'develop' into feature/PYPE-224_clockify_integration 2019-03-18 12:02:17 +01:00
Jakub Trllo
b10ac0b279 fixed bug in start clockify app launch 2019-03-16 09:50:54 +01:00
Jakub Trllo
6f624c8a2d base handler catch assert exceptions 2019-03-15 18:17:15 +01:00
Jakub Trllo
e22e8102e3 djv converted from scratch to action 2019-03-15 17:36:05 +01:00
Jakub Trllo
59b0b7bb66 Merge branch 'develop' into hotfix/PYPE-237_djvview_bug_fix 2019-03-15 10:31:20 +01:00
Jakub Trllo
7d3a0fe82b start timer set tag_ids instead of task_id 2019-03-15 09:52:07 +01:00
Jakub Trllo
ef91b6e53d task types are stored as tags instead of tasks during sync to clockify 2019-03-15 09:51:36 +01:00
Jakub Trllo
e0f6ba6eb2 task name is added to timer description 2019-03-15 09:41:04 +01:00
Milan Kolar
788057fc71 prevent errors when None entity is found and add rollback to next task update 2019-03-14 19:32:38 +01:00
Jakub Trllo
4865ced27b file proxy is not set in djv 2019-03-14 18:39:59 +01:00
Jakub Trllo
bc8efd319d only actual project is synced 2019-03-14 18:31:38 +01:00
Jakub Trllo
f23b0f0b8a better result handling on ftrack ations 2019-03-14 18:15:22 +01:00
Jakub Trllo
a76fabbde5 fixed next task update so it ignore entities without changes 2019-03-14 17:57:16 +01:00
Jakub Trllo
a613476f53 event_next_task_update is not launched on creating/deleting entity 2019-03-13 16:33:01 +01:00
Jakub Trllo
b653200a8b del_avalon_id_from_new fixed missing key error 2019-03-13 16:32:26 +01:00
Jakub Trllo
c2eb4599e8 _translate_event is not launched by default so events are faster 2019-03-13 16:31:51 +01:00
Jakub Trllo
b894496f9a version_to_task fixed, won't crash if status is not found in ftrack 2019-03-13 16:28:48 +01:00
Jakub Trllo
af477178f5 event's exceptions are logged out on crash 2019-03-13 16:28:12 +01:00
Jakub Trllo
fb73402251 get_entities was separated from translate_event 2019-03-13 16:27:12 +01:00
Jakub Trllo
ac1f7e72c1 added socialnotification to ignore list when translating selection in events 2019-03-13 14:58:01 +01:00
Jakub Trllo
bfd13bffa1 ftrack action registration is faster 2019-03-13 14:49:02 +01:00
Jakub Trllo
e287bb5ffc event radio buttons is ignored by default 2019-03-13 13:56:41 +01:00
Jakub Trllo
c624072030 job killer has better interface now 2019-03-13 13:56:13 +01:00
Jakub Trllo
a1099dcb51 session rollback and cache.clear are called before launch 2019-03-13 13:55:51 +01:00
Jakub Trllo
11909c9aad launch_log for event don't log start and finish of event launch 2019-03-13 13:54:07 +01:00
Jakub Trllo
5c291324a3 session rollback is called when event del_avalon_id failed 2019-03-13 13:48:55 +01:00
Jakub Trllo
3e7f4c2cad action can be ended in interface now 2019-03-13 13:46:47 +01:00
Jakub Trllo
3c115a0481 enhanced error handling in sync to avalon 2019-03-13 13:44:47 +01:00
Jakub Trllo
f5e203ab7d gathering entities was moved to base handler, collect entities event was removed 2019-03-13 13:41:56 +01:00
Jakub Trllo
d19023f3b2 removed frames regex (not used) 2019-03-11 19:37:30 +01:00
Jakub Trllo
292936c8c1 clockify is not using task name but task-type name 2019-03-11 19:33:20 +01:00
Jakub Trllo
4db427dcaf Missing permission in clockify is more specific 2019-03-11 17:54:46 +01:00
Jakub Trllo
41c31e01e9 missing permission error is more specific now 2019-03-11 17:54:13 +01:00
Jakub Trllo
8e079571eb added clockify availability check to ftrack actions 2019-03-11 17:02:09 +01:00
Jakub Trllo
1909d61f09 removed _name attributes from clockify api functions 2019-03-11 16:52:45 +01:00
Jakub Trllo
2360b44404 ftrack base handler can handle if items are result 2019-03-11 16:48:47 +01:00
Jakub Trllo
3fb4f30e9b added clockify check to app launch 2019-03-11 16:43:00 +01:00
Jakub Trllo
d72e6ccd89 check if djv_path is set before selection validation 2019-03-09 18:50:26 +01:00
Jakub Trllo
a05c146f43 action discovery won't crash if djv view is not installed 2019-03-09 17:14:02 +01:00
Jakub Trllo
62e573613a removed old code 2019-03-09 17:13:01 +01:00
Jakub Trllo
66d161abe1 removed bool result from collect entities so empty error message in ftrack won't show 2019-03-09 16:50:10 +01:00
Jakub Trllo
7d18464353 Merged in feature/PYPE-196_DJV_crash_on_linux (pull request #67)
djv action is redone

Approved-by: Ondřej Samohel <annatar@annatar.net>
Approved-by: Milan Kolar <milan@orbi.tools>
2019-03-08 12:23:00 +00:00
Jakub Trllo
e05198d244 added log that action has finished 2019-03-08 12:31:28 +01:00
Jakub Trllo
4df5a7176c task types are syncing to avalon project config/tasks 2019-03-08 12:26:02 +01:00
Jakub Trllo
1df4f0c148 permission validation moved to clockify_api will be used in multiple actions 2019-03-07 15:41:39 +01:00