home · contact · privacy
Extend Todo tests, overhaul Ctx library building.
[plomtask] / tests /
17 hours ago Christian HellerExtend Todo tests, overhaul Ctx library building. master
28 hours ago Christian HellerOn /todo POSTs, improve handling of malformed fill_for...
28 hours ago Christian HellerAdd InputsParser.get_float_or_none.
28 hours ago Christian HellerReturn NotFoundExceptions from InputsParser if no value...
31 hours ago Christian HellerSlightly improve/re-factor Day tests.
32 hours ago Christian HellerReduce depedency of Days testing on plomtask.dating...
33 hours ago Christian HellerTighten mypy controls around consistency of list/tuple...
3 days ago Christian HellerMinor refactoring.
3 days ago Christian HellerOverhaul date ranging and its tests.
3 days ago Christian HellerRename decorators for clearer meaning.
3 days ago Christian HellerOn BaseModel.sort_by, always sort by .id_ first, for...
4 days ago Christian HellerLots of refactoring.
4 days ago Christian HellerRun VersionedAttributes tests over all models.
4 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-21 Christian HellerGreatly expand GET /calendar tests.
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 HellerExtend POST /day testing.
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 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-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-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 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 HellerExtend Todo tests to also run ID checking from TestCase...
2024-06-15 Christian HellerEnable server to alternatively output response ctx...
2024-06-15 Christian HellerOverhaul caching.
2024-06-14 Christian HellerAvoid race condition of test databases created with...
2024-06-12 Christian HellerImprove InputsParser tests.
2024-06-12 Christian HellerCreate choice for creating Todos with or without children.
2024-06-06 Christian HellerAllow (de-)selection of owners in Process edit view.
2024-06-06 Christian HellerAllow string entry to step addition field, opening...
2024-06-06 Christian HellerAdd suppression of implicit ProcessSteps to Process...
2024-06-05 Christian HellerRefactor ProcessStep code and undo replacement of impli...
2024-06-02 Christian HellerImprove/extend automatic creation and adoption of Todos...
2024-05-30 Christian HellerFix some ProcessStepping bugs.
2024-05-30 Christian HellerDefault calendar date range end to 60 days later.
2024-05-30 Christian HellerRe-factor date ranging and default to range 'yesterday...
2024-05-30 Christian HellerUse same date ranging code for Day and Todo filtering.
2024-05-30 Christian HellerFix broken date range test.
2024-05-30 Christian HellerNest Todo creation by adopting and making children...
2024-05-21 Christian HellerFix minor ProcessStep POST handling bugs.
2024-05-20 Christian HellerFor Todos, on Save check for auto-deletion by .effort...
2024-05-17 Christian HellerMore tests refactoring.
2024-05-17 Christian HellerRefactor tests.
2024-05-15 Christian HellerFor Todo POST, treat un-sent comment field as empty...
2024-05-15 Christian HellerAdd Todo.comment display/posting in Todo view.
2024-05-15 Christian HellerAdd POSTing of Todo.comment in Day view.
2024-05-15 Christian HellerAdd Todo.comment, and for that purpose basic SQL migrat...
2024-05-15 Christian HellerRe-introduce POSTing of Todo doneness on Day view.
2024-05-15 Christian HellerOn POSTing new Todos on Day view, ensure possible adopt...
2024-05-15 Christian HellerSimplify Todo steps tree calculation/display.
2024-05-05 Christian HellerImprove Todo tests.
2024-05-05 Christian HellerRefactor and extend tests.
2024-05-05 Christian HellerRefactor save and remove methods of BaseObject subclasses.
2024-05-05 Christian HellerExtend tests.
2024-05-02 Christian HellerReinstate formerly disabled test.
2024-05-02 Christian HellerMore refactoring.
2024-05-02 Christian HellerMinor tests refactoring.
2024-05-02 Christian HellerSome tests refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-05-02 Christian HellerImprove Condition tests and do minor fixes on the way.
2024-05-01 Christian HellerRefactor VersionedAttribute tests.
2024-05-01 Christian HellerMove VersionedAttributes code into appropriotely named...
2024-05-01 Christian HellerMinor code-stylistic improvements.
2024-05-01 Christian HellerUse higher resolution for VersionedAttribute.history...
2024-05-01 Christian HellerRefactor Days tests.
2024-05-01 Christian HellerImprove Days tests.
2024-04-29 Christian HellerMinor stylistic improvements to tests code.
2024-04-29 Christian HellerMinor tests refactoring.
2024-04-29 Christian HellerIn Day view, differentiate done and undone Todos, and...
2024-04-28 Christian HellerMinor tests refactoring.
2024-04-28 Christian HellerEnable deletion of Todos.
2024-04-28 Christian HellerExtend Condition tests.
2024-04-28 Christian HellerDisallow deletion of Processes in use.
2024-04-28 Christian HellerEnable deletion of Conditions.
next