home · contact · privacy
plomtask
119 min ago Christian HellerExpand POST /todo adoption tests. master
2 hours ago Christian HellerMore variable renaming for better readability.
3 hours ago Christian HellerIn GET/POST /todo, remove unnecessary node ID different...
3 hours ago Christian HellerSlightly improve code readability with comment and...
5 hours ago Christian HellerFix POST /todo crashing on non-intable 'fill_for_'...
6 hours ago Christian HellerEnsure POST /todo autoremoval via .effort < -1 causes...
8 hours ago Christian HellerOn GET /todo, sort Process candidates. Minor improvemen...
9 hours ago Christian HellerMinor improvements to Todo tests.
10 hours ago Christian HellerExtend Todo tests.
10 hours ago Christian HellerFix duplicate node IDs in Todo view.
29 hours ago Christian HellerExtend Todo tests.
31 hours ago Christian HellerMinor code style/comment/type hinting improvements.
32 hours ago Christian HellerOverhaul/simplify ctx to JSON dictification.
34 hours ago Christian HellerRe-organize most page/JSON rendering code from TaskServ...
2 days ago Christian HellerExtend Todo tests, overhaul Ctx library building.
3 days ago Christian HellerOn /todo POSTs, improve handling of malformed fill_for...
3 days ago Christian HellerAdd InputsParser.get_float_or_none.
3 days ago Christian HellerReturn NotFoundExceptions from InputsParser if no value...
3 days ago Christian HellerSlightly improve/re-factor Day tests.
3 days ago Christian HellerReduce depedency of Days testing on plomtask.dating...
3 days ago Christian HellerTighten mypy controls around consistency of list/tuple...
5 days ago Christian HellerMinor refactoring.
5 days ago Christian HellerAdd previously forgotten GET /calendar_txt template.
5 days ago Christian HellerOverhaul date ranging and its tests.
6 days ago Christian HellerRename decorators for clearer meaning.
6 days ago Christian HellerOn BaseModel.sort_by, always sort by .id_ first, for...
6 days ago Christian HellerLots of refactoring.
7 days ago Christian HellerRun VersionedAttributes tests over all models.
7 days ago 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...
2024-06-21 Christian HellerExtend POST /day testing.
2024-06-21 Christian HellerImprove POST /day input validation.
2024-06-21 Christian HellerClean up and extend /condition[s] GET/POST tests.
2024-06-21 Christian HellerRefactor request handler identifying items by ID param...
2024-06-21 Christian HellerTidy up (even if pylint disapproves) unwieldy POST...
2024-06-21 Christian HellerRefactor request handler delete or retrieving items...
2024-06-21 Christian HellerRefactor .as_dict integration of Process.explicit_steps...
2024-06-21 Christian HellerMore tests refactoring.
2024-06-21 Christian HellerMinor refactoring of Days tests.
2024-06-21 Christian HellerRename "condition"/"blocker" input names to plurals...
2024-06-21 Christian HellerExtend Days test to behavior of Conditions.
2024-06-21 Christian HellerFix disablers_for/enablers_for in GET_day breaking...
2024-06-20 Christian HellerMore Days HTTP testing refactoring.
2024-06-20 Christian HellerSome tests refactoring.
2024-06-20 Christian HellerTurn TodoNode into full class with .as_dict, with resul...
2024-06-20 Christian HellerOverhaul as_dict generation to avoid endless nesting...
2024-06-20 Christian HellerRefactor tests, expand Days testing.
2024-06-20 Christian HellerReduce CSS magic in Day template for Condition-Todo...
2024-06-20 Christian HellerIn Day template, improve visual connection between...
2024-06-18 Christian HellerRemove and shrink tests under redundancy with test...
2024-06-18 Christian HellerRe-factor TestCaseSansDB methods.
2024-06-18 Christian HellerExtend BaseModel.by_id_or_create test.
2024-06-18 Christian HellerRefactor remaining test.utils helpers into actual tests.
2024-06-18 Christian HellerRefactor saving and caching tests, treatment of None...
2024-06-18 Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
2024-06-18 Christian HellerSome test utils refactoring.
2024-06-18 Christian HellerRefactor .all() tests.
2024-06-18 Christian HellerRefactor singularity tests.
2024-06-17 Christian HellerRefactor BaseModel.from_table_row testing.
2024-06-17 Christian HellerOn cache emptying, also ._disappear() any objects held...
2024-06-17 Christian HellerRefactor BaseModel.from_table_row in regards to Version...
2024-06-17 Christian HellerFix pre-commit script failing to delete test DBs based...
2024-06-17 Christian HellerSimplify JSON-ification of VersionedAttributes.
2024-06-17 Christian HellerRefactor Conditions GET/POST testing.
2024-06-17 Christian HellerExtend Conditions POST test to use new JSON interface.
2024-06-17 Christian HellerMake use of new JSON interface for GET /conditions...
2024-06-17 Christian HellerFix Condition POSTing not properly setting .is_active.
2024-06-17 Christian HellerDefault all GET ?sort_by= to "title" also in params...
2024-06-17 Christian HellerExtend Todo tests to also run ID checking from TestCase...
2024-06-17 Christian HellerFix misguiding parent ID key name in VersionedAttribute...
2024-06-15 Christian HellerEnable server to alternatively output response ctx...
2024-06-15 Christian HellerMinor HTTP module refactoring.
2024-06-15 Christian HellerOverhaul caching.
2024-06-14 Christian HellerMinor BaseModel code re-organization.
2024-06-14 Christian HellerEnhance BaseModel comparisons by hashing versioned...
2024-06-14 Christian HellerEnsure stringy BaseModel IDs are not empty.
2024-06-14 Christian HellerRefactor database management code a little bit.
2024-06-14 Christian HellerRe-factor Day.todos code.
2024-06-14 Christian HellerInitialize Days with links to their Todos as early...
2024-06-14 Christian HellerAvoid race condition of test databases created with...
2024-06-14 Christian HellerRefactor total-effort day summation.
2024-06-13 Christian HellerPrivatize more methods and attributes of TaskHandler.
2024-06-13 Christian HellerRe-organize HTTP module code for better readability.
2024-06-13 Christian HellerImprove clarity of request wrapping code.
2024-06-12 Christian HellerRefactor HTTP module.
2024-06-12 Christian HellerImprove InputsParser tests.
2024-06-12 Christian HellerMinor TaskHandler re-factorings.
2024-06-12 Christian HellerCreate choice for creating Todos with or without children.
2024-06-12 Christian HellerOverhaul Todo view to underline difference to ProcessSteps.
next