Commit graph

140 commits

Author SHA1 Message Date
iLLiCiTiT
bee136e29a added process identifier to base handler 2021-07-27 15:22:11 +02:00
iLLiCiTiT
39b79a32c2 Merge branch 'develop' into feature/local_actions_with_process_identifier 2021-07-27 15:13:21 +02:00
iLLiCiTiT
fcde4277e3 removed slash from comment 2021-07-27 11:15:17 +02:00
iLLiCiTiT
699c3b5e06 update server prepare project action with all changes 2021-07-27 11:14:15 +02:00
iLLiCiTiT
ccce38eebb add create project structure checkbox 2021-07-27 11:10:24 +02:00
iLLiCiTiT
b180d7be22 add h3 to enum labels 2021-07-27 11:09:55 +02:00
iLLiCiTiT
fb1a39bd83 commit custom attributes changes 2021-07-27 11:09:43 +02:00
iLLiCiTiT
aab871fea7 use CUST_ATTR_AUTO_SYNC constance for custom attribute name 2021-07-27 11:09:24 +02:00
Milan Kolar
0f3f72b83f
Merge pull request #1845 from pypeclub/bugfix/avalon_sync_type_error 2021-07-26 15:45:09 +02:00
iLLiCiTiT
5c9a7d1048 added discover and launch identifier properties for actions 2021-07-26 12:21:14 +02:00
iLLiCiTiT
e1b10317da removed all added stuff 2021-07-26 12:00:47 +02:00
iLLiCiTiT
607cc6e2ea override get_identifier for server action 2021-07-26 11:39:05 +02:00
iLLiCiTiT
295e400c81 BaseAction has identifier id added to end of class identifier 2021-07-26 11:38:50 +02:00
iLLiCiTiT
f804d4bd40 pass right type to get_hierarchical_attributes_values 2021-07-22 16:07:15 +02:00
iLLiCiTiT
c7dc3ac101 fix args 2021-07-21 17:44:21 +02:00
iLLiCiTiT
d96998626a fix method name 2021-07-21 17:44:02 +02:00
iLLiCiTiT
d5c4009935 removed unused import 2021-07-21 17:37:55 +02:00
iLLiCiTiT
3f1305b88f use add_traceback_to_job from base event handler to store traceback to a job 2021-07-21 17:35:24 +02:00
iLLiCiTiT
8b3aeddaa7 added usefull methods to add traceback to job in ftrack base event handler 2021-07-21 17:33:00 +02:00
iLLiCiTiT
1f4c644fc0 create project when values are confirmed, not before 2021-07-20 18:28:56 +02:00
iLLiCiTiT
0e38083a01 add basic order of attributes 2021-07-20 18:05:27 +02:00
iLLiCiTiT
246a3cff52 create the project in avalon if does not exist yet 2021-07-20 18:05:17 +02:00
iLLiCiTiT
c55d67bb58 action where project_folder_structure is used expect string value 2021-07-12 11:36:51 +02:00
Jakub Trllo
e2fa93a583
Merge pull request #1801 from pypeclub/bugfix/collect_ftrack_family_bugs
Collect ftrack family bugs
2021-07-08 13:18:27 +02:00
iLLiCiTiT
93b9624181 fix key loaded from settings 2021-07-08 11:21:05 +02:00
iLLiCiTiT
2be9dd55ee enhanced docstring 2021-07-07 18:25:14 +02:00
iLLiCiTiT
cd3cd88dfa added debug log 2021-07-07 18:25:07 +02:00
iLLiCiTiT
baf02590c2 fixed few return values 2021-07-07 18:23:50 +02:00
iLLiCiTiT
17a97044b9 addedd few modifications to discovery 2021-07-07 18:23:21 +02:00
iLLiCiTiT
52556fc9ce reversed logic of interface 2021-07-07 17:59:28 +02:00
iLLiCiTiT
61588d9ddd formatting changes 2021-07-07 17:58:56 +02:00
iLLiCiTiT
2710bce4bd use constant for none category 2021-07-07 17:57:46 +02:00
iLLiCiTiT
c1994950ad use user from event instead of session event 2021-07-07 17:54:07 +02:00
iLLiCiTiT
4a2efb1cd2 Converted to server action 2021-07-07 17:53:06 +02:00
iLLiCiTiT
f0e6bb7a82 created copy of multiple notes action 2021-07-07 17:42:30 +02:00
iLLiCiTiT
3d086c967a added comment 2021-07-07 10:46:11 +02:00
iLLiCiTiT
ec0a57f876 make sure email is not None but string 2021-07-07 10:41:37 +02:00
iLLiCiTiT
50cf8f9614 fix object attributes error 2021-06-28 14:16:38 +02:00
iLLiCiTiT
1be4c4fc7f added some more comments 2021-06-24 20:45:33 +02:00
iLLiCiTiT
877b5b8535 added few comments 2021-06-24 20:44:13 +02:00
iLLiCiTiT
9fa01ac76e object type ids preparation is at one place 2021-06-24 20:43:55 +02:00
iLLiCiTiT
10f0604173 implemented task parent changes handling 2021-06-24 20:32:09 +02:00
iLLiCiTiT
3251401da3 use _commit_changes in current implementation 2021-06-24 20:29:08 +02:00
iLLiCiTiT
0894f272de implemented _commit_changes for easier access 2021-06-24 20:28:30 +02:00
iLLiCiTiT
70b91afe19 implemented query_custom_attributes for querying custom attribute values from ftrack database 2021-06-24 20:15:45 +02:00
iLLiCiTiT
18297588a5 convert attributes and types to set 2021-06-24 20:07:15 +02:00
iLLiCiTiT
a4e84611fe separate task parent changes and value changes 2021-06-24 20:06:30 +02:00
iLLiCiTiT
143d1205ee collect also task changes if parent_id has changed 2021-06-24 20:06:08 +02:00
iLLiCiTiT
57bd695974 added process_attribute_changes where previous logic happened 2021-06-24 20:05:49 +02:00
Petr Kalis
cfdd04aae6
Merge pull request #1708 from pypeclub/feature/680-StandalonePublisher-toggle-ftrack
Toggle Ftrack upload in StandalonePublisher
2021-06-23 10:12:15 +02:00