Commit Graph

4091 Commits

Author SHA1 Message Date
Sam Schott
fe13b5d99e updated changelog 2021-02-15 21:27:08 +00:00
SamSchott
d0b8698a35
Merge pull request #317 from SamSchott/fix-autostart-after-pause 2021-02-15 21:22:48 +00:00
SamSchott
93abe054fa
Merge pull request #315 from SamSchott/dependabot/pip/sphinx-3.5.0
Bump sphinx from 3.4.3 to 3.5.0
2021-02-15 20:51:41 +00:00
Sam Schott
c95ea9d5e6 [tests] fix wait_for_idle in cli test 2021-02-15 20:41:16 +00:00
Sam Schott
34a5014e5e refactor status messages and fix pausing during connection 2021-02-15 19:15:31 +00:00
Sam Schott
0967f97ee6 Bump version: 1.4.1 → 1.4.1.post0 2021-02-15 10:50:37 +00:00
Sam Schott
c4379d8632 updated bump2version config 2021-02-15 10:47:52 +00:00
Sam Schott
bfb36b7f41 [sync] minor tweak to connected status logs 2021-02-15 10:43:18 +00:00
dependabot-preview[bot]
4da729696a
Bump sphinx from 3.4.3 to 3.5.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-15 06:45:28 +00:00
Sam Schott
11a3279ed3 updated changelog and readme 2021-02-15 00:05:07 +00:00
SamSchott
51614e6f1f
Merge pull request #314 from SamSchott/develop
v1.4.1
2021-02-14 23:59:13 +00:00
Sam Schott
a575de5328 Bump version: 1.4.1.dev0 → 1.4.1 2021-02-14 23:21:20 +00:00
Sam Schott
e015cacaa8 [sync] fix status update on reconnect 2021-02-14 23:20:11 +00:00
Sam Schott
26be6d35db [utils.integration] add timeout argument to check_connection 2021-02-14 22:22:54 +00:00
Sam Schott
bee41f4f45 Bump version: 1.4.0 → 1.4.1.dev0 2021-02-14 22:22:54 +00:00
Sam Schott
c32d86d775 added credits to changelog 2021-02-14 22:22:01 +00:00
Sam Schott
0b8d537152 Bump version: 1.4.0.dev0 → 1.4.0 2021-02-14 21:18:35 +00:00
Sam Schott
ac371991fb bumped gui requirements 2021-02-14 21:18:27 +00:00
Sam Schott
9f09495ded fix typo in changelog 2021-02-14 21:05:07 +00:00
SamSchott
01b470e3fd
Merge pull request #313 from SamSchott/develop
Version 1.4.0
2021-02-14 21:00:30 +00:00
Sam Schott
68caac3d88 [tests] mirror updates from dev branch 2021-02-14 19:48:05 +00:00
Sam Schott
0b25e7053c updated change log 2021-02-14 19:26:38 +00:00
Sam Schott
0eea8a7ae5 [sync] improve log messages when resuming indexing 2021-02-14 16:57:35 +00:00
Sam Schott
99a85fe2c5 update release notes to prepare for 1.4.0 2021-02-14 15:35:35 +00:00
Sam Schott
60f9490f90 Bump version: 1.3.2.dev0 → 1.4.0.dev0 2021-02-14 15:23:27 +00:00
Sam Schott
e7dddec2b5 [main] catch errors in period update of account info 2021-02-14 10:44:02 +00:00
Sam Schott
1891429e65 [sync] handle non-sync related server errors like other fatal errors 2021-02-14 10:41:58 +00:00
Sam Schott
75d4b5b072 [client] tweak error message for server errors 2021-02-14 10:40:51 +00:00
SamSchott
57f692f8e0
Merge pull request #312 from SamSchott/fix-download-interrupted-by-connection
Fix download interrupted by connection problems
2021-02-13 18:13:11 +00:00
Sam Schott
22581e74f8 updated change log 2021-02-13 17:21:48 +00:00
Sam Schott
44944f87f9 updated changelog 2021-02-13 17:21:48 +00:00
Sam Schott
a7278866d7 [sync] don't stop sync threads on low-latency connection error
Instead, let them deal with connection issues themselves. They have a longer timeout and might be able to resume any upload or download sessions.
2021-02-13 17:21:48 +00:00
Sam Schott
c9e509a12c [sync] tweak log messages 2021-02-13 17:21:48 +00:00
Sam Schott
8ee9b7223b [sync] cancel running syncs by raising an error in the sync threads
This ensures that a) no cursors are saved after the cancellation and b) no items are cleared from the pending_downloads list. Cancellation may occur when the user pauses sync or when our low-latency check detects a connection issue.
2021-02-13 17:21:47 +00:00
Sam Schott
e86c07769a [errors] added CancelledError 2021-02-13 17:16:30 +00:00
Sam Schott
b7b379f1d3 [cli] added config-file --clean option 2021-02-13 10:37:53 +00:00
Sam Schott
5e8642f615 [docs] intersphinx link to watchdog latest 2021-02-13 02:04:17 +00:00
Sam Schott
f13ba54675 give up on snap support
The development for the kde-frameworks-5 snap looks awfully slow, we might always be lagging behind one year or more. Consider moving to app-image or native package managers (apt, yum, dnf)
2021-02-13 01:57:58 +00:00
Sam Schott
0fc9527323 [docs] don't show module summary in api docs 2021-02-13 01:49:03 +00:00
Sam Schott
01f254b1ba [notify] update doc string 2021-02-12 23:56:16 +00:00
Sam Schott
1b753e510b [notify] create ad-hoc level name if it doesn't exist 2021-02-12 23:52:15 +00:00
Sam Schott
0cdd7dc0f2 [notify] raise ValueError when converting level name to number fails 2021-02-12 23:51:37 +00:00
Sam Schott
70e2b3a00a [notify] use inequalities to compare levels 2021-02-12 23:37:22 +00:00
SamSchott
9097996f1a
Merge pull request #311 from SamSchott/one-way-sync
One way sync and config access
2021-02-12 23:27:04 +00:00
Sam Schott
8085856a10 [config] update DEFAULTS_CONFIG inline commends 2021-02-12 20:33:15 +00:00
Sam Schott
c7a56f6a58 [cli] refine config help messages 2021-02-12 20:32:53 +00:00
Sam Schott
9f83d68f15 [docs] updated config docs 2021-02-12 18:58:19 +00:00
Sam Schott
dcd53a853b updated changelog 2021-02-12 18:55:56 +00:00
Sam Schott
7ddcad48b4 [cli] pretty print all exceptions 2021-02-12 18:28:32 +00:00
Sam Schott
902933b57b [cli] added config command 2021-02-12 18:28:32 +00:00