home · contact · privacy
Some test clean-ups.
[plomtask] / tests / todos.py
3 days ago Christian HellerSome test clean-ups. master
3 days ago Christian HellerMinor test improvements/expansions/refactorings.
6 days ago Christian HellerFor various boolean settings, treat absence of form...
9 days ago Christian HellerExtend and refactor tests.
9 days ago Christian HellerHarmonize treatment of GET /[item]?id=.
9 days ago Christian HellerSet 'is_new' even when provided not-yet-existing ID...
12 days ago Christian HellerAdd TaskHandler code to actually make previous commit...
13 days ago Christian HellerRename POST form key to field manipulated.
13 days ago Christian HellerTreat non-sending of boolean form fields as _not_ setti...
2024-08-05 Christian HellerSimplify POST /process form field structure.
2024-08-02 Christian HellerRe-organize testing.
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-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 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-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-12 Christian HellerOverhaul date ranging and its tests.
2024-07-11 Christian HellerLots of refactoring.
2024-06-22 Christian HellerAdapt tests to new cache emptying reality.
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-20 Christian HellerTurn TodoNode into full class with .as_dict, with resul...
2024-06-18 Christian HellerRemove and shrink tests under redundancy with test...
2024-06-18 Christian HellerRe-factor TestCaseSansDB methods.
2024-06-18 Christian HellerRefactor saving and caching tests, treatment of None...
2024-06-18 Christian HellerRefactor singularity tests.
2024-06-17 Christian HellerExtend Todo tests to also run ID checking from TestCase...
2024-06-15 Christian HellerOverhaul caching.
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-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 HellerUse same date ranging code for Day and Todo filtering.
2024-05-30 Christian HellerNest Todo creation by adopting and making children...
2024-05-20 Christian HellerFor Todos, on Save check for auto-deletion by .effort...
2024-05-17 Christian HellerMore tests refactoring.
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 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 save and remove methods of BaseObject subclasses.
2024-05-02 Christian HellerReinstate formerly disabled test.
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 HellerEnable deletion of Todos.
2024-04-28 Christian HellerPerform sensible redirects on POSTs.
2024-04-25 Christian HellerRe-write caching.
2024-04-22 Christian HellerOn posting new Todo to Day, make missing Todo children...
2024-04-22 Christian HellerOn posting a new Todo to a Day, auto-adopt existing...
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-22 Christian HellerAllow Todo adoptions to be un-done in Todo view.
2024-04-21 Christian HellerImprove placement of Todos and Conditions in Day view.
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 models' .by_id().
2024-04-19 Christian HellerRefactor from_table_row methods of core DB models.
2024-04-18 Christian HellerRefactor Process/ProcessStep setting and saving.
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 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.