Commit Graph

4290 Commits

Author SHA1 Message Date
Sam Schott
4104542457 updated to latest pip in docker image 2021-03-25 12:51:01 +00:00
Sam Schott
24d5919f6f [manager] make handle_sync_thread_errors private 2021-03-24 11:28:44 +00:00
Sam Schott
d9abb03366 [client] remove note from doc string 2021-03-24 11:23:17 +00:00
Sam Schott
1fc0996aa6 [database] expand module doc string 2021-03-24 01:24:27 +00:00
Sam Schott
665e36672f renamed SyncMonitor -> SyncManager 2021-03-24 01:24:26 +00:00
Sam Schott
219e749315 more doc string improvements 2021-03-24 01:24:26 +00:00
Sam Schott
076ec225c5 [docs] switch from sphinx-autoapi to sphinx.ext.autodoc 2021-03-23 21:36:52 +00:00
Sam Schott
df0d36c632 doc string improvements 2021-03-23 21:36:16 +00:00
Sam Schott
98bc5de8c3 [logging] add SdNotificationHandler to public API 2021-03-23 20:58:15 +00:00
Sam Schott
dba4041d92 [autostart] improve doc strings 2021-03-23 20:31:44 +00:00
Sam Schott
f311714eb7 [docs] skip special members (e.g., __foo__) 2021-03-23 19:32:33 +00:00
Sam Schott
22626fe12c [client] fixed typing import 2021-03-23 19:31:31 +00:00
Sam Schott
226db7de3b use fully qualified class name in doc string 2021-03-23 10:02:46 +00:00
Sam Schott
0bba5ec7d6 added parameters to doc strings 2021-03-23 09:51:36 +00:00
Sam Schott
8921b4a6c5 added _site to gitignore 2021-03-23 00:33:02 +00:00
Sam Schott
6a7da06cf1 [docs] added manager toc entry 2021-03-22 23:52:56 +00:00
Sam Schott
bd4223a076 [tests] added test for Maestral.excluded_items setter 2021-03-22 15:05:13 +00:00
Sam Schott
b5faa1fed4 [main] raise response for status in check_for_updates 2021-03-22 15:04:35 +00:00
Sam Schott
908736680b [tests] added test for update check 2021-03-22 14:21:51 +00:00
Sam Schott
2e87350010 [docs] fix broken links 2021-03-22 11:52:06 +00:00
Sam Schott
6c70653685 update doc strings 2021-03-22 11:51:46 +00:00
Sam Schott
d8724ece50 [autostart] remove xdg_desktop implementations
it only makes sense for GUIs
2021-03-21 20:43:56 +00:00
SamSchott
79bc9380b9
Merge pull request #362 from SamSchott/scoped-loggers
Scope loggers by config name
2021-03-21 20:42:32 +00:00
Sam Schott
bfaa6e1af6 [tests] adapt imports 2021-03-21 19:29:45 +00:00
Sam Schott
dda62db60b [cli] handle errors in startup_dialog 2021-03-21 19:29:45 +00:00
Sam Schott
3cd2bddafe [cli] start sync from dialog thread 2021-03-21 19:29:45 +00:00
Sam Schott
9d243231a6 [daemon] simplified exception handling 2021-03-21 19:29:45 +00:00
Sam Schott
1c2a1c734d [manager] reordered methods 2021-03-21 19:29:45 +00:00
Sam Schott
1cdf7efe7f [sync] tweaked debug messages for local changes 2021-03-21 19:29:45 +00:00
Sam Schott
0eef290e69 [logging] cache formatted log messages 2021-03-21 19:29:45 +00:00
Sam Schott
312196fdb8 [daemon] log lock path 2021-03-21 19:29:45 +00:00
Sam Schott
e3baf20081 [daemon] initialise logging early 2021-03-21 19:29:45 +00:00
Sam Schott
2777a49075 [daemon] Lock takes a single path argument 2021-03-21 19:29:45 +00:00
Sam Schott
882c27dce0 renamed log_to_stdout -> log_to_stderr 2021-03-21 19:29:45 +00:00
Sam Schott
674371297a move logging setup to logger module 2021-03-21 19:29:45 +00:00
Sam Schott
449f9f7b00 [daemon] make wait_for_startup public 2021-03-21 19:29:45 +00:00
Sam Schott
598f3611b0 [sync] simplified logging of pretty strings 2021-03-21 19:29:45 +00:00
Sam Schott
c9c2e45dfc [sync] tweaked imports 2021-03-21 19:29:45 +00:00
Sam Schott
e335efae88 [daemon] remove asyncio cleanup code 2021-03-21 19:29:45 +00:00
Sam Schott
1177de4c18 [cli] run setup dialog in thread
this avoids creating an additional Maestral instance when starting in the foregound
2021-03-21 19:29:45 +00:00
Sam Schott
2b0cd9ce43 scope loggers by config name 2021-03-21 19:29:45 +00:00
SamSchott
9c1f148a07
Merge pull request #360 from SamSchott/optimise-dir-snapshot
Optimise local indexing
2021-03-21 12:33:43 +00:00
Sam Schott
1f3ccc456d [sync] tweak import 2021-03-21 00:58:08 +00:00
Sam Schott
38fb50137e [tests] update mignore test 2021-03-21 00:58:08 +00:00
Sam Schott
da85b07d7c [daemon] print environment to log 2021-03-21 00:58:08 +00:00
Sam Schott
4ee4bc051e [autostart] set environment variables in autostart files 2021-03-21 00:58:08 +00:00
Sam Schott
9b259c8cd5 [daemon] use global IS_MACOS marker 2021-03-21 00:58:08 +00:00
Sam Schott
68f179da38 [daemon] set environment variables for daemon 2021-03-21 00:58:08 +00:00
Sam Schott
78bc8eade8 [constants] add ENV dict for daemon process 2021-03-21 00:58:08 +00:00
Sam Schott
a70feaf8f0 [sync] minor cleanup 2021-03-21 00:58:08 +00:00