Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | Fix unit tests | xengineering | |
API changes were not adopted in the unit tests. | |||
2024-09-11 | Apply go fmt to all source files | xengineering | |
This applies default Go code style recommendations. | |||
2024-05-09 | Inject examples only with new --example flag | xengineering | |
The default use case should be to not inject example recipes. | |||
2024-05-09 | model: Fix unit tests | xengineering | |
2024-05-09 | Restructure database-related functions | xengineering | |
2024-05-08 | Fix unit tests | xengineering | |
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. |