home · contact · privacy
plomtask
23 hours ago Christian HellerSlightly improve and re-organize Condition tests. master
23 hours ago Christian HellerExpand GET /process and /processes tests.
23 hours ago Christian HellerAdapt tests to new cache emptying reality.
23 hours ago Christian HellerIn GET /process handler, catch malformed ?title_b64...
23 hours ago Christian HellerEmpty cache more often to avoid race conditions.
28 hours ago Christian HellerRefactor BaseModel sorting from GET handlers into class...
28 hours ago Christian HellerMinor reorganization of GET handlers code.
29 hours ago Christian HellerGreatly expand GET /calendar tests.
29 hours ago Christian HellerFuse Day.by_id_or_create and Day.by_id, as valid_date...
32 hours ago Christian HellerRe-organize and extend/improve POST/GET /day tests.
33 hours ago Christian HellerRe-organize and extend POST/GET /day tests.
34 hours ago Christian HellerAvoid confusing Day.by_id_or_create by always translati...
34 hours ago Christian HellerExtend POST /day testing.
34 hours ago Christian HellerImprove POST /day input validation.
36 hours ago Christian HellerClean up and extend /condition[s] GET/POST tests.
37 hours ago Christian HellerRefactor request handler identifying items by ID param...
38 hours ago Christian HellerTidy up (even if pylint disapproves) unwieldy POST...
46 hours ago Christian HellerRefactor request handler delete or retrieving items...
47 hours ago Christian HellerRefactor .as_dict integration of Process.explicit_steps...
47 hours ago Christian HellerMore tests refactoring.
2 days ago Christian HellerMinor refactoring of Days tests.
2 days ago Christian HellerRename "condition"/"blocker" input names to plurals...
2 days ago Christian HellerExtend Days test to behavior of Conditions.
2 days ago Christian HellerFix disablers_for/enablers_for in GET_day breaking...
2 days ago Christian HellerMore Days HTTP testing refactoring.
2 days ago Christian HellerSome tests refactoring.
2 days ago Christian HellerTurn TodoNode into full class with .as_dict, with resul...
2 days ago Christian HellerOverhaul as_dict generation to avoid endless nesting...
2 days ago Christian HellerRefactor tests, expand Days testing.
2 days ago Christian HellerReduce CSS magic in Day template for Condition-Todo...
2 days ago Christian HellerIn Day template, improve visual connection between...
4 days ago Christian HellerRemove and shrink tests under redundancy with test...
4 days ago Christian HellerRe-factor TestCaseSansDB methods.
4 days ago Christian HellerExtend BaseModel.by_id_or_create test.
4 days ago Christian HellerRefactor remaining test.utils helpers into actual tests.
4 days ago Christian HellerRefactor saving and caching tests, treatment of None...
4 days ago Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
5 days ago Christian HellerSome test utils refactoring.
5 days ago Christian HellerRefactor .all() tests.
5 days ago Christian HellerRefactor singularity tests.
5 days ago Christian HellerRefactor BaseModel.from_table_row testing.
5 days ago Christian HellerOn cache emptying, also ._disappear() any objects held...
5 days ago Christian HellerRefactor BaseModel.from_table_row in regards to Version...
5 days ago Christian HellerFix pre-commit script failing to delete test DBs based...
5 days ago Christian HellerSimplify JSON-ification of VersionedAttributes.
5 days ago Christian HellerRefactor Conditions GET/POST testing.
5 days ago Christian HellerExtend Conditions POST test to use new JSON interface.
5 days ago Christian HellerMake use of new JSON interface for GET /conditions...
5 days ago Christian HellerFix Condition POSTing not properly setting .is_active.
5 days ago Christian HellerDefault all GET ?sort_by= to "title" also in params...
5 days ago Christian HellerExtend Todo tests to also run ID checking from TestCase...
5 days ago Christian HellerFix misguiding parent ID key name in VersionedAttribute...
7 days ago Christian HellerEnable server to alternatively output response ctx...
7 days ago Christian HellerMinor HTTP module refactoring.
7 days ago Christian HellerOverhaul caching.
8 days ago Christian HellerMinor BaseModel code re-organization.
8 days ago Christian HellerEnhance BaseModel comparisons by hashing versioned...
8 days ago Christian HellerEnsure stringy BaseModel IDs are not empty.
8 days ago Christian HellerRefactor database management code a little bit.
8 days ago Christian HellerRe-factor Day.todos code.
8 days ago Christian HellerInitialize Days with links to their Todos as early...
8 days ago Christian HellerAvoid race condition of test databases created with...
8 days ago Christian HellerRefactor total-effort day summation.
9 days ago Christian HellerPrivatize more methods and attributes of TaskHandler.
9 days ago Christian HellerRe-organize HTTP module code for better readability.
9 days ago Christian HellerImprove clarity of request wrapping code.
10 days ago Christian HellerRefactor HTTP module.
10 days ago Christian HellerImprove InputsParser tests.
10 days ago Christian HellerMinor TaskHandler re-factorings.
11 days ago Christian HellerCreate choice for creating Todos with or without children.
11 days ago Christian HellerOverhaul Todo view to underline difference to ProcessSteps.
11 days ago Christian HellerTemplate layout and code improvements.
13 days ago Christian HellerSimplify and improve previous bugfix.
13 days ago Christian HellerFix inability of updating Todo if .is_done but no more...
2024-06-09 Christian HellerAdd expression of summations of efforts in Day display.
2024-06-09 Christian HellerExtend default date range to full year.
2024-06-09 Christian HellerAllow editing of VersionedAttributes timestamps.
2024-06-08 Christian HellerSome Day template layout improvements.
2024-06-08 Christian HellerImprove multiple template layouts and refactor CSS.
2024-06-08 Christian HellerImprove Process editing template layout.
2024-06-06 Christian HellerAdd minimalist plain-text calendar view.
2024-06-06 Christian HellerAllow creation of new Todos rather than just adoption...
2024-06-06 Christian HellerFix Processes listing sorting bug.
2024-06-06 Christian HellerAdd previously forgotten migration script.
2024-06-06 Christian HellerTo Processes listing, add sortable column for number...
2024-06-06 Christian HellerAlso allow creation of new Processes as owner of curren...
2024-06-06 Christian HellerWhen opening new Process from ProcessStep add field...
2024-06-06 Christian HellerAllow (de-)selection of owners in Process edit view.
2024-06-06 Christian HellerFor Processes and Conditions, in edit page title warn...
2024-06-06 Christian HellerAllow string entry to step addition field, opening...
2024-06-06 Christian HellerMinor ProcessStep management bug fixes.
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-05 Christian HellerMake explicit ProcessSteps overwrite implicit ones.
2024-06-05 Christian HellerImprove day done tree display.
2024-06-03 Christian HellerMinor template improvements.
2024-06-03 Christian HellerTo Processes listing, add sortable effort column.
2024-06-03 Christian HellerEnhance layouts.
2024-06-03 Christian HellerRemove accidentally committed file garbage.
2024-06-02 Christian HellerFix bug of relationships writing for todo_children...
next