Commit Graph

2004 Commits

Author SHA1 Message Date
Unrud
fb3de73d1c Assert waiters and waiter are still the same 2021-12-20 23:47:06 +01:00
Unrud
06f93a032b Update branch name 2021-12-20 22:33:38 +01:00
Frank Sachsenheim
c4745680e0 Dockerfile: Removes volume for config data
Configuration data can be provided by either
- putting it into a derived image
- mounting a volume
While an anonymous volume is of no use.
2021-12-20 22:07:24 +01:00
Frank Sachsenheim
11fd29a2d1 Dockerfile: Removes arguable comments
- user data could be stored in any kind of volume
  - using a mounted one is often not recommendable
- there are other means to publish a service like HTTP reverse proxies
- the CMD directive can't and shouldn't be used to expose behaviour
  - in fact, the value is required by the previous directive
2021-12-20 22:07:24 +01:00
Frank Sachsenheim
d90369b67c Dockerfile: Reduces layers and size 2021-12-20 22:07:24 +01:00
Unrud
ec19a1a12c Remove path from powershell 2021-12-20 21:33:23 +01:00
Unrud
481bd4e4b9 Update NEWS.md 2021-12-20 19:35:22 +01:00
Unrud
a20791e0c3 Convert EXDATE and RDATE to same type as DTSTART
Fixes #1146
Closes #1199
2021-12-20 00:55:39 +01:00
Unrud
537737da32 Change type of stack_frame to Optional[...] 2021-12-19 12:58:35 +01:00
Unrud
fb9cfeb81e Change type of signal number to int 2021-12-19 12:49:26 +01:00
Unrud
bfba027446 Use correct RRULE 2021-12-18 22:14:04 +01:00
Unrud
83f53cb5cb Remove quotation marks 2021-12-18 22:01:04 +01:00
Unrud
4252747646 Check all RRULE occurrences for infinity 2021-12-18 22:00:34 +01:00
Unrud
34771f6850 Use regular ids 2021-12-14 22:28:33 +01:00
Unrud
24ee523cc8 Add news 2021-12-14 00:25:34 +01:00
Unrud
e1e563cc28 Lint markdown 2021-12-14 00:25:31 +01:00
Unrud
f25d7eebb8 Change _collection_class to ClassVar 2021-12-12 20:05:23 +01:00
Unrud
e0f7fe6526 Instant notification of all waiting readers 2021-12-12 19:42:11 +01:00
Unrud
90bd33f466 Extract LockDict class 2021-12-12 19:42:11 +01:00
Unrud
91c06041f8 Split storage from base tests 2021-12-11 12:59:44 +01:00
Unrud
4b5165dc42 Extract method configure 2021-12-10 20:54:04 +01:00
Unrud
208ae11683 Rename BaseFileSystemTest to BaseStorageTest 2021-12-10 16:03:06 +01:00
Unrud
1234802f51 Use " instead of ' 2021-12-09 19:32:47 +01:00
Unrud
e176567ad0 Add Python 3.10 classifier 2021-12-09 19:15:44 +01:00
Unrud
e38ae96227 Cosmetics 2021-12-09 19:15:23 +01:00
Unrud
bbaf0ebd8c Change name in file header 2021-12-09 16:55:46 +01:00
Unrud
f14e1de071 Add multifilesystem_nolock storage 2021-12-09 16:55:46 +01:00
Unrud
e629e9a2e1 Require argument for --config command-line option 2021-11-14 23:31:00 +01:00
Unrud
98b49ac2b6 Optional argument for boolean command-line options 2021-11-14 23:30:59 +01:00
Unrud
08e789d993 Support backend specific options and HTTP headers via command-line 2021-11-14 23:30:59 +01:00
Unrud
b23aa4629c Refactor command line argument parser 2021-11-14 23:30:58 +01:00
Unrud
dba6338968 Rename opposite to opposite_aliases 2021-11-10 22:16:30 +01:00
Unrud
7c9c873b13 Don't modify DEFAULT_CONFIG_SCHEMA 2021-11-10 22:14:51 +01:00
Jochen Sprickerhof
f72b344981 Add py.typed to mark as having typing information
According to PEP 561.
2021-10-16 17:38:41 +02:00
Unrud
35e7ee5a08 Fix flake8 tests 2021-09-27 19:19:18 +02:00
Unrud
056ce5b69f Flake8: Only enable default tests 2021-09-27 17:22:51 +02:00
Unrud
cd3f834a27 Rename variable 2021-09-27 17:22:42 +02:00
Unrud
f921e48648 Remove unused variable 2021-09-27 17:22:37 +02:00
jorge
111a79f082 Fix documentation arguments 2021-09-26 22:29:26 +02:00
Tomáš Hrnčiar
574e6f8c7b Require setuptools, radicale/__init__.py, radicale/web/internal.py, radicale/storage/__init__.py, radicale/app/__init__.py import pkg_resources 2021-09-26 22:28:41 +02:00
Unrud
60f25bf19a Type hints for tests 2021-09-26 22:24:45 +02:00
Unrud
698ae875ce Type hints for multifilesystem 2021-09-26 22:24:45 +02:00
Unrud
cecb17df03 More type hints 2021-09-26 22:24:45 +02:00
Unrud
12fe5ce637 Enable run-time type checking during tests 2021-09-26 22:24:45 +02:00
Unrud
73e42f8101 Enable static type checking 2021-09-26 22:24:45 +02:00
Unrud
34bec01c9b Fail when test file can't be read 2021-05-14 00:07:09 +02:00
Unrud
8f9734d797 Fix "Exclude flake8 hacking plugins"
Apparently setting "select" overrides the default "ignore" values.
2021-03-31 00:06:03 +02:00
Unrud
b8848348d6 Exclude flake8 hacking plugins 2021-03-30 08:27:21 +02:00
Michael Stilkerich
398e93e215 Fix is-not-defined filter in addressbook-query report 2021-03-23 00:49:22 +01:00
Tim Gates
21099f2240
docs: fix simple typo, errornous -> erroneous (#1126)
* docs: fix simple typo, errornous -> erroneous

There is a small typo in radicale/storage/__init__.py.

Should read `erroneous` rather than `errornous`.

* Update __init__.py
2021-03-23 00:48:25 +01:00