home · contact · privacy
Remove and shrink tests under redundancy with test utils defaults.
[plomtask] / plomtask / processes.py
9 hours ago Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
14 hours ago Christian HellerRefactor BaseModel.from_table_row in regards to Version...
3 days ago Christian HellerEnable server to alternatively output response ctx...
3 days ago Christian HellerOverhaul caching.
12 days ago Christian HellerTo Processes listing, add sortable column for number...
12 days ago Christian HellerAllow (de-)selection of owners in Process edit view.
12 days ago Christian HellerAdd suppression of implicit ProcessSteps to Process...
12 days ago Christian HellerRefactor ProcessStep code and undo replacement of impli...
12 days ago Christian HellerMake explicit ProcessSteps overwrite implicit ones.
2024-06-02 Christian HellerFix bug of relationships writing for todo_children...
2024-05-30 Christian HellerFix some ProcessStepping bugs.
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-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-02 Christian HellerMore refactoring.
2024-05-01 Christian HellerMove VersionedAttributes code into appropriotely named...
2024-04-28 Christian HellerDisallow deletion of Processes in use.
2024-04-28 Christian HellerOn removal of Conditions and Processes, also delete...
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-25 Christian HellerRefactor object retrieval and creation.
2024-04-25 Christian HellerRemove more redundant code.
2024-04-25 Christian HellerRemove asserts no longer needed.
2024-04-25 Christian HellerRe-write caching.
2024-04-22 Christian HellerFix Process retrieval/display/saving bugs.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-19 Christian HellerFurther refactor Conditions handling.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
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 HellerImprove consistency of DB column names.
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-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 HellerFix Process.get_descendants eliminating sibling referen...
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 HellerExplicitly disallow Process(id_=0).
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 rump Processes, and to those VersionedAttributes.