summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-12view: Add ingredient overview to recipe read pagexengineering
2024-05-12view: Show ingredients on read pagexengineering
2024-05-12model: Add per-step ingredientsxengineering
2024-05-12view: Use HTML template to add recipe stepsxengineering
2024-05-12view: Create new html/recipe-step.htmlxengineering
2024-05-12view: Move all JS code to static/ceres.jsxengineering
2024-05-12view: Remove global JS code in recipe-edit.htmlxengineering
2024-05-12Move config path from config to flags structxengineering
2024-05-12Group flag variables in structxengineering
2024-05-11view: Add unit test for index handlerxengineering
2024-05-09Inject examples only with new --example flagxengineering
2024-05-09model: Fix unit testsxengineering
2024-05-09model: Rename version to execVersionxengineering
2024-05-09Add version to log outputxengineering
2024-05-09model: Require same version for executable and DBxengineering
2024-05-09model: Migrate only in empty databasesxengineering
2024-05-09model: Initial database version injectionxengineering
2024-05-09model: Detect if database is emptyxengineering
2024-05-09model: Wrap migration completely in transactionxengineering
2024-05-09view: Fix cancel button on recipe createxengineering
2024-05-09view: Replace HTML form labels by placeholdersxengineering
2024-05-09Remove default recipe namexengineering
2024-05-09view: Enforce recipe titlesxengineering
2024-05-09model: Enforce recipe titlesxengineering
2024-05-09model: Use defer for tx.Rollback()xengineering
2024-05-09Restructure database-related functionsxengineering
2024-05-08Introduce model.Transaction()xengineering
2024-05-08Add 'tests' target to Makefilexengineering
2024-05-08Fix unit testsxengineering
2024-05-08Rename gitDescribe to versionxengineering
2024-05-07Introduce await() functionxengineering
2024-05-07view: Use init() function to parse templatesxengineering
2024-05-07model: Init database with database pathxengineering
2024-05-07Move HTTP server code to new server.go filexengineering
2024-05-06model: Do not write version.txt inside storagexengineering
2024-05-06model: Introduce NewStorage() functionxengineering
2024-05-04Move storage path logging to main() functionxengineering
2024-05-04Add explicit startup / shutdown log messagesxengineering
2024-05-04model: Add storage.Exists() and storage.Create()xengineering
2024-05-04model: Introduce type Storagexengineering
2024-05-04Fix build instructionsxengineering
2024-05-01Add usage instructions to README.mdxengineering
2024-05-01Add configuration file to semver APIxengineering
2024-05-01Add build instructions to README.mdxengineering
2024-05-01Make build-time version information mandatoryxengineering
2024-05-01Add --config flagxengineering
2024-05-01Do not remove storage folderxengineering
2024-05-01Use default storage path instead of temp dirxengineering
2024-05-01Use default config for HTTP addressxengineering
2024-05-01Implement parsing of embedded default configxengineering