home · contact · privacy
Slightly improve and re-organize Condition tests.
[plomtask] / plomtask / db.py
6 days ago Christian HellerRefactor BaseModel sorting from GET handlers into class...
7 days ago Christian HellerRefactor request handler delete or retrieving items...
7 days ago Christian HellerRefactor .as_dict integration of Process.explicit_steps...
8 days ago Christian HellerOverhaul as_dict generation to avoid endless nesting...
10 days ago Christian HellerRefactor remaining test.utils helpers into actual tests.
10 days ago Christian HellerRefactor saving and caching tests, treatment of None...
10 days ago Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
10 days ago Christian HellerRefactor BaseModel.from_table_row testing.
10 days ago Christian HellerOn cache emptying, also ._disappear() any objects held...
10 days ago Christian HellerRefactor BaseModel.from_table_row in regards to Version...
10 days ago Christian HellerSimplify JSON-ification of VersionedAttributes.
13 days ago Christian HellerEnable server to alternatively output response ctx...
13 days ago Christian HellerOverhaul caching.
13 days ago Christian HellerMinor BaseModel code re-organization.
2024-06-14 Christian HellerEnhance BaseModel comparisons by hashing versioned...
2024-06-14 Christian HellerEnsure stringy BaseModel IDs are not empty.
2024-06-14 Christian HellerRefactor database management code a little bit.
2024-06-14 Christian HellerInitialize Days with links to their Todos as early...
2024-06-06 Christian HellerAdd suppression of implicit ProcessSteps to Process...
2024-06-02 Christian HellerFix bug of relationships writing for todo_children...
2024-05-30 Christian HellerRe-factor date ranging and default to range 'yesterday...
2024-05-30 Christian HellerUse same date ranging code for Day and Todo filtering.
2024-05-21 Christian HellerAdd text-based search/filter for Conditions and Processes.
2024-05-21 Christian HellerAdd Todo/Process.blockers for Conditions that block...
2024-05-18 Christian HellerAdd Todo. and Process.calendarize to identify what...
2024-05-18 Christian HellerAdd Todo.effort.
2024-05-15 Christian HellerAdd Todo.comment, and for that purpose basic SQL migrat...
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-02 Christian HellerMore refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-05-01 Christian HellerImprove Days tests.
2024-05-01 Christian HellerRefactor BaseModel.by_id (integrating ._by_id).
2024-05-01 Christian HellerImprove __eq__ of BaseModel to compare all saved attrib...
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-25 Christian HellerRefactor object retrieval and creation.
2024-04-25 Christian HellerRe-order BaseModel methods for more meaningful grouping.
2024-04-25 Christian HellerFix bug of same dict being used for different Classes...
2024-04-25 Christian HellerRemove more redundant code.
2024-04-25 Christian HellerUse more meaningful variable names.
2024-04-25 Christian HellerRemove asserts no longer needed.
2024-04-25 Christian HellerRe-write caching.
2024-04-24 Christian HellerCheck for database file's DB version (via user_version...
2024-04-19 Christian HellerHide (almost all) remaining SQL code in DB module.
2024-04-19 Christian HellerRefactor VersionedAttributes, ProcessSteps, and Conditi...
2024-04-19 Christian HellerRefactor updates of relations tables.
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-19 Christian HellerRefactor from_table_row methods of core DB models.
2024-04-18 Christian HellerBase core models on BaseModel providing sensible defaults.
2024-04-18 Christian HellerRefactor Process/ProcessStep setting and saving.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-03-27 Christian HellerUse different exceptions throwing different HTTP codes...
2024-03-26 Christian HellerPut mypy into strict mode, adapt code to still pass.
2024-03-19 Christian HellerMinor class method reorganizations.
2024-03-17 Christian HellerAdd database connection, read and write Days through...
2024-03-17 Christian HellerTo DB schema validation error message add diff of offen...
2024-03-17 Christian HellerAdd creation, validation, setting of rump database...