Commit graph

111 commits

Author SHA1 Message Date
Toke Stuart Jepsen
7f22301670 Add required settings methods. 2021-09-25 11:43:08 +01:00
Toke Stuart Jepsen
78bee423c7 Merge branch 'develop' into feature/syncserver_dropbox 2021-09-25 11:42:40 +01:00
Petr Kalis
630f804c95
Merge pull request #2063 from pypeclub/feature/project-archive-state
Fix Sync Queue when project disabled
2021-09-24 10:36:22 +02:00
Petr Kalis
85ae0b4b84 Fix - better way to handle concurrend deactivate of projects
Covers some weird edge cases
2021-09-23 20:05:26 +02:00
Petr Kalis
3661d11976 Fix - concurrent change in Settings wont trigger exception 2021-09-23 12:58:44 +02:00
Milan Kolar
bf021183dd
Merge pull request #2008 from davidlatwe/feature/project-archive-state
Settings: Flag project as deactivated and hide from tools' view
2021-09-23 09:21:51 +01:00
Petr Kalis
950da8749e Fix - project lists refresh each show up event
Fix can_edit method
2021-09-22 16:11:43 +02:00
iLLiCiTiT
48e120b25c fix typo 2021-09-22 13:32:37 +02:00
iLLiCiTiT
886188a489 change expected method name to 'get_ftrack_event_handler_paths' 2021-09-20 19:23:55 +02:00
iLLiCiTiT
ba6934946f removed unused functions 2021-09-20 19:20:21 +02:00
iLLiCiTiT
db095da94a clockify is not using IFtrackEventHandlerPaths 2021-09-20 19:19:31 +02:00
iLLiCiTiT
9bf53533cd removed IFtrackEventHandlerPaths 2021-09-20 19:19:20 +02:00
iLLiCiTiT
885b84fc15 ftrack module does not check IFtrackEventHandlerPaths 2021-09-20 19:19:15 +02:00
iLLiCiTiT
a447879ab9 Merge branch 'develop' into feature/timers_manager_wihtout_interface 2021-09-20 17:21:38 +02:00
iLLiCiTiT
dc8cd3ef35 Merge branch 'develop' into feature/webserver_without_interface 2021-09-20 12:20:30 +02:00
Jakub Trllo
15c08ebc49
Merge pull request #2038 from pypeclub/feature/loader_in_openpype
Loader & Library loader: Use tools from OpenPype
2021-09-17 21:19:25 +02:00
iLLiCiTiT
548100e04f library loader in tray is using openpype library loader 2021-09-17 12:01:51 +02:00
iLLiCiTiT
54e11a52ea use pretty_timestamp from openpype tools utils 2021-09-17 12:01:38 +02:00
iLLiCiTiT
658583fb19 added missing settings key for delete old versions action 2021-09-17 11:12:16 +02:00
Jakub Trllo
7aa879528a
Merge pull request #2009 from pypeclub/feature/connect_method_is_not_abstract
Modules: Connect method is not required
2021-09-16 19:22:07 +02:00
iLLiCiTiT
4f19f335ca Merge branch 'develop' into feature/staging_icon 2021-09-16 18:59:54 +02:00
iLLiCiTiT
cca201729c modified how projects are queried for sync server 2021-09-16 17:24:22 +02:00
iLLiCiTiT
c5cc3fcf99 Transfer logic from settings project list widget to sync server 2021-09-16 17:23:49 +02:00
iLLiCiTiT
a67cfcd5f5 delegate signal handler to method 2021-09-16 17:01:28 +02:00
iLLiCiTiT
4fbf5dd8db removed unused ProjectModel 2021-09-16 17:01:08 +02:00
iLLiCiTiT
375d626de3 added short docstring to webserver_module.py file 2021-09-15 15:47:34 +02:00
iLLiCiTiT
3f13a75af3 removed IWebServerRoutes 2021-09-15 15:45:59 +02:00
iLLiCiTiT
b1db37c4c4 module just must have implemented webserver_initialization method to be able use webserver module 2021-09-15 15:44:58 +02:00
iLLiCiTiT
3704b0c4cf modified ftrack to not use ITimersManager but defined attributes with predefined methods 2021-09-15 11:35:11 +02:00
iLLiCiTiT
15a8c477d7 modified clickify to not use ITimersManager but defined attribute with methods 2021-09-15 11:34:39 +02:00
iLLiCiTiT
2647b3fb1f added example of connector to timers manager 2021-09-15 11:32:34 +02:00
iLLiCiTiT
412d429f6d modified timer stopped/started methods 2021-09-15 11:32:13 +02:00
iLLiCiTiT
292655e1d6 TimersManager has new way of connection definition to it's logic 2021-09-15 11:30:48 +02:00
iLLiCiTiT
d600bfb113 removed interface of timers manager 2021-09-15 11:19:51 +02:00
iLLiCiTiT
b12bc7b6a5 resize console window only once and make sure it has minimum size 2021-09-15 10:38:50 +02:00
David Lai
b0d166fe09 reverse project 'archive' to 'active' 2021-09-15 10:03:05 +08:00
Jakub Trllo
0ff8e4a5ea
Merge pull request #2015 from pypeclub/bugfix/1310-ftrack-actions-in-job-monitor
Ftrack: Sync to avalon actions have jobs
2021-09-14 21:21:26 +02:00
iLLiCiTiT
01a3e96b72 added openpype executable to main process info 2021-09-14 16:26:20 +02:00
iLLiCiTiT
ce379e3cb4 add openpype version information about each process 2021-09-14 16:26:05 +02:00
iLLiCiTiT
9e7a445275 Statuser converts status data to OrderedDict 2021-09-14 16:19:30 +02:00
iLLiCiTiT
1f55ae8701 use 'get_openpype_icon_filepath' instead of 'pype_icon_filepath' 2021-09-14 15:20:51 +02:00
iLLiCiTiT
57af5bdf08 removed unused exception variables 2021-09-14 10:41:54 +02:00
iLLiCiTiT
0749a96492 show_interface can change submit button label 2021-09-14 10:36:29 +02:00
iLLiCiTiT
c13f6132d6 removed irelevant comments 2021-09-14 10:36:07 +02:00
iLLiCiTiT
71a2dd8a67 added job of synchronization where can be uploaded traceback 2021-09-14 10:35:40 +02:00
iLLiCiTiT
2bd9ef0b53 exception handling moved from 'synchronization' to 'launch' 2021-09-14 10:35:10 +02:00
iLLiCiTiT
e7046b09d7 synchronization logic is encapsulated in synchronization method 2021-09-14 10:30:37 +02:00
Milan Kolar
9ad4c23365
Merge pull request #1996 from icyvapor/develop 2021-09-13 12:13:05 +02:00
iLLiCiTiT
d12509bd8e removed empty implementations of connect_with_modules from modules 2021-09-13 11:20:43 +02:00
David Lai
02937e308f SyncServer ignore archived project 2021-09-12 19:33:43 +08:00