summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-05-01Add default_config.jsonxengineering
2024-05-01Define public API in README.mdxengineering
2024-05-01model: Add version.txt file to storage folderxengineering
2024-05-01view: Add /version endpointxengineering
2024-05-01Add --version flagxengineering
2024-04-30Add source version to executablexengineering
2024-04-30Add Makefilexengineering
2024-04-30Extend CLI help page by usage instructionsxengineering
2024-04-30Add command line help pagexengineering
2024-04-07model: Add helper function for safe CRUDxengineering
2024-04-07model: Add model.Object interfacexengineering
2024-04-06model: CRUD methods only for targeted objectsxengineering
2024-04-06model: Always pass *sql.Tx to CRUD methodsxengineering
2024-04-04view: Add recipe step addingxengineering
2024-03-24view: Add step removalxengineering
2024-03-24view: Add editing of existing recipe stepsxengineering