Commit graph

2178 commits

Author SHA1 Message Date
0e180bb229 example instances: put all common stuff in loops package 2024-10-02 16:57:36 +02:00
98f023195b avoid testing deprecation errors with Python3.12 2024-10-02 12:54:34 +02:00
5dcc7d2fc6 more Python3 fixes and minor changes 2024-10-01 16:12:30 +02:00
2cf3569fcb loops site setup OK 2024-09-29 12:05:53 +02:00
6169a2d728 plain bluebream server basically working 2024-09-29 09:48:37 +02:00
ffa5c8701e work in progress: loops / bluebream instances (app installations) 2024-09-29 08:47:05 +02:00
48a51c54b1 use zope.testrunner for running all tests => additional Python3 fixes 2024-09-28 10:30:30 +02:00
74ce78dae9 removed xmlrpc package 2024-09-28 09:12:13 +02:00
f2a737e0a8 storage: tests with Python3 OK 2024-09-28 09:03:56 +02:00
6ae2590f50 Python3 fixes: constraint, media, system 2024-09-28 08:14:49 +02:00
1da71c72a9 more Python3 fixes: compound, knowledge, versioning 2024-09-27 09:37:54 +02:00
010106406d more Python3 fixes 2024-09-27 08:40:20 +02:00
992b5c012d classifier: Python3 fixes 2024-09-26 22:30:52 +02:00
bf1fda008c integrator: Python3 fixes 2024-09-26 19:59:51 +02:00
5e5e9aedfc organize (tracking, work): Python3 fixes 2024-09-26 16:25:00 +02:00
956a6d01b3 organize: Python3 fixes for: comment, job, stateful 2024-09-25 23:37:00 +02:00
52ac41a82f organize: more Python3 fixes 2024-09-25 18:49:21 +02:00
04a9d9ced0 Work in progress: Python3 fixes for loops.organize 2024-09-25 17:05:57 +02:00
509000a996 Python3 fixes for expert tests (+dependencies) 2024-09-25 10:58:27 +02:00
ce7015b224 Python3 fixes: standard tests OK 2024-09-25 09:30:37 +02:00
53be77b5b9 work in progress: Python3 fixes 2024-09-24 19:23:54 +02:00
42d24a5c3f Python3 fixes: test setup OK, starting with fixes in README.txt 2024-09-24 17:38:15 +02:00
494612235e more Python3 fixes: imports for setting up TestSite 2024-09-24 16:33:00 +02:00
ca70050bec more Python3 fixes: basic imports OK, starting with doctests 2024-09-24 15:30:46 +02:00
7a9be5d79b more Python3 fixes (browser, resource) 2024-09-24 11:47:59 +02:00
98bd9b0a46 work in progress: Python3 fixes 2024-09-24 11:13:49 +02:00
7b3c7c182e fix pyproject.toml - start testing / fixing with Python3 2024-09-23 17:41:38 +02:00
77aaad1aa0 start working on Python3-compatible version 2024-09-23 17:30:48 +02:00
4041841c65 storage.compat: provide __name__ property for tracks 2024-05-03 13:47:07 +02:00
cb994dc238 minor fix on util.records(): fail immediately if tracks folder is missing 2024-03-20 09:36:04 +01:00
baedf02d78 make compatibility method saveUserTrack() compatible with customized head fields arrangements 2024-03-19 08:59:46 +01:00
6efe2b7a46 remove obsolete import 2024-03-17 09:25:22 +01:00
d5a8068261 fix and improve setup of storage factory and storage 2024-03-10 08:04:18 +01:00
73ac0af54e fix storage creation: util.makeStorage() 2024-03-09 21:26:06 +01:00
3c82ec9fdc fix storage creation according to new implementation of storage setup with StorageFactory 2024-03-09 21:13:25 +01:00
81fef0e1d5 provide util.getStorage() functionality 2024-02-26 12:49:29 +01:00
31886012ce fix handling of migrated UIDs, add test 2024-02-19 11:02:00 +01:00
086868d5b7 improve migration: use list of ids for access to source collection 2024-02-19 09:13:25 +01:00
f51f3d4f25 migration: improve uid mapping by using separate columns for prefix and id 2024-02-19 08:55:54 +01:00
536903f3d8 improve / fix tracking migration 2024-02-19 08:33:50 +01:00
75fdced678 tests: check for correct DB engine settings 2024-02-15 11:27:03 +01:00
a739aed66a use new py-scopes package instead of cco.storage 2024-02-15 10:45:58 +01:00
92bc00e134 ensure correct initialization of db engine for testing 2024-02-09 16:44:24 +01:00
fb9d6991cd getItem(): use uid_mapping for legacy UIDs when appropriate 2024-02-07 17:53:27 +01:00
bea7ed0254 migration: allow source list, source list slicing, commit after step records 2024-02-06 17:26:08 +01:00
bece8863ef use now module-global engine and session factory 2024-02-01 15:21:36 +01:00
16a8bcf5c3 provide table for UID mappings, fill during migration 2024-02-01 11:43:37 +01:00
2dbbf977d4 storage test: drop table; reset trackid sequence after migration 2024-01-25 09:16:51 +01:00
23623aeb3d provide compat.Storage subclass; minor immprovements 2024-01-19 08:48:22 +01:00
70a93f56d9 move storage-related stuff from organize/tracking/storage to loops.storage package 2024-01-17 11:01:34 +01:00