home · contact · privacy
Fix broken Day template layout.
[plomtask] / tests / processes.py
2 days ago Christian HellerMore tests refactoring.
2 days ago Christian HellerRefactor tests.
2024-05-05 Christian HellerRefactor and extend tests.
2024-05-05 Christian HellerExtend tests.
2024-05-02 Christian HellerMore refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-04-29 Christian HellerMinor stylistic improvements to tests code.
2024-04-29 Christian HellerMinor tests refactoring.
2024-04-28 Christian HellerMinor tests refactoring.
2024-04-28 Christian HellerDisallow deletion of Processes in use.
2024-04-28 Christian HellerPerform sensible redirects on POSTs.
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-22 Christian HellerFix Process retrieval/display/saving bugs.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
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 HellerSome test refactoring.
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-04-10 Christian HellerDisplay what Processes use focused Process as ProcessStep.
2024-04-10 Christian HellerHide already-seen descendants of implicit ProcessSteps.
2024-04-10 Christian HellerReplace ProcessChildren with more flexible ProcessStep...
2024-04-02 Christian HellerDraw Process descendant trees, and guard against recurs...
2024-03-30 Christian HellerAdd Process.children and improve Params/Postvars parsin...
2024-03-27 Christian HellerCatch POSTs to undefined targets, expand and refactor...
2024-03-27 Christian HellerExtend POST tests, and handling of missing form data.
2024-03-27 Christian HellerExplicitly disallow Process(id_=0).
2024-03-27 Christian HellerFix HTTP exception codes.
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-26 Christian HellerAdd Processes module tests, re-organize/re-factor unit...