Commit Graph

5195 Commits

Author SHA1 Message Date
samschott
c3f35715ce [CONTRIBUTING.md] update refresh token instructions 2022-06-16 23:05:56 +02:00
samschott
6181cee362
Add warning about account usage in tests 2022-06-15 14:11:44 +02:00
samschott
19ffe981c8 [tests] fix lock expiry check 2022-06-14 21:28:02 +02:00
samschott
3fdc32f13b
Merge pull request #704 from samschott/fix-static-method-access-py-37
Class-level decorators are no longer static
2022-06-09 22:43:10 +02:00
samschott
d131667e82 updated changelog 2022-06-09 21:47:37 +02:00
samschott
29382c7adc class-level decorators are no longer static 2022-06-09 21:47:18 +02:00
samschott
bc14064b8f updated changelog 2022-06-09 21:47:07 +02:00
samschott
b4b42c5a21 [README] updated supported Python version 2022-06-06 21:49:16 +02:00
samschott
ccf5d0bc93 import our local observer 2022-06-06 17:41:46 +02:00
samschott
32799668bd
Merge pull request #697 from samschott/special-case-piped-output
Separate `maestral ls` output by new lines when not attached to terminal
2022-06-04 14:41:28 +02:00
samschott
93ef0a9131 move retry decorator to client and add logging of retries 2022-06-04 14:32:04 +02:00
samschott
0983e1284b [manager] make lock decorator static 2022-06-04 14:30:38 +02:00
samschott
acc52365f9 [cli] print ls output in new lines when not attached to terminal 2022-06-04 13:57:22 +02:00
samschott
a1a22b5602 [client] simplify flattening of results 2022-06-04 13:57:09 +02:00
samschott
fca1212ae5 Bump version: 1.6.3 → 1.6.4.dev0 2022-06-04 13:57:09 +02:00
samschott
7b8e7a5337 Bump version: 1.6.3.dev0 → 1.6.3 2022-06-04 01:34:46 +02:00
samschott
d17c3e7517 update changelog 2022-06-04 01:34:46 +02:00
samschott
d97697247c bump gui requirements 2022-06-04 01:30:21 +02:00
samschott
9036d9fb71
Merge pull request #695 from samschott/work-around-v1-retired
Work around failing access token refresh calls
2022-06-04 01:28:12 +02:00
samschott
1af4bc1869 [clients] allow for up to 5 retries...
...to guard for further deterioration
2022-06-04 01:22:20 +02:00
samschott
df630de3eb
Merge pull request #679 from samschott/handle-unicode-renames-on-apfs
Handle unicode renames on apfs
2022-06-04 00:05:12 +02:00
samschott
574e36f593 update changelog 2022-06-04 00:01:56 +02:00
samschott
046749dff9 [client] retry BadInputError matching v1_retired...
... up to 3 times with backoff of 1 sec
2022-06-03 23:57:56 +02:00
samschott
6f0e00d517 [errorhandling] allow retrying with error message specificity 2022-06-03 23:57:24 +02:00
samschott
5c18e699e9 [exceptions] set args[0] for Maestral exceptions
This is to conform with typical expectations that args[0] contains an error message string.
2022-06-03 23:57:03 +02:00
samschott
1f0035fa60 [main] modernise asyncio usage 2022-06-03 23:55:19 +02:00
samschott
739ac76cf2
Merge pull request #693 from samschott/dependabot/pip/sphinx-5.0.1
Bump sphinx from 5.0.0 to 5.0.1
2022-06-03 20:34:13 +02:00
dependabot[bot]
9cb2ca9521
Bump sphinx from 5.0.0 to 5.0.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 18:13:24 +00:00
samschott
94fd80f317
Merge pull request #684 from samschott/dependabot/pip/sphinx-5.0.0
Bump sphinx from 4.5.0 to 5.0.0
2022-05-30 20:16:51 +02:00
dependabot[bot]
96d8772bf8
Bump sphinx from 4.5.0 to 5.0.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 18:09:30 +00:00
samschott
ad975a4b65
Merge pull request #682 from samschott/pass-down-dependencies
Pass down dependencies
2022-05-27 19:47:38 +02:00
samschott
d163b98004 [tests] update client tests 2022-05-24 10:13:42 +02:00
samschott
5ef3347a32 stricter selection of watchdog backends 2022-05-24 10:13:42 +02:00
samschott
a04005f8d4 provide dependencies in constructor 2022-05-24 10:13:42 +02:00
samschott
4eda5d3dfe don't fail fast in pytest 2022-05-24 10:13:20 +02:00
samschott
071f9337d5 support running tests with kqueue backend 2022-05-23 23:04:05 +02:00
samschott
88dc6274bd [tests] test always ignored events 2022-05-15 14:58:16 +02:00
samschott
c503731c3b updated changelog 2022-05-14 20:22:25 +02:00
samschott
64601c0aa1 [tests] run lifecycle tests with different unicode chars 2022-05-14 20:18:27 +02:00
samschott
97517eb18b [sync] ignore false moved events on APFS 2022-05-14 20:18:09 +02:00
samschott
6f8eeced7d
Merge pull request #676 from samschott/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2022-05-14 13:17:56 +02:00
samschott
3c633df2aa
Merge pull request #675 from samschott/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2022-05-14 13:17:48 +02:00
samschott
a19bd13fb7
Merge pull request #674 from samschott/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
2022-05-14 13:17:39 +02:00
samschott
128011ab90
Merge pull request #673 from samschott/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
2022-05-14 13:17:30 +02:00
samschott
d06b475a0e [utils.path] correct typo in comment 2022-05-13 00:27:47 +02:00
samschott
b2e31aac3f fail fast on integration tests 2022-05-06 00:16:28 +02:00
dependabot[bot]
f43d2707b2
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 18:24:51 +00:00
dependabot[bot]
7115526025
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 18:24:48 +00:00
dependabot[bot]
5424400525
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 18:24:45 +00:00
dependabot[bot]
ed0fd9d79c
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 18:24:40 +00:00