Helmut Merz helmutm · he/him
helmutm pushed to master at cco/loops-ext 2025-03-09 17:15:51 +01:00
877b828fa8 fix sort value (Py3)
helmutm pushed to 3master at cco/loops 2025-03-09 17:15:36 +01:00
0340992932 fix sort values (Py3)
helmutm pushed to 3master at cco/loops 2025-03-09 11:27:58 +01:00
ed5e560ba4 fix sort concept relations (Py3): use '' instead of None
helmutm pushed to master at cco/loops-ext 2025-03-09 10:33:28 +01:00
40fe51b3a9 fix DateField.sortValue (Py3): return 0 when None
helmutm pushed to 3master at cco/loops 2025-03-09 09:36:52 +01:00
aa0443d0b5 psu: commit transaction when closing connection
helmutm pushed to master at cco/py-scopes 2025-03-09 09:33:03 +01:00
f04297d570 provide DummyMailDelivery for testing; fix auth
helmutm pushed to master at cco/cl-scopes 2025-03-06 16:05:18 +01:00
5cd84f356c core:service: use async:task for concurrent / parallel processing
helmutm pushed to master at cco/cl-scopes 2025-03-06 14:07:43 +01:00
c6ec682937 work in progress: use util/async for core:service
helmutm pushed to master at cco/cl-scopes 2025-03-04 10:44:48 +01:00
4c5639a9b9 move all 'config:from-env' calls to etc/config.lisp files
helmutm pushed to master at cco/cl-scopes 2025-02-28 10:47:48 +01:00
a671982cc5 get rid of env-slots and env-override 'magic'
helmutm pushed to master at cco/cl-scopes 2025-02-27 19:08:03 +01:00
8555d1740b config: set all config values explicitly, with literal or (from-env ...)
helmutm pushed to master at cco/cl-scopes 2025-02-27 09:57:04 +01:00
723cc7233c config: set .env settings in process environment if not already there
helmutm pushed to master at cco/loops-ext 2025-02-26 19:23:06 +01:00
3ac1a6c512 cco.processor: fix handling of messages returned by create and update actions
helmutm pushed to master at cco/loops-ext 2025-02-23 10:36:20 +01:00
f8480b0b4a beautify pyproject.toml
de93eec9b2 Python3 fix: do not encode mail messages
Compare 2 commits »
helmutm pushed to 3master at cco/loops 2025-02-23 10:34:36 +01:00
0de7ef2550 Python3 fix: avoid None when sorting strings
helmutm pushed to 3master at cco/cybertools 2025-02-22 11:31:24 +01:00
0e5270f8d5 fix remaining 'implements'...
helmutm pushed to master at cco/loops-ext 2025-02-22 10:45:38 +01:00
6232ba3ce0 more Py3 (and other) fixes for cco.common
helmutm pushed to master at cco/loops-ext 2025-02-22 10:13:52 +01:00
0690728ec1 Py3 fix: default for Bytes field b''
helmutm pushed to master at cco/cl-scopes 2025-02-19 17:50:22 +01:00
7e1bfd9f48 core/async: + test (and fixes) for working with mailbox / handle-message
helmutm pushed to master at cco/cl-scopes 2025-02-19 11:03:26 +01:00
22ddac033e improve tests; minor fixes on util/async