Commit Graph

5737 Commits

Author SHA1 Message Date
dependabot[bot]
e70b8d9763
Bump furo from 2023.7.26 to 2023.8.17
Bumps [furo](https://github.com/pradyunsg/furo) from 2023.7.26 to 2023.8.17.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2023.07.26...2023.08.17)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-18 18:59:20 +00:00
samschott
33d95c1ce3
Merge pull request #955 from samschott/dependabot/pip/sphinx-7.1.2
Bump sphinx from 7.0.1 to 7.1.2
2023-08-02 21:15:16 +02:00
dependabot[bot]
8b4bc7cd62
Bump sphinx from 7.0.1 to 7.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v7.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 18:59:59 +00:00
samschott
fd55ce2dc0
Merge pull request #954 from devrintalen/devrintalen-patch-1
Fix typo in error message
2023-08-02 00:12:36 +02:00
Devrin Talen
fe8970597a
Fix typo in error message 2023-08-01 16:49:56 -04:00
samschott
bc71de5ff4
Merge pull request #951 from samschott/dependabot/pip/furo-2023.7.26 2023-07-27 20:35:38 +02:00
dependabot[bot]
5684b59a61
Bump furo from 2023.5.20 to 2023.7.26
Bumps [furo](https://github.com/pradyunsg/furo) from 2023.5.20 to 2023.7.26.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2023.05.20...2023.07.26)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-27 18:17:50 +00:00
Sam Schott
7cd640ff94 update changelog 2023-07-24 23:31:24 +02:00
Sam Schott
929a340f03 [daemon] remove nice call
Use the default priority now that we have sufficiently powerful bandwidth and CPU usage settings.
2023-07-24 23:28:52 +02:00
Sam Schott
1a46aa60bd Bump version: 1.8.0.dev1 → 1.8.0 2023-07-24 22:32:23 +02:00
Sam Schott
7d0e8e41d3 Bump version: 1.8.0.dev1 → 1.8.0 2023-07-24 22:32:23 +02:00
Sam Schott
5167d16c98 explicitly log shutdown 2023-07-24 22:30:25 +02:00
Sam Schott
829829cc9f Bump version: 1.8.0.dev0 → 1.8.0.dev1 2023-07-24 20:50:41 +02:00
Sam Schott
f36353d184 Bump version: 1.8.0.dev0 → 1.8.0.dev1 2023-07-24 20:50:40 +02:00
Sam Schott
81775c582e [cli.dialogs] move back to local imports of survey 2023-07-23 12:29:32 +02:00
Sam Schott
ba310d78a0 [cli.dialogs] remove unneeded callback in select_path 2023-07-23 12:24:50 +02:00
Sam Schott
f8c16d53e8 [cli.dialogs] more consistent colors 2023-07-23 12:24:50 +02:00
Sam Schott
0414445f2e Bump version: 1.7.3 → 1.8.0.dev0 2023-07-22 17:23:52 +02:00
Sam Schott
e14d19f360 Bump version: 1.7.3 → 1.8.0.dev0 2023-07-22 17:23:52 +02:00
samschott
5901792ed7
Merge pull request #947 from samschott/update-survey
[cli] update to new survey API in v4.0 and later
2023-07-22 17:22:48 +02:00
samschott
527e255084
Merge branch 'main' into update-survey 2023-07-22 17:22:41 +02:00
samschott
6a88aeddd1
Merge pull request #927 from samschott/dependabot/pip/survey-gte-3.4.3-and-lt-5.0
Update survey requirement from <4.0,>=3.4.3 to >=3.4.3,<5.0
2023-07-22 17:04:41 +02:00
Sam Schott
bb60617586 [cli] update to new survey API in v4.0 and later 2023-07-22 16:24:49 +02:00
Sam Schott
1471db8763 remove unused import 2023-07-22 16:24:42 +02:00
samschott
d5dbf30549
Merge pull request #946 from samschott/ignore-local-unicode-norm-renames
Ignore local unicode normalization renames
2023-07-22 16:22:01 +02:00
Sam Schott
809373dda5 [cli_main] remove redundant type cast after click typing improvements 2023-07-22 15:39:09 +02:00
Sam Schott
da04ef3851 [path] ignore unicode differences in deletes 2023-07-22 15:30:32 +02:00
Sam Schott
52676cec5e updated changelog 2023-07-22 15:30:32 +02:00
Sam Schott
22ce89146e [sync] don't index unicode normalisation changes in upload sync 2023-07-22 15:30:32 +02:00
Sam Schott
6c3b9143b1 [main] improve restore log messages 2023-07-22 15:29:15 +02:00
Sam Schott
e87e5cc52d [sync] variable name consistency improvements 2023-07-22 01:21:06 +02:00
Sam Schott
9187901552 [sync] doc string improvements 2023-07-22 00:17:50 +02:00
Sam Schott
fc32da162f update changelog 2023-07-21 09:37:28 +02:00
samschott
dac6bad658
Merge pull request #920 from samschott/drop-py37
Drop support for Python 3.7
2023-07-21 09:35:30 +02:00
samschott
cd4d318a97
Merge pull request #943 from samschott/dependabot/github_actions/actions/setup-python-4.7.0
Bump actions/setup-python from 4.6.1 to 4.7.0
2023-07-21 09:06:01 +02:00
samschott
d4d326761c
Merge pull request #935 from samschott/dependabot/pip/sphinx-autoapi-2.1.1
Bump sphinx-autoapi from 2.1.0 to 2.1.1
2023-07-21 09:05:43 +02:00
samschott
ef98255799
Merge pull request #945 from samschott/fix-zero-byte-files
Fix zero byte files
2023-07-21 09:05:23 +02:00
Sam Schott
a4fccee06c update changelog 2023-07-21 00:20:08 +02:00
Sam Schott
69fc12e85f [sync] when retrying after a DataCorruptionError in an unchunked upload, seek beginning of file 2023-07-21 00:12:59 +02:00
samschott
4abe4b34a1
Merge pull request #931 from samschott/fix-systemd-service-name
Fix systemd service name
2023-07-21 00:12:00 +02:00
Sam Schott
ce1b4b49fc update changelog 2023-07-21 00:07:07 +02:00
dependabot[bot]
17412917d9
Bump actions/setup-python from 4.6.1 to 4.7.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 18:16:50 +00:00
dependabot[bot]
ef8d2ee507
Bump sphinx-autoapi from 2.1.0 to 2.1.1
Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 2.1.0 to 2.1.1.
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v2.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 18:57:45 +00:00
Sam Schott
b9750444a0 [autostart] fix default systemd service identifier 2023-06-07 23:54:25 +02:00
dependabot[bot]
1485bf5251
Update survey requirement from <4.0,>=3.4.3 to >=3.4.3,<5.0
Updates the requirements on [survey](https://github.com/Exahilosys/survey) to permit the latest version.
- [Release notes](https://github.com/Exahilosys/survey/releases)
- [Commits](https://github.com/Exahilosys/survey/compare/v3.4.3...v4.3.0)

---
updated-dependencies:
- dependency-name: survey
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 18:57:40 +00:00
Sam Schott
3a144c9860 Bump version: 1.7.3.dev4 → 1.7.3 2023-05-29 22:13:55 +02:00
Sam Schott
d9c7a19464 Bump version: 1.7.3.dev4 → 1.7.3 2023-05-29 22:13:55 +02:00
Sam Schott
958cc845b9 longer sleep before attempting PyPI download 2023-05-29 17:32:26 +02:00
Sam Schott
60d8574a9c Bump version: 1.7.3.dev3 → 1.7.3.dev4 2023-05-29 17:13:41 +02:00
Sam Schott
957c256a50 Bump version: 1.7.3.dev3 → 1.7.3.dev4 2023-05-29 17:13:36 +02:00