home · contact · privacy
plomtask
2 days ago Christian HellerReinstate formerly disabled test. master
2 days ago Christian HellerMore refactoring.
2 days ago Christian HellerMinor tests refactoring.
2 days ago Christian HellerSome tests refactoring.
2 days ago Christian HellerAlways check if item is saved before removal attempt.
2 days ago Christian HellerImprove Condition tests and do minor fixes on the way.
2 days ago Christian HellerRefactor VersionedAttribute tests.
2 days ago Christian HellerMove VersionedAttributes code into appropriotely named...
2 days ago Christian HellerMinor code-stylistic improvements.
2 days ago Christian HellerUse higher resolution for VersionedAttribute.history...
2 days ago Christian HellerRefactor Days tests.
2 days ago Christian HellerImprove Days tests.
2 days ago Christian HellerRefactor BaseModel.by_id (integrating ._by_id).
2 days ago Christian HellerImprove __eq__ of BaseModel to compare all saved attrib...
5 days ago Christian HellerMinor stylistic improvements to tests code.
5 days ago Christian HellerMinor tests refactoring.
5 days ago Christian HellerFix Condition status not being saved on setting Todo...
5 days ago Christian HellerEnable Condition.is_active toggling in Condition view.
5 days ago Christian HellerIn Day view, differentiate done and undone Todos, and...
5 days ago Christian HellerFix buggy Todo saving/removing.
5 days ago Christian HellerMinor tests refactoring.
5 days ago Christian HellerEnable deletion of Todos.
5 days ago Christian HellerExtend Condition tests.
5 days ago Christian HellerDisallow deletion of Processes in use.
5 days ago Christian HellerOn removal of Conditions and Processes, also delete...
5 days ago Christian HellerEnable deletion of Conditions.
5 days ago Christian HellerImprove button layouts.
5 days ago Christian HellerMinor refactoring.
5 days ago Christian HellerPerform sensible redirects on POSTs.
5 days ago Christian HellerEnable deletion of Processes.
8 days ago Christian HellerRefactor object retrieval and creation.
9 days ago Christian HellerRe-order BaseModel methods for more meaningful grouping.
9 days ago Christian HellerFix bug of same dict being used for different Classes...
9 days ago Christian HellerRemove more redundant code.
9 days ago Christian HellerUse more meaningful variable names.
9 days ago Christian HellerRemove asserts no longer needed.
9 days ago Christian HellerRe-write caching.
9 days ago Christian HellerCheck for database file's DB version (via user_version...
9 days ago Christian HellerMinor code style improvement re NamedTuple usage.
12 days ago Christian HellerOn posting new Todo to Day, make missing Todo children...
12 days ago Christian HellerRefactor Todo adoption code.
12 days ago Christian HellerOn posting a new Todo to a Day, auto-adopt existing...
12 days ago Christian HellerFix Process retrieval/display/saving bugs.
12 days ago Christian HellerMinor fixes.
12 days ago Christian HellerSimplify code with namedtuples and dataclasses.
12 days ago Christian HellerAllow Todo adoptions to be un-done in Todo view.
12 days ago Christian HellerImprove placement of Todos and Conditions in Day view.
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-17 Christian HellerRefactor HTTP module.
2024-04-16 Christian HellerUnify ParamsParser and PostvarsParser to InputsParser.
2024-04-16 Christian HellerSome test refactoring.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-13 Christian HellerMinor refactoring.
2024-04-13 Christian HellerDisable Todo.is_done setting if children are not done...
2024-04-13 Christian HellerEnable toggling of Todo.is_done.
2024-04-13 Christian HellerAdd Todo.parents.
2024-04-13 Christian HellerAdd most basic Todo family relations.
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-04-12 Christian HellerAdd GET /todo and Todo retrieval by ID.
2024-04-12 Christian HellerAdd most basic Todo infrastructure.
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 HellerFrom Process template remove now unneeded safeguard...
2024-04-10 Christian HellerFrom Process view, remove step addition field in illega...
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 HellerEnsure DB connections are closed even on erroneous...
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 HellerMinor code documentation changes.
2024-03-27 Christian HellerIn HTTP module, wrap params parsing into ParamsParser.
2024-03-27 Christian HellerFix module description.
2024-03-27 Christian HellerAdd PostvarsParser to isolate postvars parsing/checking.
2024-03-27 Christian HellerExtend POST tests, and handling of missing form data.
2024-03-27 Christian HellerAdd test for nonsensical pages triggering 404.
2024-03-27 Christian HellerRemove unnecessary DB commit.
2024-03-27 Christian HellerRedirect / to /day, throw informative Exception on...
2024-03-27 Christian HellerIn template views, add links to Day and Process creation.
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...
2024-03-26 Christian HellerAdd rump Processes, and to those VersionedAttributes.
2024-03-20 Christian HellerExplicitly use DATE_FORMAT in todays_date().
2024-03-20 Christian HellerIn calendar view, fill gaps between non-subsequent...
2024-03-20 Christian HellerRemove some redundant code.
2024-03-20 Christian HellerAdd Day.prev_date/Day.next_date and use them for naviga...
2024-03-20 Christian HellerAdd date range input form to /calendar view.
2024-03-20 Christian HellerCollect GET /calendar range from "?start=" and "?end=".
next