Commit graph

347 commits

Author SHA1 Message Date
Milan Kolar
a15f879730
Merge pull request #1228 from pypeclub/feature/apps_without_env_groups
Removed environment metadata from apps and hosts
2021-03-31 15:13:02 +02:00
Milan Kolar
e8fe8f25a3
Merge pull request #1213 from pypeclub/bugfix/3.0_profile_regex_fix
Fix regex checks in profiles filtering
2021-03-31 09:36:38 +02:00
iLLiCiTiT
f1b154a94f group does not have to have set label 2021-03-30 20:04:34 +02:00
iLLiCiTiT
9f14f89173 removed usage of "settings_env" key in launch context 2021-03-30 19:53:47 +02:00
iLLiCiTiT
1a4abd7128 changed how environments for apps and tools are retrieved 2021-03-30 19:52:50 +02:00
iLLiCiTiT
19313b06bd ApplicationManager use new tools classes to define it's tools 2021-03-30 19:51:30 +02:00
iLLiCiTiT
ed148c7c11 renamed ApplicationTool to EnvironmentTool and changed what data holds 2021-03-30 19:51:09 +02:00
iLLiCiTiT
9a18da32ac Implemented EnvironmentToolGroup to hold tool group 2021-03-30 19:50:33 +02:00
iLLiCiTiT
a507d78f9c fixed attributes usage 2021-03-30 19:43:05 +02:00
iLLiCiTiT
b6b1ab4b3a reimplemented require Application methods 2021-03-30 19:40:43 +02:00
iLLiCiTiT
aa0b3211fc ApplicationManager is using new classes to get applications 2021-03-30 19:40:29 +02:00
iLLiCiTiT
f5a046bbcb ApplicationGroup creates objects of Application class 2021-03-30 19:37:43 +02:00
iLLiCiTiT
be66e4cf70 added docstring to ApplicationGroup 2021-03-30 19:37:23 +02:00
iLLiCiTiT
68954e034e implemented new Application class which use more data from group and keeps only it's environments 2021-03-30 19:37:07 +02:00
iLLiCiTiT
dcdbae5156 implemented application group class it's object holds environments 2021-03-30 19:30:04 +02:00
iLLiCiTiT
6fa65a9bf8 removed previous implementation of Application object 2021-03-30 19:29:17 +02:00
iLLiCiTiT
def94529b4 aded python 2 compatibility for fullmatch 2021-03-30 14:04:58 +02:00
iLLiCiTiT
bc09f31ddb check for full match instead of simple match 2021-03-30 10:50:11 +02:00
iLLiCiTiT
e22cb6a1f7 moved get_subset_name logic from pype.plugin to pype.lib 2021-03-30 10:23:47 +02:00
Milan Kolar
da869ef633
Merge pull request #1190 from pypeclub/feature/key_validations
Key validations in settings
2021-03-30 10:06:25 +02:00
iLLiCiTiT
76bcca4c44 changed how tools are used 2021-03-25 19:42:53 +01:00
iLLiCiTiT
6c74ea04d4 added new function to lib's init file 2021-03-25 17:45:09 +01:00
iLLiCiTiT
5793f98273 added some docstring 2021-03-25 17:32:03 +01:00
iLLiCiTiT
71c9fb431a implemented function to apply project specific environments 2021-03-25 17:28:47 +01:00
Milan Kolar
771a8e29ac rename master version to hero 2021-03-24 10:17:08 +01:00
iLLiCiTiT
a844b966ac changed how arguments are prepared for launch context 2021-03-22 11:15:15 +01:00
Milan Kolar
4f082083a8
Merge pull request #1157 from pypeclub/feature/ftrack_module_refactor
Ftrack module refactor
2021-03-18 18:03:22 +01:00
Milan Kolar
36ef3ec849
Merge pull request #1145 from pypeclub/feature/anatomy_schema_modifications
Anatomy schema modifications 1st step
2021-03-18 17:21:07 +01:00
iLLiCiTiT
355872938b default mongo url is accessible with method 2021-03-18 10:18:16 +01:00
iLLiCiTiT
f2ecff2688 modules_from_path always return all information with filepaths 2021-03-18 10:16:50 +01:00
iLLiCiTiT
20909b50cd modules_from_path can return crashed modules 2021-03-18 09:43:37 +01:00
iLLiCiTiT
5c1d9655c6 anatomy can handle others templates 2021-03-17 14:23:16 +01:00
iLLiCiTiT
f3628c13fa anatomy can handle "defaults" key 2021-03-17 14:18:51 +01:00
iLLiCiTiT
72150df313 Allow more executables 2021-03-17 12:38:47 +01:00
Petr Kalis
1675d6690b #21 - Safer handling of hierarchy
'hierarchy' in asset might not be used everywhere
Added missed file with route definition
2021-03-16 13:23:01 +01:00
Petr Kalis
b138bdd202 Hound 2021-03-16 12:26:44 +01:00
Petr Kalis
b35d8d3a92 #21 - Change timers after task change 2021-03-16 12:22:09 +01:00
Petr Kalis
495b86d1b5 Merge branch 'develop' of github.com:pypeclub/pype into sync_server_fix_local_drive 2021-03-11 18:23:40 +01:00
Milan Kolar
a7a38a359c
Merge pull request #1097 from pypeclub/feature/ws_tool_in_avalon
Websocket server tool in avalon
2021-03-11 18:22:59 +01:00
Petr Kalis
ad27a41db1 Merge remote-tracking branch 'origin/develop' into sync_server_fix_local_drive 2021-03-11 18:09:57 +01:00
Milan Kolar
7c4aa85de0 Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype 2021-03-11 12:45:51 +01:00
Petr Kalis
a0ad216dad Merge remote-tracking branch 'origin/sync_server_fix_local_drive' into sync_server_fix_local_drive 2021-03-11 11:57:42 +01:00
iLLiCiTiT
ed321845cf anatomy can have defined site_name on creation 2021-03-11 11:52:08 +01:00
Petr Kalis
22883b840c Merge develop - resolve conflict 2021-03-10 17:56:19 +01:00
iLLiCiTiT
208d8301ed imports cleanup 2021-03-09 10:57:31 +01:00
iLLiCiTiT
24c49a7cc3 added some docstrings 2021-03-09 10:21:44 +01:00
iLLiCiTiT
841c1b3918 added buttons to copy or extract information 2021-03-09 10:14:54 +01:00
iLLiCiTiT
44e03989d4 added pype info getters to pype.lib 2021-03-08 20:01:07 +01:00
iLLiCiTiT
24c0d0754c fix application manager refresh 2021-03-08 10:03:07 +01:00
Milan Kolar
f2ae1684f0 Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype 2021-03-04 16:51:13 +01:00