home · contact · privacy
In Calendar view, highlight today's date.
[plomtask] / scripts /
45 hours ago Christian HellerFix pre-commit hook not aborting commit on failed unit...
46 hours ago Christian HellerIn pre-commit hook, re-instate deletion of test DB...
2 days ago Christian HellerSpeed up testing with unittest-parallel.
2 days ago Christian HellerOn pre-commit hook run, clean up potential test db...
2024-05-15 Christian HellerAdd Todo.comment, and for that purpose basic SQL migrat...
2024-05-15 Christian HellerSimplify Todo steps tree calculation/display.
2024-05-05 Christian HellerRefactor and extend tests.
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-02 Christian HellerMore refactoring.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
2024-04-19 Christian HellerImprove consistency of DB column names.
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-13 Christian HellerAdd most basic Todo family relations.
2024-04-12 Christian HellerAdd GET /todo and Todo retrieval by ID.
2024-04-10 Christian HellerReplace ProcessChildren with more flexible ProcessStep...
2024-03-30 Christian HellerAdd Process.children and improve Params/Postvars parsin...
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.
2024-03-20 Christian HellerAdd Day.comment field.
2024-03-17 Christian HellerAdd creation, validation, setting of rump database...
2024-03-17 Christian HellerRe-structure whole code into more package-typical file...
2024-03-17 Christian HellerRe-structure for unittest usage.
2024-03-16 Christian HellerMove pylint configuration into .pylintrc.
2024-03-16 Christian HellerAdd rump Days module.
2024-03-16 Christian HellerAdd Jinja2 templating, and requirements.txt infrastructure.
2024-03-16 Christian HellerAdd small script for setting up a proper development...