1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00
Commit graph

2093 commits

Author SHA1 Message Date
Unrud
c6874773a7 flake8/mypy: Ignore /build folder 2022-07-14 22:19:04 +02:00
Unrud
ba32a22e61 Remove python-tag (no longer required) 2022-07-14 22:18:57 +02:00
Unrud
eacad6c808 Always test bcrypt 2022-07-14 22:18:49 +02:00
Unrud
67d7b67334 Cosmetics 2022-07-14 22:18:38 +02:00
Unrud
b41d90cf9f github-actions: Fix pypy versions 2022-07-14 22:18:31 +02:00
Unrud
d087a1278b Build with PEP 517 2022-07-14 22:18:24 +02:00
Unrud
e26fd1ed65 Test pypy3.9 2022-07-14 22:18:17 +02:00
Unrud
a3294cbcdd Update github-actions 2022-07-14 22:18:06 +02:00
Unrud
fa0fc311e0 Improve message 2022-07-14 22:17:59 +02:00
Unrud
fbe5e24f51 Skip mypy installation for pypy<3.9 2022-07-14 22:17:42 +02:00
Unrud
1dda835084 Use tox for tests 2022-07-14 22:17:33 +02:00
Unrud
f12d45c742 License in markdown format 2022-07-14 22:16:43 +02:00
Unrud
efff3f3594 Remove deprecated tests_require 2022-07-14 22:16:36 +02:00
Unrud
2c25d9cf3c typeguard requires pytest<7 2022-07-14 22:16:25 +02:00
Unrud
92fa663228 Remove pytest-runner 2022-07-14 22:15:40 +02:00
Unrud
8b82a4cfcd Fix setuptools requirement if installing wheel 2022-07-14 22:14:15 +02:00
Unrud
af4907b8f8 Remove missing type 2022-07-14 22:14:06 +02:00
Michael Schnerring
8999eb5e09 Fix docs: default htpasswd_filename 2022-07-14 22:13:57 +02:00
Unrud
0731ee1fb8 Bump version to 3.1.7 2022-04-20 17:57:41 +02:00
Unrud
ac616a78ce Fix random href fallback 2022-04-20 17:55:59 +02:00
Unrud
136c8e4193 Improve error message 2022-04-20 17:55:59 +02:00
Unrud
1b68b6d1cf Bump version to 3.1.6 2022-04-18 23:10:01 +02:00
Unrud
a9688f21a8 Ignore NotADirectoryError for optional config files
Fixes #1234
2022-04-18 23:03:10 +02:00
Unrud
1bb1f37b3d Replace pkg_resources with importlib for Python >= 3.9
Fixes #1184
2022-04-18 23:03:10 +02:00
Unrud
c3c0a7e73b Check if files exist when uploading items non-atomic 2022-04-18 23:03:10 +02:00
Unrud
9e11ebfffc Fix upload of calendars with colliding UIDs 2022-04-18 23:03:10 +02:00
Unrud
994b2a5b5b Test calendar with case-sensitive-UIDs 2022-04-18 23:03:10 +02:00
Unrud
3591eacdc1 Windows: Block alternate data streams 2022-04-18 23:03:10 +02:00
Unrud
35f89fb64d Refactor DisableRedirectHandler 2022-04-18 23:03:10 +02:00
Unrud
07548bdc5d Bump version to 3.1.5 2022-02-08 16:44:08 +01:00
Unrud
a7ead25634 Fix typo 2022-02-08 16:40:12 +01:00
Unrud
aad59b3b94 Fix YAML syntax (string not number) 2022-02-08 16:40:12 +01:00
Unrud
e85bd79245 Test python 3.10 2022-02-08 16:40:12 +01:00
Unrud
0fac52e374 Use pytest<7 for tests 2022-02-08 16:40:12 +01:00
Unrud
34b2602563 Ignore configuration file if access denied
Fixes #1215
Bug was introduced in 4c44940ec1
2022-02-08 16:40:12 +01:00
Unrud
b04938b088 Fix F_FULLFSYNC on PyPy + Fallback if unsupported 2022-02-08 16:40:12 +01:00
Unrud
496b629cb4 Revert "Assume F_FULLFSYNC on darwin" 2022-02-01 20:25:17 +01:00
Unrud
a1a0fdd673 Bump version to 3.1.4 2022-02-01 19:55:59 +01:00
Unrud
c5a917826b Assume F_FULLFSYNC on darwin 2022-02-01 19:54:46 +01:00
Unrud
45ad20a3de Actions: Skip pypy on windows 2022-02-01 19:54:46 +01:00
Unrud
e9367a130a Remove special cases for python < 3.6 2022-02-01 19:54:46 +01:00
Unrud
c50039e878 Use sys.platform instead of os.name
mypy only recognizes sys.platform
2022-02-01 19:54:46 +01:00
Unrud
066cefcc17 Fix Mypy error 2022-02-01 19:54:46 +01:00
Unrud
7ed3d8e1a9 Revert "Actions: Display python info"
This reverts commit af6c6b96b9.
2022-02-01 19:54:46 +01:00
Unrud
db53cc0433 Actions: Test pypy-3.7 and pypy-3.8 2022-02-01 19:54:46 +01:00
Unrud
1a64be8015 Actions: Run on OS from test matrix 2022-02-01 19:54:46 +01:00
Unrud
8b9e851497 Actions: Display python info 2022-02-01 19:54:46 +01:00
Unrud
6eacd29acb Fallback if RENAME_EXCHANGE not supported by fs
Fixes #1213
2022-02-01 19:54:46 +01:00
Unrud
a76de3da83 Bump version to 3.1.3 2022-01-26 22:09:48 +01:00
Unrud
c296dfd497 Warning instead of error when base prefix ends with '/'
Workaround for #1210
2022-01-26 22:08:22 +01:00