| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-12 | model: Fix direct access to database | xengineering | |
| Instead a database transaction has to be used. Each database interaction should be wrapped into a transaction to make sure any possible change (even side-effects) can be rolled back in case of errors. | |||
| 2024-09-11 | Apply go fmt to all source files | xengineering | |
| This applies default Go code style recommendations. | |||
| 2024-03-04 | model: Create test data with Go instead of SQL | xengineering | |
| This allows to formulate the test data with an object-based model which is easier than writing it down in a relational model. | |||
| 2024-02-11 | model: Add type 'Recipes' with Read() method | xengineering | |
| This type is provided to render overview pages easily with a list of all recipes. | |||
