Commit graph

96 commits

Author SHA1 Message Date
Milan Kolar
3ea01fadab
Merge pull request #860 from pypeclub/feature/sync_hier_attributes_with_settings
Sync hier attributes with settings
2021-01-08 23:16:54 +01:00
Milan Kolar
c0de00ddee Merge remote-tracking branch 'origin/master' into develop 2021-01-06 13:20:55 +01:00
iLLiCiTiT
0a42dcd6e7 do not acces type name through entities but use prequeried types 2021-01-04 16:53:09 +01:00
iLLiCiTiT
68e2648a4c prepare task types before entities loop 2021-01-04 16:52:54 +01:00
iLLiCiTiT
f8b21a7795 added type_id to queried attributes 2021-01-04 16:52:43 +01:00
iLLiCiTiT
be9e516971 move entities query in code 2021-01-04 16:52:35 +01:00
iLLiCiTiT
f8177f828c removed roles from custom attributes definitions 2020-12-28 12:33:03 +01:00
iLLiCiTiT
ce179f086a added ability to use different key than "enabled" durinf role check 2020-12-23 12:04:49 +01:00
iLLiCiTiT
9311c99f81 fixed method name 2020-12-22 13:19:49 +01:00
iLLiCiTiT
1d11730cd2 action handler store only project name not whole entity 2020-12-22 13:14:51 +01:00
iLLiCiTiT
d4ae3415f0 renamed get_project_entity_from_event to get_project_name_from_event 2020-12-22 13:14:32 +01:00
iLLiCiTiT
86419f80c6 get_project_entity_from_event store only project name not whole entity 2020-12-22 13:14:17 +01:00
iLLiCiTiT
6c0cf5067a get_project_settings_from_event expect only project name 2020-12-22 13:13:42 +01:00
iLLiCiTiT
c3c415e405 actions are discovered by settings 2020-12-21 19:09:44 +01:00
iLLiCiTiT
4ca70aa937 implemented get_project_entity_from_event for action handler 2020-12-21 17:49:24 +01:00
iLLiCiTiT
3eb4674ac9 renamed get_settings_for_project to get_project_settings_from_event 2020-12-21 17:48:21 +01:00
iLLiCiTiT
ff80d5df6d get_settings_for_project expect only project_entity 2020-12-21 17:47:38 +01:00
iLLiCiTiT
8ed00fbdef get_project_entity_from_event moved to event handler 2020-12-21 17:47:16 +01:00
iLLiCiTiT
5517fe09cc implemented helper functions to get user roles from event 2020-12-21 17:39:27 +01:00
iLLiCiTiT
1bf55c5686 removed server action role check 2020-12-21 17:37:17 +01:00
iLLiCiTiT
f368385920 removed roles from registerings 2020-12-21 17:35:10 +01:00
iLLiCiTiT
70034aee60 plugins_presets was removed as is not used anymore 2020-12-21 11:10:06 +01:00
Milan Kolar
a596b96c5f
Merge pull request #825 from pypeclub/feature/thumbnail_event_handler
Thumbnail event handler with settings
2020-12-16 22:31:29 +01:00
Milan Kolar
f1f82fb0ce Merge branch 'master' into develop 2020-12-16 22:22:38 +01:00
Milan Kolar
b5559047a1
Merge pull request #829 from pypeclub/feature/use_modules_manager_for_user_ftrack_paths
Ftrack module use modules manager for ftrack paths
2020-12-16 21:13:27 +01:00
iLLiCiTiT
52e892f9fc ftrack server is using ftrack module to get paths to handlers 2020-12-16 19:11:52 +01:00
iLLiCiTiT
c240cd813b user handlers are loaded with modules manager instead of lib functions 2020-12-16 19:05:19 +01:00
iLLiCiTiT
ff32d0ee4a added get_entity_path function to base handler 2020-12-15 19:35:39 +01:00
iLLiCiTiT
6a5559c9b2 loading project settings is part of BaseHandler as it will be used across events 2020-12-15 17:17:01 +01:00
iLLiCiTiT
606767a284 fix loading of "ftrack" key 2020-12-15 13:11:06 +01:00
iLLiCiTiT
26aeb1884e added join_query_keys function to ftrack base class 2020-12-10 16:36:10 +01:00
iLLiCiTiT
c6609d0131 add get_ftrack_event_mongo_info to lib's __init__ 2020-12-07 14:27:04 +01:00
iLLiCiTiT
d7a0252c9f moved get_ftrack_event_mongo_info to ftrack.lib 2020-12-07 14:24:03 +01:00
iLLiCiTiT
59cef39c82 added settings to ftrack module lib for loading settings 2020-12-07 13:04:20 +01:00
iLLiCiTiT
45a6988fd8 added default envent handler paths to ftrack lib 2020-12-04 19:14:24 +01:00
iLLiCiTiT
372569c5b1 fix imports and usage of get_anatomy_settings 2020-12-03 22:02:14 +01:00
iLLiCiTiT
7889b2a360 don't use get_presets in avalon_sync 2020-12-03 18:46:09 +01:00
iLLiCiTiT
e9892ce77e create project structure is using settings 2020-12-03 14:48:03 +01:00
iLLiCiTiT
f890fb74c5 removed unsused imports and modified docstring 2020-12-03 13:32:52 +01:00
iLLiCiTiT
db1c5b4a8d removed unused imports 2020-12-03 13:03:45 +01:00
iLLiCiTiT
6f3fe95405 application is used everywhere so removed a lot of code 2020-12-03 12:58:20 +01:00
iLLiCiTiT
cc70fd7552 ftrack sync can use application manager for applications sync 2020-11-25 10:50:03 +01: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
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
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