2024-08-28 |
Christian Heller | Some work on tests, kinda unfinished. master |
blob | commitdiff | raw |
2024-08-19 |
Christian Heller | Some test clean-ups. |
blob | commitdiff | raw | diff to current |
2024-08-16 |
Christian Heller | For various boolean settings, treat absence of form... |
blob | commitdiff | raw | diff to current |
2024-08-13 |
Christian Heller | Extend and refactor tests. |
blob | commitdiff | raw | diff to current |
2024-08-12 |
Christian Heller | Harmonize treatment of GET /[item]?id=. |
blob | commitdiff | raw | diff to current |
2024-08-12 |
Christian Heller | Set 'is_new' even when provided not-yet-existing ID... |
blob | commitdiff | raw | diff to current |
2024-08-08 |
Christian Heller | Minor tests refactoring. |
blob | commitdiff | raw | diff to current |
2024-08-05 |
Christian Heller | Minor improvements of Processes tests. |
blob | commitdiff | raw | diff to current |
2024-08-05 |
Christian Heller | Minor fixes of freshly introduced bugs. |
blob | commitdiff | raw | diff to current |
2024-08-05 |
Christian Heller | Simplify POST /process form field structure. |
blob | commitdiff | raw | diff to current |
2024-08-05 |
Christian Heller | Refactor and extend tests, especially for Processes. |
blob | commitdiff | raw | diff to current |
2024-08-02 |
Christian Heller | Re-organize testing. |
blob | commitdiff | raw | diff to current |
2024-07-21 |
Christian Heller | Simplify Condition relations setting API. |
blob | commitdiff | raw | diff to current |
2024-07-17 |
Christian Heller | Extend Todo tests. |
blob | commitdiff | raw | diff to current |
2024-07-11 |
Christian Heller | Lots of refactoring. |
blob | commitdiff | raw | diff to current |
2024-06-22 |
Christian Heller | Expand GET /process and /processes tests. |
blob | commitdiff | raw | diff to current |
2024-06-22 |
Christian Heller | Adapt tests to new cache emptying reality. |
blob | commitdiff | raw | diff to current |
2024-06-21 |
Christian Heller | Rename "condition"/"blocker" input names to plurals... |
blob | commitdiff | raw | diff to current |
2024-06-18 |
Christian Heller | Re-factor TestCaseSansDB methods. |
blob | commitdiff | raw | diff to current |
2024-06-18 |
Christian Heller | Refactor remaining test.utils helpers into actual tests. |
blob | commitdiff | raw | diff to current |
2024-06-18 |
Christian Heller | Refactor saving and caching tests, treatment of None... |
blob | commitdiff | raw | diff to current |
2024-06-18 |
Christian Heller | Split BaseModel.by_id into .by_id and by_id_or_create... |
blob | commitdiff | raw | diff to current |
2024-06-18 |
Christian Heller | Refactor .all() tests. |
blob | commitdiff | raw | diff to current |
2024-06-18 |
Christian Heller | Refactor singularity tests. |
blob | commitdiff | raw | diff to current |
2024-06-17 |
Christian Heller | Refactor BaseModel.from_table_row testing. |
blob | commitdiff | raw | diff to current |
2024-06-17 |
Christian Heller | Simplify JSON-ification of VersionedAttributes. |
blob | commitdiff | raw | diff to current |
2024-06-15 |
Christian Heller | Overhaul caching. |
blob | commitdiff | raw | diff to current |
2024-06-06 |
Christian Heller | Allow string entry to step addition field, opening... |
blob | commitdiff | raw | diff to current |
2024-06-06 |
Christian Heller | Add suppression of implicit ProcessSteps to Process... |
blob | commitdiff | raw | diff to current |
2024-06-05 |
Christian Heller | Refactor ProcessStep code and undo replacement of impli... |
blob | commitdiff | raw | diff to current |
2024-05-30 |
Christian Heller | Fix some ProcessStepping bugs. |
blob | commitdiff | raw | diff to current |
2024-05-21 |
Christian Heller | Fix minor ProcessStep POST handling bugs. |
blob | commitdiff | raw | diff to current |
2024-05-17 |
Christian Heller | More tests refactoring. |
blob | commitdiff | raw | diff to current |
2024-05-17 |
Christian Heller | Refactor tests. |
blob | commitdiff | raw | diff to current |
2024-05-05 |
Christian Heller | Refactor and extend tests. |
blob | commitdiff | raw | diff to current |
2024-05-05 |
Christian Heller | Extend tests. |
blob | commitdiff | raw | diff to current |
2024-05-02 |
Christian Heller | More refactoring. |
blob | commitdiff | raw | diff to current |
2024-05-02 |
Christian Heller | Always check if item is saved before removal attempt. |
blob | commitdiff | raw | diff to current |
2024-04-29 |
Christian Heller | Minor stylistic improvements to tests code. |
blob | commitdiff | raw | diff to current |
2024-04-29 |
Christian Heller | Minor tests refactoring. |
blob | commitdiff | raw | diff to current |
2024-04-28 |
Christian Heller | Minor tests refactoring. |
blob | commitdiff | raw | diff to current |
2024-04-28 |
Christian Heller | Disallow deletion of Processes in use. |
blob | commitdiff | raw | diff to current |
2024-04-28 |
Christian Heller | Perform sensible redirects on POSTs. |
blob | commitdiff | raw | diff to current |
2024-04-28 |
Christian Heller | Enable deletion of Processes. |
blob | commitdiff | raw | diff to current |
2024-04-22 |
Christian Heller | Fix Process retrieval/display/saving bugs. |
blob | commitdiff | raw | diff to current |
2024-04-22 |
Christian Heller | Simplify code with namedtuples and dataclasses. |
blob | commitdiff | raw | diff to current |
2024-04-19 |
Christian Heller | Clean up enablers/disablers code and naming conventions. |
blob | commitdiff | raw | diff to current |
2024-04-18 |
Christian Heller | Base core models on BaseModel providing sensible defaults. |
blob | commitdiff | raw | diff to current |
2024-04-18 |
Christian Heller | Refactor Process/ProcessStep setting and saving. |
blob | commitdiff | raw | diff to current |
2024-04-16 |
Christian Heller | Some test refactoring. |
blob | commitdiff | raw | diff to current |
2024-04-16 |
Christian Heller | Add Conditions for Todos/Processes to be met or undone... |
blob | commitdiff | raw | diff to current |
2024-04-12 |
Christian Heller | Cache DB objects to ensure we do not accidentally edit... |
blob | commitdiff | raw | diff to current |
2024-04-10 |
Christian Heller | Display what Processes use focused Process as ProcessStep. |
blob | commitdiff | raw | diff to current |
2024-04-10 |
Christian Heller | Hide already-seen descendants of implicit ProcessSteps. |
blob | commitdiff | raw | diff to current |
2024-04-10 |
Christian Heller | Replace ProcessChildren with more flexible ProcessStep... |
blob | commitdiff | raw | diff to current |
2024-04-02 |
Christian Heller | Draw Process descendant trees, and guard against recurs... |
blob | commitdiff | raw | diff to current |
2024-03-30 |
Christian Heller | Add Process.children and improve Params/Postvars parsin... |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Christian Heller | Catch POSTs to undefined targets, expand and refactor... |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Christian Heller | Extend POST tests, and handling of missing form data. |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Christian Heller | Explicitly disallow Process(id_=0). |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Christian Heller | Fix HTTP exception codes. |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Christian Heller | Use different exceptions throwing different HTTP codes... |
blob | commitdiff | raw | diff to current |
2024-03-26 |
Christian Heller | Put mypy into strict mode, adapt code to still pass. |
blob | commitdiff | raw | diff to current |
2024-03-26 |
Christian Heller | Add Processes module tests, re-organize/re-factor unit... |
blob | commitdiff | raw | diff to current |
|