Commit graph

658 commits

Author SHA1 Message Date
Milan Kolar
e5d39665d8
Merge pull request #851 from pypeclub/feature/deadline_self_contained_module
Deadline as Pype Module
2021-01-04 17:46:56 +01:00
Milan Kolar
8db8feb046 remove deadline from tray module manager 2020-12-22 17:17:54 +01:00
Milan Kolar
c0456401b2
Merge pull request #854 from pypeclub:feature/launch_hooks_interface
Launch hooks interface
2020-12-22 14:23:27 +01:00
iLLiCiTiT
9311c99f81 fixed method name 2020-12-22 13:19:49 +01:00
iLLiCiTiT
328de48400 already implemented events use new methods instead of old ones 2020-12-22 13:17:43 +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
1ef7dfbd33 Ftrack module ingerit ILaunchHookPaths and has implemented get_launch_hook_paths 2020-12-22 10:48:13 +01:00
iLLiCiTiT
3fec8b293a implemented ILaunchHookPaths interface 2020-12-22 10:47:05 +01:00
iLLiCiTiT
1a190670f1 fix log_viewer init file 2020-12-22 10:23:38 +01:00
iLLiCiTiT
49c22b6217 removed previous module file 2020-12-22 10:22:54 +01:00
iLLiCiTiT
1dab85efd8 renamed logging module to log_viewer 2020-12-22 10:21:14 +01:00
Milan Kolar
4ea02c384e move deadline plugins to deadline module 2020-12-21 22:08:56 +01:00
Milan Kolar
925f5f9213 register deadline plugins via module manager 2020-12-21 22:08:43 +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
fb81f4166f
Merge pull request #841 from pypeclub/feature/task_to_parent_with_settings
Task to parent with settings
2020-12-18 19:18:16 +01:00
iLLiCiTiT
22d783282e fix entity type mapping 2020-12-18 19:13:46 +01:00
Milan Kolar
ac32653827
Merge pull request #833 from pypeclub/feature/task_to_version_use_setings
Task to version use settings
2020-12-18 18:57:50 +01:00
iLLiCiTiT
8ffbe212f3 single task status match fixes 2020-12-18 18:38:40 +01:00
iLLiCiTiT
21b2f3e018 single_match as list fix 2020-12-18 16:52:13 +01:00
iLLiCiTiT
6b7933895f reimplemented best order status 2020-12-18 16:45:37 +01:00
iLLiCiTiT
ab97f5df3c minor fixes 2020-12-18 16:03:57 +01:00
iLLiCiTiT
cfcb9f49bd removed unused methods 2020-12-18 16:03:47 +01:00
iLLiCiTiT
3031224736 task to parent status are converted to use settings 2020-12-18 15:33:26 +01:00
iLLiCiTiT
50d2d9db71 get rid of register override and class attributes 2020-12-18 15:32:30 +01:00
iLLiCiTiT
7b285dcba0 hound fixes once more (changed indent from 3 to 4) 2020-12-17 12:08:58 +01:00
iLLiCiTiT
c2a06d6f19 hound fixes 2020-12-17 12:06:42 +01:00
iLLiCiTiT
52eafcd668 skip processing if new status id is same as asset version already has 2020-12-17 11:56:46 +01:00
iLLiCiTiT
ee3e840e4a removed join_query_keys from event as it is in base already 2020-12-17 11:50:48 +01:00
iLLiCiTiT
fc6bc15080 fixed missing status name in mapping 2020-12-17 11:50:24 +01:00
iLLiCiTiT
c8d6d120f5 fixed query templates 2020-12-17 11:50:00 +01:00
iLLiCiTiT
128a86b3b0 separated skip logs 2020-12-17 11:49:40 +01:00
iLLiCiTiT
4f7b15395b Merge branch 'develop' into feature/task_to_version_use_setings
# Conflicts:
#	pype/tools/settings/settings/gui_schemas/projects_schema/schema_project_ftrack.json
2020-12-17 11:35:35 +01:00
iLLiCiTiT
2c70a160e0 added try except in connect with modules 2020-12-17 10:52:04 +01:00
iLLiCiTiT
5cc3b178a0 Merge branch 'develop' into feature/tray_action 2020-12-17 10:10:34 +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
a2671b57e9
Merge branch 'develop' into 3.0/fix_sync_server_settings 2020-12-16 21:31: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
Milan Kolar
a33bbfd5a4
Merge pull request #826 from pypeclub/feature/remove_start_timer_action
Removed start timer action
2020-12-16 20:53:39 +01:00