home · contact · privacy
plomtask
15 hours ago Christian HellerMore str case removal. master
15 hours ago Christian HellerFurther code simplifications.
17 hours ago Christian HellerSimplify BaseModel now that .id_ cannot be str anymore.
20 hours ago Christian HellerRedo Day.id_ from former .days_since_millennium.
3 days ago Christian HellerAdd field Day.days_since_millennium as step towards...
3 days ago Christian HellerFix DB migration path validation failing due to parsing...
3 days ago Christian HellerRe-structure DB migration to allow for post-SQL steps...
4 days ago Christian HellerSwitch from datetime.datetime to datetime.date where...
4 days ago Christian HellerBefore committing migrations check schema validation.
4 days ago Christian HellerOnly commit migrations once all performed successfully.
5 days ago Christian HellerMore DB management code refactoring.
5 days ago Christian HellerRefactor schema validation.
5 days ago Christian HellerSimplify BaseModel type and .id_ genealogy (at cost...
6 days ago Christian HellerTurn off DB autocommit.
6 days ago Christian HellerMinor DB code refactoring.
8 days ago Christian HellerRemove obsolete asserts.
9 days ago Christian HellerFuse DatabaseConnection.exec and .exec_on_vals.
2024-12-24 Christian HellerMinor test code clean-up.
2024-12-24 Christian HellerRe-organize/simplify Process/ProcessStep tests.
2024-12-24 Christian HellerRestore explicit ProcessStep node siblings replacing...
2024-12-24 Christian HellerFix broken ProcessStep processing.
2024-12-23 Christian HellerFix broken ProcessStep suppression.
2024-08-28 Christian HellerSome work on tests, kinda unfinished.
2024-08-19 Christian HellerSome test clean-ups.
2024-08-18 Christian HellerMinor test improvements/expansions/refactorings.
2024-08-16 Christian HellerFor various boolean settings, treat absence of form...
2024-08-13 Christian HellerExtend and refactor tests.
2024-08-12 Christian HellerFix bug of /day POSTS breaking on empty new_todo fields.
2024-08-12 Christian HellerHarmonize treatment of GET /[item]?id=.
2024-08-12 Christian HellerSet 'is_new' even when provided not-yet-existing ID...
2024-08-10 Christian HellerAdd TaskHandler code to actually make previous commit...
2024-08-10 Christian HellerIn Todo view, allow filling of steps below sub-steps.
2024-08-10 Christian HellerMinor improvements of TaskHandler code.
2024-08-09 Christian HellerSimplify do_POST_todo code.
2024-08-09 Christian HellerClean up do_POST_process code.
2024-08-09 Christian HellerMinor improvements to query parameter handling/defaulting.
2024-08-09 Christian HellerPrivate TaskHandler.conn to ._conn.
2024-08-08 Christian HellerMinor tests refactoring.
2024-08-08 Christian HellerRename POST form key to field manipulated.
2024-08-08 Christian HellerTreat non-sending of boolean form fields as _not_ setti...
2024-08-08 Christian HellerSimplify InputParser code/usage.
2024-08-07 Christian HellerFix broken POST /condition parsing of "is active" setting.
2024-08-05 Christian HellerSlightly reduce the do_POST_todo code.
2024-08-05 Christian HellerMinor improvements of Processes tests.
2024-08-05 Christian HellerImprove readability of do_POST_process handler code.
2024-08-05 Christian HellerMinor fixes of freshly introduced bugs.
2024-08-05 Christian HellerSimplify POST /process form field structure.
2024-08-05 Christian HellerRefactor and extend tests, especially for Processes.
2024-08-05 Christian HellerSimplify ProcessStepsNode JSON serialization.
2024-08-02 Christian HellerRe-organize testing.
2024-08-02 Christian HellerMinor typing fix.
2024-08-02 Christian HellerEnsure POST /day "new_todo" item order commutative.
2024-08-01 Christian HellerEnsure BaseModel.all() returns sorted results.
2024-07-21 Christian HellerImprove readability of POST /todo code.
2024-07-21 Christian HellerRefactor POST /todo code.
2024-07-21 Christian HellerSimplify Condition relations setting API.
2024-07-20 Christian HellerIn POST /todo, catch more illegal 'step_filler' values.
2024-07-20 Christian HellerExtend Todo doneness POST relations tests.
2024-07-20 Christian HellerExtend Todo tests.
2024-07-18 Christian HellerExpand POST /todo adoption tests.
2024-07-18 Christian HellerMore variable renaming for better readability.
2024-07-18 Christian HellerIn GET/POST /todo, remove unnecessary node ID different...
2024-07-18 Christian HellerSlightly improve code readability with comment and...
2024-07-18 Christian HellerFix POST /todo crashing on non-intable 'fill_for_'...
2024-07-17 Christian HellerEnsure POST /todo autoremoval via .effort < -1 causes...
2024-07-17 Christian HellerOn GET /todo, sort Process candidates. Minor improvemen...
2024-07-17 Christian HellerMinor improvements to Todo tests.
2024-07-17 Christian HellerExtend Todo tests.
2024-07-17 Christian HellerFix duplicate node IDs in Todo view.
2024-07-17 Christian HellerExtend Todo tests.
2024-07-16 Christian HellerMinor code style/comment/type hinting improvements.
2024-07-16 Christian HellerOverhaul/simplify ctx to JSON dictification.
2024-07-16 Christian HellerRe-organize most page/JSON rendering code from TaskServ...
2024-07-15 Christian HellerExtend Todo tests, overhaul Ctx library building.
2024-07-14 Christian HellerOn /todo POSTs, improve handling of malformed fill_for...
2024-07-14 Christian HellerAdd InputsParser.get_float_or_none.
2024-07-14 Christian HellerReturn NotFoundExceptions from InputsParser if no value...
2024-07-14 Christian HellerSlightly improve/re-factor Day tests.
2024-07-14 Christian HellerReduce depedency of Days testing on plomtask.dating...
2024-07-14 Christian HellerTighten mypy controls around consistency of list/tuple...
2024-07-12 Christian HellerMinor refactoring.
2024-07-12 Christian HellerAdd previously forgotten GET /calendar_txt template.
2024-07-12 Christian HellerOverhaul date ranging and its tests.
2024-07-12 Christian HellerRename decorators for clearer meaning.
2024-07-12 Christian HellerOn BaseModel.sort_by, always sort by .id_ first, for...
2024-07-11 Christian HellerLots of refactoring.
2024-07-11 Christian HellerRun VersionedAttributes tests over all models.
2024-07-11 Christian HellerMinor test code improvements.
2024-06-22 Christian HellerSlightly improve and re-organize Condition tests.
2024-06-22 Christian HellerExpand GET /process and /processes tests.
2024-06-22 Christian HellerAdapt tests to new cache emptying reality.
2024-06-22 Christian HellerIn GET /process handler, catch malformed ?title_b64...
2024-06-22 Christian HellerEmpty cache more often to avoid race conditions.
2024-06-21 Christian HellerRefactor BaseModel sorting from GET handlers into class...
2024-06-21 Christian HellerMinor reorganization of GET handlers code.
2024-06-21 Christian HellerGreatly expand GET /calendar tests.
2024-06-21 Christian HellerFuse Day.by_id_or_create and Day.by_id, as valid_date...
2024-06-21 Christian HellerRe-organize and extend/improve POST/GET /day tests.
2024-06-21 Christian HellerRe-organize and extend POST/GET /day tests.
2024-06-21 Christian HellerAvoid confusing Day.by_id_or_create by always translati...
next