Commit graph

336 commits

Author SHA1 Message Date
Milan Kolar
13c14b8a86 cherry picked #654 - Fix Layer name is not propagating 2020-10-23 12:52:38 +02:00
Milan Kolar
ee494bfae5
Merge pull request #628 from tokejepsen/2.x/feature/rv_mp4_support
Add mp4 support for RV action.
2020-10-09 11:15:29 +02:00
Milan Kolar
a25bf0916b
Merge pull request #623 from pypeclub/bugfix/task_processing_in_event_sync
Task processing in event sync
2020-10-09 10:49:50 +02:00
Toke Stuart Jepsen
1f0fbdd5d6 Add mp4 support for RV action. 2020-10-09 09:41:28 +01:00
iLLiCiTiT
9225c3553d formatting changes 2020-10-08 13:37:05 +02:00
iLLiCiTiT
7f4d33ee57 removed unused methods 2020-10-08 13:36:57 +02:00
iLLiCiTiT
5a21369cc1 modified for loop in task update to use new changes 2020-10-08 13:36:40 +02:00
iLLiCiTiT
84b1ee867a used task query for getting task entities 2020-10-08 13:36:23 +02:00
iLLiCiTiT
e2262ce929 make sure all entities with changed tasks are processed even if they dont have any task left 2020-10-08 13:36:04 +02:00
iLLiCiTiT
bf04ce5fd0 added query for task types to not query them one by one 2020-10-08 13:35:32 +02:00
iLLiCiTiT
be4a25dc60 renamed entities_query_by_parent_id to task_entities_query_by_parent_id and modified query 2020-10-08 13:34:41 +02:00
iLLiCiTiT
09e29c3d29 do not process tasks on entity creation but just add it's id to modified_tasks_ftrackids so it's processed afterwards 2020-10-08 13:34:16 +02:00
iLLiCiTiT
a434041a27 fixed undefined variable in remove 2020-10-08 13:33:36 +02:00
iLLiCiTiT
06cf676bf8 check if there are unprocessed task changes before skipping whole process 2020-10-08 13:33:19 +02:00
iLLiCiTiT
3d0ab220c5 do not use _get_entities_for_ftrack_ids for query as it find entities by parent id 2020-10-08 13:32:56 +02:00
iLLiCiTiT
04c6fd33eb fixed ftrack ids unin 2020-10-08 13:32:27 +02:00
iLLiCiTiT
faa1d8028a filter tasks by entity_type and do task filtration at one place 2020-10-08 13:32:06 +02:00
Milan Kolar
e032feaf1e
Merge pull request #608 from pypeclub/feature/ftrack_server_action
Ftrack server action improvement
2020-10-08 12:10:37 +02:00
Petr Kalis
d6e86f852a Fix - change of task type wasn't propagated
Rewrite of approach, simplified, in any task change is noticed,
parents of changed tasks are captured, all task entities are pulled
from Ftrack and Task dictionaries are recreated from scratch.
2020-10-07 20:39:29 +02:00
Petr Kalis
c08a6adc57 Fix - renaming or deleting tasks in Ftrack wasn't synced
Part for syncing through Event server
2020-10-07 15:35:22 +02:00
Petr Kalis
ce24026f2b Fix - renaming or deleting tasks in Ftrack wasn't synced
Part for manual syncing through Action
2020-10-06 16:10:55 +02:00
iLLiCiTiT
2f3d164447 extracted ServerAction to ftrack module level 2020-10-05 23:10:13 +02:00
iLLiCiTiT
7bc975c5aa simplified server actions with new ServerAction 2020-10-05 23:05:35 +02:00
iLLiCiTiT
ef5b917ff3 extracted ServerAction to ftrack.lib 2020-10-05 23:02:23 +02:00
iLLiCiTiT
b96fc36aed implemented ServerAction with modified discovery and register methods 2020-10-05 23:02:05 +02:00
iLLiCiTiT
378022003c modified preregister result check 2020-10-05 22:52:42 +02:00
iLLiCiTiT
14e192e72c extracted rolecheck from _preregister to separate method 2020-10-05 22:52:16 +02:00
iLLiCiTiT
22869a1507 add role_list attribute to BaseHandler 2020-10-05 22:51:23 +02:00
Petr Kalis
8e59fe67ff
Merge branch '2.x/develop' into feature/180-Store_task_types 2020-10-02 13:22:34 +02:00
Milan Kolar
8b6c23c301
Merge pull request #581 from pypeclub/feature/avalon_module_without_qt
Avalon module without Qt
2020-10-01 21:14:29 +02:00
Milan Kolar
2094d4ff7d
Merge pull request #577 from pypeclub/feature/ftrack_module_without_qt
Ftrack module without Qt
2020-10-01 21:12:59 +02:00
Milan Kolar
5cfedc9124
Merge pull request #568 from pypeclub/feature/easier_modules_without_qt_in_globals
Modules (few) without qt in globals
2020-10-01 21:07:41 +02:00
Milan Kolar
fd1e6dd3c3
Merge pull request #564 from pypeclub/bugfix/missing_port_variable
set port variable to None so the variable exists
2020-10-01 18:22:26 +02:00
iLLiCiTiT
4785cf26c4 muster is not using Qt until tray_init is triggered 2020-09-30 15:24:31 +02:00
iLLiCiTiT
d8eec091c3 fix hound 2020-09-30 15:19:31 +02:00
iLLiCiTiT
6951e046de clockify modules does not use Qt unless tray_init is triggered 2020-09-30 15:13:19 +02:00
iLLiCiTiT
d384fb9a45 Qt is not used in avalon_apps module if tray_init is not triggered 2020-09-30 13:21:24 +02:00
iLLiCiTiT
f16d601a8a changed default port to 8098 2020-09-30 12:22:17 +02:00
iLLiCiTiT
c9f381e60b hound fixes 2020-09-30 11:46:23 +02:00
iLLiCiTiT
bb77c72b98 fix thread stopping in ftrack login 2020-09-30 11:30:21 +02:00
iLLiCiTiT
689c483631 formatting changes 2020-09-30 11:12:31 +02:00
iLLiCiTiT
15172d32e3 modified imports inside ftrack module to be explicit 2020-09-30 11:12:23 +02:00
iLLiCiTiT
b41f9ac8bc variables with table changed to collection 2020-09-30 11:07:35 +02:00
iLLiCiTiT
bfb906f37a moved custom db connector to folder where is used 2020-09-30 11:06:06 +02:00
iLLiCiTiT
0c92ca3808 moved gui imports in standalone publisher from globals 2020-09-25 16:12:18 +02:00
iLLiCiTiT
06b1501cac small modification in logging module 2020-09-25 16:11:58 +02:00
iLLiCiTiT
903713c749 user module has also tray_init method for all Qt imports 2020-09-25 16:11:48 +02:00
iLLiCiTiT
480acb9238 timers manager has tray_init where all qt imports are done 2020-09-25 16:09:30 +02:00
iLLiCiTiT
d67a8a5f83 TimersManager is not singleton 2020-09-25 16:09:03 +02:00
iLLiCiTiT
64052aa44e logging module without qt in globals 2020-09-25 16:08:34 +02:00