Age | Commit message (Expand) | Author |
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 |
2023-04-28 | Focus search input on index page load | xengineering |
2023-04-28 | Implement search bar on index page | xengineering |
2023-04-28 | Replace simple.css submodule by release copy | xengineering |
2023-04-28 | Fix add_recipes with default JSON | xengineering |
2023-04-28 | Fix empty title regression | xengineering |
2023-04-28 | Introduce routing table | xengineering |
2023-04-28 | Verify JSON input | xengineering |
2023-04-23 | Replace JavaScript on edit page by form | xengineering |
2023-04-23 | Update to simple.css v.2.2.0 | xengineering |
2023-04-22 | Move delete button from edit page to recipe page | xengineering |
2023-04-22 | Update edit page | xengineering |
2023-04-22 | Use <section> elements for recipe steps | xengineering |
2023-04-22 | Improve representation of step ingredients | xengineering |
2023-04-22 | Remove markup.go | xengineering |
2023-04-22 | Remove legacy Recipe struct | xengineering |
2023-04-22 | Implement index page with JSON | xengineering |
2023-04-22 | Convert tabs to four spaces in example recipes | xengineering |
2023-04-22 | Implement basic recipe target with JSON | xengineering |
2023-04-22 | Convert example recipes to JSON | xengineering |
2023-04-13 | Update changelog for v0.2.0 releasev0.2.00.2.0 | xengineering |
2023-04-13 | Automate /var/lib/ceres creation | xengineering |
2023-04-13 | Document creation of /var/lib/ceres | xengineering |
2023-04-13 | Fix Makefile | xengineering |