2024-08-28 |
Christian Heller | Some work on tests, kinda unfinished.
|
commit | commitdiff | tree |
2024-08-19 |
Christian Heller | Some test clean-ups.
|
commit | commitdiff | tree |
2024-08-18 |
Christian Heller | Minor test improvements/expansions/refactorings.
|
commit | commitdiff | tree |
2024-08-16 |
Christian Heller | For various boolean settings, treat absence of form...
|
commit | commitdiff | tree |
2024-08-13 |
Christian Heller | Extend and refactor tests.
|
commit | commitdiff | tree |
2024-08-12 |
Christian Heller | Fix bug of /day POSTS breaking on empty new_todo fields.
|
commit | commitdiff | tree |
2024-08-12 |
Christian Heller | Harmonize treatment of GET /[item]?id=.
|
commit | commitdiff | tree |
2024-08-12 |
Christian Heller | Set 'is_new' even when provided not-yet-existing ID...
|
commit | commitdiff | tree |
2024-08-10 |
Christian Heller | Add TaskHandler code to actually make previous commit...
|
commit | commitdiff | tree |
2024-08-10 |
Christian Heller | In Todo view, allow filling of steps below sub-steps.
|
commit | commitdiff | tree |
2024-08-10 |
Christian Heller | Minor improvements of TaskHandler code.
|
commit | commitdiff | tree |
2024-08-09 |
Christian Heller | Simplify do_POST_todo code.
|
commit | commitdiff | tree |
2024-08-09 |
Christian Heller | Clean up do_POST_process code.
|
commit | commitdiff | tree |
2024-08-09 |
Christian Heller | Minor improvements to query parameter handling/defaulting.
|
commit | commitdiff | tree |
2024-08-09 |
Christian Heller | Private TaskHandler.conn to ._conn.
|
commit | commitdiff | tree |
2024-08-08 |
Christian Heller | Minor tests refactoring.
|
commit | commitdiff | tree |
2024-08-08 |
Christian Heller | Rename POST form key to field manipulated.
|
commit | commitdiff | tree |
2024-08-08 |
Christian Heller | Treat non-sending of boolean form fields as _not_ setting...
|
commit | commitdiff | tree |
2024-08-08 |
Christian Heller | Simplify InputParser code/usage.
|
commit | commitdiff | tree |
2024-08-07 |
Christian Heller | Fix broken POST /condition parsing of "is active" setting.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Slightly reduce the do_POST_todo code.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Minor improvements of Processes tests.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Improve readability of do_POST_process handler code.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Minor fixes of freshly introduced bugs.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Simplify POST /process form field structure.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Refactor and extend tests, especially for Processes.
|
commit | commitdiff | tree |
2024-08-05 |
Christian Heller | Simplify ProcessStepsNode JSON serialization.
|
commit | commitdiff | tree |
2024-08-02 |
Christian Heller | Re-organize testing.
|
commit | commitdiff | tree |
2024-08-02 |
Christian Heller | Minor typing fix.
|
commit | commitdiff | tree |
2024-08-02 |
Christian Heller | Ensure POST /day "new_todo" item order commutative.
|
commit | commitdiff | tree |
2024-08-01 |
Christian Heller | Ensure BaseModel.all() returns sorted results.
|
commit | commitdiff | tree |
2024-07-21 |
Christian Heller | Improve readability of POST /todo code.
|
commit | commitdiff | tree |
2024-07-21 |
Christian Heller | Refactor POST /todo code.
|
commit | commitdiff | tree |
2024-07-21 |
Christian Heller | Simplify Condition relations setting API.
|
commit | commitdiff | tree |
2024-07-20 |
Christian Heller | In POST /todo, catch more illegal 'step_filler' values.
|
commit | commitdiff | tree |
2024-07-20 |
Christian Heller | Extend Todo doneness POST relations tests.
|
commit | commitdiff | tree |
2024-07-20 |
Christian Heller | Extend Todo tests.
|
commit | commitdiff | tree |
2024-07-18 |
Christian Heller | Expand POST /todo adoption tests.
|
commit | commitdiff | tree |
2024-07-18 |
Christian Heller | More variable renaming for better readability.
|
commit | commitdiff | tree |
2024-07-18 |
Christian Heller | In GET/POST /todo, remove unnecessary node ID differentiatio...
|
commit | commitdiff | tree |
2024-07-18 |
Christian Heller | Slightly improve code readability with comment and...
|
commit | commitdiff | tree |
2024-07-18 |
Christian Heller | Fix POST /todo crashing on non-intable 'fill_for_'...
|
commit | commitdiff | tree |
2024-07-17 |
Christian Heller | Ensure POST /todo autoremoval via .effort < -1 causes...
|
commit | commitdiff | tree |
2024-07-17 |
Christian Heller | On GET /todo, sort Process candidates. Minor improvements...
|
commit | commitdiff | tree |
2024-07-17 |
Christian Heller | Minor improvements to Todo tests.
|
commit | commitdiff | tree |
2024-07-17 |
Christian Heller | Extend Todo tests.
|
commit | commitdiff | tree |
2024-07-17 |
Christian Heller | Fix duplicate node IDs in Todo view.
|
commit | commitdiff | tree |
2024-07-17 |
Christian Heller | Extend Todo tests.
|
commit | commitdiff | tree |
2024-07-16 |
Christian Heller | Minor code style/comment/type hinting improvements.
|
commit | commitdiff | tree |
2024-07-16 |
Christian Heller | Overhaul/simplify ctx to JSON dictification.
|
commit | commitdiff | tree |
2024-07-16 |
Christian Heller | Re-organize most page/JSON rendering code from TaskServer...
|
commit | commitdiff | tree |
2024-07-15 |
Christian Heller | Extend Todo tests, overhaul Ctx library building.
|
commit | commitdiff | tree |
2024-07-14 |
Christian Heller | On /todo POSTs, improve handling of malformed fill_for...
|
commit | commitdiff | tree |
2024-07-14 |
Christian Heller | Add InputsParser.get_float_or_none.
|
commit | commitdiff | tree |
2024-07-14 |
Christian Heller | Return NotFoundExceptions from InputsParser if no value...
|
commit | commitdiff | tree |
2024-07-14 |
Christian Heller | Slightly improve/re-factor Day tests.
|
commit | commitdiff | tree |
2024-07-14 |
Christian Heller | Reduce depedency of Days testing on plomtask.dating...
|
commit | commitdiff | tree |
2024-07-14 |
Christian Heller | Tighten mypy controls around consistency of list/tuple...
|
commit | commitdiff | tree |
2024-07-12 |
Christian Heller | Minor refactoring.
|
commit | commitdiff | tree |
2024-07-12 |
Christian Heller | Add previously forgotten GET /calendar_txt template.
|
commit | commitdiff | tree |
2024-07-12 |
Christian Heller | Overhaul date ranging and its tests.
|
commit | commitdiff | tree |
2024-07-12 |
Christian Heller | Rename decorators for clearer meaning.
|
commit | commitdiff | tree |
2024-07-12 |
Christian Heller | On BaseModel.sort_by, always sort by .id_ first, for...
|
commit | commitdiff | tree |
2024-07-11 |
Christian Heller | Lots of refactoring.
|
commit | commitdiff | tree |
2024-07-11 |
Christian Heller | Run VersionedAttributes tests over all models.
|
commit | commitdiff | tree |
2024-07-11 |
Christian Heller | Minor test code improvements.
|
commit | commitdiff | tree |
2024-06-22 |
Christian Heller | Slightly improve and re-organize Condition tests.
|
commit | commitdiff | tree |
2024-06-22 |
Christian Heller | Expand GET /process and /processes tests.
|
commit | commitdiff | tree |
2024-06-22 |
Christian Heller | Adapt tests to new cache emptying reality.
|
commit | commitdiff | tree |
2024-06-22 |
Christian Heller | In GET /process handler, catch malformed ?title_b64...
|
commit | commitdiff | tree |
2024-06-22 |
Christian Heller | Empty cache more often to avoid race conditions.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Refactor BaseModel sorting from GET handlers into class...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Minor reorganization of GET handlers code.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Greatly expand GET /calendar tests.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Fuse Day.by_id_or_create and Day.by_id, as valid_date...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Re-organize and extend/improve POST/GET /day tests.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Re-organize and extend POST/GET /day tests.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Avoid confusing Day.by_id_or_create by always translating...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Extend POST /day testing.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Improve POST /day input validation.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Clean up and extend /condition[s] GET/POST tests.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Refactor request handler identifying items by ID param...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Tidy up (even if pylint disapproves) unwieldy POST...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Refactor request handler delete or retrieving items...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Refactor .as_dict integration of Process.explicit_steps...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | More tests refactoring.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Minor refactoring of Days tests.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Rename "condition"/"blocker" input names to plurals...
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Extend Days test to behavior of Conditions.
|
commit | commitdiff | tree |
2024-06-21 |
Christian Heller | Fix disablers_for/enablers_for in GET_day breaking...
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | More Days HTTP testing refactoring.
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | Some tests refactoring.
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | Turn TodoNode into full class with .as_dict, with result...
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | Overhaul as_dict generation to avoid endless nesting...
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | Refactor tests, expand Days testing.
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | Reduce CSS magic in Day template for Condition-Todo...
|
commit | commitdiff | tree |
2024-06-20 |
Christian Heller | In Day template, improve visual connection between...
|
commit | commitdiff | tree |
2024-06-18 |
Christian Heller | Remove and shrink tests under redundancy with test...
|
commit | commitdiff | tree |
2024-06-18 |
Christian Heller | Re-factor TestCaseSansDB methods.
|
commit | commitdiff | tree |
2024-06-18 |
Christian Heller | Extend BaseModel.by_id_or_create test.
|
commit | commitdiff | tree |
next |