Age | Commit message (Expand) | Author |
2024-05-15 | view: Require text for steps | xengineering |
2024-05-15 | view: Require ingredient type | xengineering |
2024-05-15 | view: Update to simple.css v2.3.0 | xengineering |
2024-05-15 | view: Rename to 'Ingredient summary:' | xengineering |
2024-05-15 | When adding a recipe step or an ingredient the browser should focus on | xengineering |
2024-05-14 | Update CHANGELOG.md | xengineering |
2024-05-14 | view: Complete ingredient editing | xengineering |
2024-05-13 | view: Add HTML for editing recipe ingredients | xengineering |
2024-05-12 | view: Add ingredient overview to recipe read page | xengineering |
2024-05-12 | view: Show ingredients on read page | xengineering |
2024-05-12 | model: Add per-step ingredients | xengineering |
2024-05-12 | view: Use HTML template to add recipe steps | xengineering |
2024-05-12 | view: Create new html/recipe-step.html | xengineering |
2024-05-12 | view: Move all JS code to static/ceres.js | xengineering |
2024-05-12 | view: Remove global JS code in recipe-edit.html | xengineering |
2024-05-12 | Move config path from config to flags struct | xengineering |
2024-05-12 | Group flag variables in struct | xengineering |
2024-05-11 | view: Add unit test for index handler | xengineering |
2024-05-09 | Inject examples only with new --example flag | xengineering |
2024-05-09 | model: Fix unit tests | xengineering |
2024-05-09 | model: Rename version to execVersion | xengineering |
2024-05-09 | Add version to log output | xengineering |
2024-05-09 | model: Require same version for executable and DB | xengineering |
2024-05-09 | model: Migrate only in empty databases | xengineering |
2024-05-09 | model: Initial database version injection | xengineering |
2024-05-09 | model: Detect if database is empty | xengineering |
2024-05-09 | model: Wrap migration completely in transaction | xengineering |
2024-05-09 | view: Fix cancel button on recipe create | xengineering |
2024-05-09 | view: Replace HTML form labels by placeholders | xengineering |
2024-05-09 | Remove default recipe name | xengineering |
2024-05-09 | view: Enforce recipe titles | xengineering |
2024-05-09 | model: Enforce recipe titles | xengineering |
2024-05-09 | model: Use defer for tx.Rollback() | xengineering |
2024-05-09 | Restructure database-related functions | xengineering |
2024-05-08 | Introduce model.Transaction() | xengineering |
2024-05-08 | Add 'tests' target to Makefile | xengineering |
2024-05-08 | Fix unit tests | xengineering |
2024-05-08 | Rename gitDescribe to version | xengineering |
2024-05-07 | Introduce await() function | xengineering |
2024-05-07 | view: Use init() function to parse templates | xengineering |
2024-05-07 | model: Init database with database path | xengineering |
2024-05-07 | Move HTTP server code to new server.go file | xengineering |
2024-05-06 | model: Do not write version.txt inside storage | xengineering |
2024-05-06 | model: Introduce NewStorage() function | xengineering |
2024-05-04 | Move storage path logging to main() function | xengineering |
2024-05-04 | Add explicit startup / shutdown log messages | xengineering |
2024-05-04 | model: Add storage.Exists() and storage.Create() | xengineering |
2024-05-04 | model: Introduce type Storage | xengineering |
2024-05-04 | Fix build instructions | xengineering |
2024-05-01 | Add usage instructions to README.md | xengineering |