Age | Commit message (Expand) | Author |
2024-03-06 | view: Use textarea for recipe notes | xengineering |
2024-03-06 | view: Display message in case of no recipes | xengineering |
2024-03-06 | view: Make recipe portions, URL and notes optional | xengineering |
2024-03-05 | model: Move timestamp updates to controller | xengineering |
2024-03-04 | model: Implement Stringer interface for Recipe | xengineering |
2024-03-04 | model: Create test data with Go instead of SQL | xengineering |
2024-03-03 | view: Move recipe adding to /recipes | xengineering |
2024-03-03 | view: Add recipe create | xengineering |
2024-03-03 | view: Move all JavaScript code to ceres.js | xengineering |
2024-03-03 | view: Add template 'nav' | xengineering |
2024-03-03 | controller: Provide recipe create via HTTP | xengineering |
2024-03-03 | Add ID to URL in recipe updates | xengineering |
2024-03-03 | view: Provide recipe deletion | xengineering |
2024-03-03 | view: Add 'Read' suffix to function names | xengineering |
2024-03-03 | view: Replace edit by view parameter | xengineering |
2024-03-03 | view: Provide JS function to delete a recipe | xengineering |
2024-03-03 | controller: Provide recipe deletion via HTTP | xengineering |
2024-03-03 | view: Send forms as JSON with JavaScript | xengineering |
2024-03-03 | controller: Update recipe based on JSON | xengineering |
2024-03-03 | model: Assert one affected row on .Update() | xengineering |
2024-03-03 | model: Use only string types for models | xengineering |
2024-02-15 | Update github.com/mattn/go-sqlite3 to v1.14.22 | xengineering |
2024-02-15 | view: Add HTTP 204 handler for /favicon.ico | xengineering |
2024-02-15 | view: Add doctype to HTML | xengineering |
2024-02-15 | view: Reference /recipes with home button | xengineering |
2024-02-15 | view: Add index handler | xengineering |
2024-02-15 | view: Add edit view for model.Recipe type | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipe | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipes | xengineering |
2024-02-11 | model: Add type 'Recipes' with Read() method | xengineering |
2024-02-11 | model: Implement CRUD methods for type Recipe | xengineering |
2024-02-11 | model: Switch to very basic database schema | xengineering |
2023-12-27 | Provide CSS via HTTP server | xengineering |
2023-12-27 | Add simple.css submodule | xengineering |
2023-12-27 | Add HTTP server without handlers | xengineering |
2023-12-27 | Add github.com/gorilla/mux | xengineering |
2023-12-27 | Shutdown only on OS signal | xengineering |
2023-12-27 | model: Inject test data into database | xengineering |
2023-12-27 | model: Add initial SQL migration | xengineering |
2023-12-27 | model: Implement database connection | xengineering |
2023-12-27 | Add github.com/mattn/go-sqlite3 | xengineering |
2023-12-27 | model: Implement temporary storage directory | xengineering |
2023-09-17 | Remove complete implementation | xengineering |
2023-05-07 | Update CHANGELOG.md for version 0.3.1 releasev0.3.10.3.1 | xengineering |
2023-05-07 | index.html: Remove autofocus to search field | xengineering |
2023-05-01 | Update CHANGELOG.md for release v0.3.0v0.3.00.3.0 | xengineering |
2023-05-01 | Remove link to Gemini specification | xengineering |
2023-05-01 | Implement ingredient summary | xengineering |
2023-05-01 | Show link just if not empty | xengineering |
2023-05-01 | Switch to tripel to describe ingredients | xengineering |