2024-03-26 |
Christian Heller | Put mypy into strict mode, adapt code to still pass. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-26 |
Christian Heller | Add Processes module tests, re-organize/re-factor unit... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-26 |
Christian Heller | Add rump Processes, and to those VersionedAttributes. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Explicitly use DATE_FORMAT in todays_date(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | In calendar view, fill gaps between non-subsequent... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Remove some redundant code. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add Day.prev_date/Day.next_date and use them for naviga... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add date range input form to /calendar view. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Collect GET /calendar range from "?start=" and "?end=". |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Allow 'today' as calendar range limit, and default... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Fix miswritten test. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Change variable name to avoid confusion between DB... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | For POST /day, do not default to a valid date if none... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add POST /day tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add basic GET /calendar test. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Extend GET /day?date= test. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | On GET /day with unknown (but valid) "?date=", create... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add rump HTTP server/handler testing. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Move TEMPLATES_DIR constant into web server module. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Slightly extend Day.by_date tests. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Minor refactorings. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add Day POSTing. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-20 |
Christian Heller | Add Day.comment field. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-19 |
Christian Heller | Rename DB path environment variable to something more... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-19 |
Christian Heller | Minor class method reorganizations. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Refactor Days tests into those with and without DB... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add single-day view / retrieval. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add Day.all() date ranging test. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add basic date ranging to Day.all(). |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Require explicit call to Day.save to have any Day commi... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add database connection, read and write Days through... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | To DB schema validation error message add diff of offen... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add creation, validation, setting of rump database... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add testing of Day sorting. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Fix and extend Day date testing. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Add date validation for Days. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Move TEMPLATES_DIR setting into run.py. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Fix broken server __init__. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Re-structure whole code into more package-typical file... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-17 |
Christian Heller | Re-structure for unittest usage. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Improve type hints sufficiently for mypy not to complai... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Add type hints. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Display HandledException as HTML message with appropria... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Add previously forgotten days module file, oops. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Use different do_GET handlers for different paths. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Move pylint configuration into .pylintrc. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Add rump Days module. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Add Jinja2 templating, and requirements.txt infrastructure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Add small script for setting up a proper development... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Add suggestion for pre-commit hook running mypy, flake8... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2024-03-16 |
Christian Heller | Set up basic web server infrastructure. |
commit | commitdiff | tree | snapshot (zip tar.gz) |
|