Commit graph

879 commits

Author SHA1 Message Date
Milan Kolar
d36cdb10a1
Merge pull request #1119 from pypeclub/feature/remove_rest_api_module
Remove Rest Api module
2021-03-12 13:31:12 +01:00
iLLiCiTiT
939d17676c hound fixes 2021-03-12 12:54:17 +01:00
iLLiCiTiT
5252bb006f muster has same rest api methods as before but changed POST for show widget to GET 2021-03-12 11:43:22 +01:00
iLLiCiTiT
d6567358de user module has same rest api methods like before 2021-03-12 11:42:14 +01:00
iLLiCiTiT
aea8d1c2ff preimplemented helper class for endpoint 2021-03-12 11:41:47 +01:00
iLLiCiTiT
cfd943869c avalon module has same rest api methods like with rest api module 2021-03-12 11:39:49 +01:00
iLLiCiTiT
1ac0790f57 implemented interface for webserver module 2021-03-12 11:39:21 +01:00
iLLiCiTiT
cbd233c93a added find_port method to webserver module 2021-03-12 11:38:49 +01:00
iLLiCiTiT
326b3762be removed rest api usage from user module 2021-03-12 11:37:17 +01:00
iLLiCiTiT
33a0742b3d removed rest api usage from muster module 2021-03-12 11:35:26 +01:00
iLLiCiTiT
fe63883f96 removed rest api usage from avalon module 2021-03-12 11:34:17 +01:00
iLLiCiTiT
55a12b4abc deleted rest api module 2021-03-12 11:32:02 +01:00
Petr Kalis
1daa755ae4 SyncServer - use local_site_id properly
'local' should be replaced by local_site_id anytime in real world
2021-03-11 18:55:27 +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
Petr Kalis
fe3de0cfc9 Hound 2021-03-11 18:07:10 +01:00
Petr Kalis
541dd06301 SyncServer - fix lagging of gui
Resolving of path is expensive and not necessary here
2021-03-11 18:01:43 +01:00
Petr Kalis
bf127b0432 SyncServer - refresh project settings every loop or project change 2021-03-11 17:41:22 +01:00
Milan Kolar
b853c7b690 remove unused method 2021-03-11 17:09:57 +01:00
Petr Kalis
83570d4998 SyncServer - modified resolving of paths for local and remote
Fix - status for some failed was incorrectly set to Not available
Extended AbstracProvider with new method for resolvments of paths
Added defaults sites to configured sites
Name refactor
2021-03-11 16:20:54 +01:00
Petr Kalis
fcfd537830 Fix - get_remote_sites_from_settings does not validate sites
Sites could be configured in Local setting, so validation
doesn't have sense here
Small refactor
2021-03-11 13:17:28 +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
a57604fb0e Merge remote-tracking branch 'origin/sync_server_fix_local_drive' into sync_server_fix_local_drive 2021-03-11 10:57:15 +01:00
Petr Kalis
e56cb5f458 Merge branch 'develop' of github.com:pypeclub/pype into sync_server_fix_local_drive 2021-03-11 10:52:57 +01:00
iLLiCiTiT
40e80232b1 fixed typo in method names 2021-03-10 18:01:24 +01:00
Petr Kalis
22883b840c Merge develop - resolve conflict 2021-03-10 17:56:19 +01:00
Petr Kalis
d16434db03 SyncServer - added missed file 2021-03-10 17:40:27 +01:00
Petr Kalis
9c6544ad0f SyncServer - add 2 new methods get_active_sites_from_settings
, get_remote_sites_from_settings

Refactorr
2021-03-10 17:37:13 +01:00
Milan Kolar
8780c51f1a
Merge pull request #1096 from pypeclub/feature/386-show-diagnostic-info-when-clicking-on-version-in-pype-tray
Show diagnostic info when clicking on version in pype tray
2021-03-10 17:29:59 +01:00
Petr Kalis
ba9b56fc7a SyncServer - added get_active_sites, get_remote_sites methods
refactor
renamed get_local_site to get_active_site (part of public API)
2021-03-09 17:14:11 +01:00
Petr Kalis
5faf1543d7 SyncServer - use properly get_local_site_id for user's local site in app 2021-03-09 17:06:19 +01:00
Petr Kalis
acb18c45df PS - fix create multiple groups instances 2021-03-09 12:53:49 +01:00
iLLiCiTiT
a1bfefad9c handler of static files was moved to webserver module 2021-03-08 18:48:16 +01:00
Petr Kalis
720ab0f561 SyncServer - fixes, refactor 2021-03-08 12:57:11 +01:00
Petr Kalis
3e9c86799d SyncServer - fix exceptions when no project configured 2021-03-08 12:53:29 +01:00
Petr Kalis
348cb05182 SyncServer - added required methods
Implemented required methods in LocalDriveHandler
Added progress for LocalDriveHandler
2021-03-08 12:52:52 +01:00
iLLiCiTiT
2887c64542 changed name of module 2021-03-05 19:32:19 +01:00
iLLiCiTiT
297978c081 modified imports in pype's modules 2021-03-05 17:52:25 +01:00
iLLiCiTiT
f4efe9537c added webserver module that uses similar logic to previous websocket server 2021-03-05 17:52:05 +01:00
iLLiCiTiT
126f8901e2 removed websocket server from pype modules 2021-03-05 17:51:43 +01:00
iLLiCiTiT
e49749d307 tray modules can show tray message 2021-03-05 14:45:21 +01:00
iLLiCiTiT
eeb4529b88 tray manager sends it's pointer to modules manager 2021-03-05 14:44:42 +01:00
Petr Kalis
065266cf40 PS - added highlight with icon for publishable instances
Changed structure of metadata from {} to []
Added rename_layer method
Switched to attr instead of namedtuple (same as in AE)
2021-03-05 13:47:17 +01:00
Petr Kalis
80d7bb8067 PS - added Subset Manager into menu
Implemented list_instances and remove_instance methods
2021-03-05 13:47:16 +01:00
Milan Kolar
1aebe4b8dc Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype 2021-03-05 13:34:22 +01:00
iLLiCiTiT
9f1303af07 fix ordered dict for python 2 hosts 2021-03-04 18:06:18 +01:00
Milan Kolar
f2ae1684f0 Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype 2021-03-04 16:51:13 +01:00
iLLiCiTiT
0479bf4513 added resolve to hosts 2021-03-03 16:39:26 +01:00
iLLiCiTiT
55c0d83dec added hiero to hosts 2021-03-03 16:38:37 +01:00