Commit graph

9512 commits

Author SHA1 Message Date
iLLiCiTiT
592697fbde removed Appliction initialization which does nothing special in pype 2021-01-06 14:24:55 +01:00
iLLiCiTiT
7510261ce8 don't use get_application in nuke to get app name which is already stored under AVALON_APP key 2021-01-06 14:24:22 +01:00
Milan Kolar
c0de00ddee Merge remote-tracking branch 'origin/master' into develop 2021-01-06 13:20:55 +01:00
Milan Kolar
8ab9fb9cc7
Merge pull request #865 from pypeclub/bugfix/terminal_inner_lock
Fix terminal inner lock
2021-01-06 13:11:37 +01:00
Milan Kolar
65f9e2c603
Merge pull request #859 from pypeclub/feature/remove_presets_getter
Remove presets getter
2021-01-06 13:10:58 +01:00
Milan Kolar
32bb19d583
Merge pull request #862 from pypeclub/feature/ftrack_custom_attributes_settings
Ftrack custom attributes from settings
2021-01-06 13:09:52 +01:00
Milan Kolar
fe8f58f60b
Merge pull request #863 from pypeclub/feature/module_manager_time_report
Module manager time report
2021-01-06 13:05:42 +01:00
Milan Kolar
e83cbf6b30
Merge pull request #869 from pypeclub/hotfix/faster_sync_preparation
Faster sync to avalon preparation
2021-01-06 12:53:59 +01:00
Milan Kolar
9681e67f52
Merge pull request #868 from pypeclub/feature/rest_api_faster_port
Rest api faster find port
2021-01-06 12:52:48 +01:00
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
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
579e5a1496 find free port is pyhon 2 compatible 2020-12-30 13:14:39 +01:00
iLLiCiTiT
d2b1acbc7c added docstring 2020-12-30 12:41:25 +01:00
iLLiCiTiT
5e08f26ac2 free port is checked in faster way 2020-12-30 12:41:18 +01:00
iLLiCiTiT
4d1948c68f renamed find_port to find_free_port 2020-12-30 12:39:57 +01:00
iLLiCiTiT
41a6bdadf5 use print instead of Terminal.echo 2020-12-29 13:23:06 +01:00
iLLiCiTiT
0b3bf2e710 hound fix 2020-12-29 11:37:53 +01:00
iLLiCiTiT
2dec29ad3e call print report on start 2020-12-29 11:31:19 +01:00
iLLiCiTiT
ae4b946d2d added print function for time reports 2020-12-29 11:31:05 +01:00
iLLiCiTiT
50c8653e8d collect time spent on each initialization task 2020-12-29 11:29:18 +01:00
iLLiCiTiT
49c92a9ec2 removed removed default roles from mongo id attribute 2020-12-28 13:26:46 +01:00
iLLiCiTiT
c286e11d41 added custom attributes applications, tools and avalon_mongo_id to settings 2020-12-28 13:26:16 +01:00
iLLiCiTiT
2dcb33b16e fixed keys for roles 2020-12-28 12:33:28 +01:00
iLLiCiTiT
f8177f828c removed roles from custom attributes definitions 2020-12-28 12:33:03 +01:00
iLLiCiTiT
9de0c3a0c5 changed variable names in custom attributes action 2020-12-28 12:32:35 +01:00
iLLiCiTiT
8e2d3a490e removed backwards compatibility for dict-invisible 2020-12-28 12:02:50 +01:00
iLLiCiTiT
329665afc2 removed dict-invisible from schemas 2020-12-28 12:02:36 +01:00
iLLiCiTiT
5fd0eb0176 removed default values from custom attributes 2020-12-28 12:02:01 +01:00
iLLiCiTiT
dfb7596686 modifiable custom attributes are not set with modifiable dictionary but are predefined 2020-12-28 12:01:48 +01:00
iLLiCiTiT
06ea62edb6 custom attributes custom attributes has template with security roles 2020-12-28 12:01:20 +01:00
iLLiCiTiT
abcbea0507 update_dict moved to anatomy and renamed to merge_dict 2020-12-23 11:26:26 +01:00
iLLiCiTiT
c486066798 removed get_presets and all related functions 2020-12-23 11:25:58 +01:00
Milan Kolar
8db8feb046 remove deadline from tray module manager 2020-12-22 17:17:54 +01:00
Milan Kolar
5806713004
Merge pull request #857 from pypeclub/bugfix/env_change_on_app_launch
Create dict copy of environments on application launch
2020-12-22 17:16:06 +01:00
iLLiCiTiT
0b31fe7526 make sure it's totally independent 2020-12-22 15:48:43 +01:00
iLLiCiTiT
c1d0870a7e removed unused import 2020-12-22 15:42:35 +01:00
iLLiCiTiT
a4de80a61e call .copy() on variable env 2020-12-22 15:41:31 +01:00
Milan Kolar
8181a5f8b6
Merge pull request #846 from pypeclub/bugfix/threadsafe_terminal
Thread safe Terminal
2020-12-22 15:37:05 +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
Milan Kolar
28f79d9024
Merge pull request #856 from pypeclub:bugfix/ftrack_event_entity_store
Ftrack project entity is not stored to event data
2020-12-22 14:06:06 +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
Milan Kolar
1e7136232f
Merge pull request #853 from pypeclub/bugfix/rename_logging_module
Logging module rename
2020-12-22 12:21:34 +01:00