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
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
Petr Kalis
62888dc387
Hound
2020-09-25 12:54:57 +02:00
Petr Kalis
c615e79728
#180 - Changed tasks to dictionaries
...
Modifications based on change
2020-09-25 12:46:05 +02:00
Petr Kalis
fec340f5ba
#180 - Changed tasks to dictionaries
...
Changed both for config ("tasks":{TYPE: {"short_name":""}}) and assets
("tasks": {"TASK_NAME": {"type":config.tasks.TYPE}})
2020-09-25 11:20:32 +02:00
Milan Kolar
f5a37ea416
Merge branch 'hotfix/ftrack_remove_fix' into 2.x/develop
2020-09-24 10:32:57 +02:00
iLLiCiTiT
dca974af2b
added debugging logs
2020-09-23 16:49:58 +02:00
iLLiCiTiT
bff280b867
fixed way how to access to attribute self._avalon_ents
2020-09-23 16:49:50 +02:00
iLLiCiTiT
f7104a1f7e
first commit recreated entity before any modification are applied
2020-09-23 16:49:28 +02:00
iLLiCiTiT
cfcd24318f
avoid bugs when same event is more than once stored in mongo
2020-09-18 11:48:25 +02:00
Jakub Jezek
0269dcaaef
Merge branch '2.x/develop' into bugfix/remove_icon_from_ftrack_status_action
2020-09-16 18:01:37 +02:00
Petr Kalis
a135517dcf
Hound
2020-09-15 15:03:27 +02:00
Petr Kalis
998c5383ee
Refactor - added a couple of docstrings
2020-09-15 14:39:39 +02:00
Petr Kalis
6f27fbdcbc
#180 - Enrich tasks with additional information
...
Tasks in project config or on assets were stored only as names. This changes them into dictionaries to enhance information that could be stored and used elsewhere later.
2020-09-15 12:31:37 +02:00
Milan Kolar
8705ac4a62
Merge branch 'master' into 2.x/develop
2020-09-09 17:01:55 +02:00
iLLiCiTiT
c68423279c
everywhere where io_nonsingleton was used is used AvalonmongoDB now
2020-09-08 15:10:34 +02:00
iLLiCiTiT
427a6109b7
removed all io_nonsingleton files from pype
2020-09-08 15:09:42 +02:00
iLLiCiTiT
f71aad40e0
removed icon attribute
2020-09-03 11:01:09 +02:00