Age | Commit message (Expand) | Author |
---|---|---|
2024-10-23 | Switch to http.Handler | xengineering |
2024-10-22 | Remove github.com/gorilla/mux dependency | xengineering |
2024-10-13 | model: Replace global db variable by custom type | xengineering |
2024-09-11 | Apply go fmt to all source files | xengineering |
2024-05-09 | Remove default recipe name | xengineering |
2024-05-08 | Introduce model.Transaction() | xengineering |
2024-04-07 | model: Add helper function for safe CRUD | xengineering |
2024-04-06 | model: Always pass *sql.Tx to CRUD methods | 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 | model: Use only string types for models | xengineering |
2024-02-15 | view: Add edit view for model.Recipe type | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipe | xengineering |