Age | Commit message (Expand) | Author |
2024-05-08 | Add 'tests' target to Makefile | xengineering |
2024-05-08 | Fix unit tests | xengineering |
2024-05-08 | Rename gitDescribe to version | xengineering |
2024-05-07 | Introduce await() function | xengineering |
2024-05-07 | view: Use init() function to parse templates | xengineering |
2024-05-07 | model: Init database with database path | xengineering |
2024-05-07 | Move HTTP server code to new server.go file | xengineering |
2024-05-06 | model: Do not write version.txt inside storage | xengineering |
2024-05-06 | model: Introduce NewStorage() function | xengineering |
2024-05-04 | Move storage path logging to main() function | xengineering |
2024-05-04 | Add explicit startup / shutdown log messages | xengineering |
2024-05-04 | model: Add storage.Exists() and storage.Create() | xengineering |
2024-05-04 | model: Introduce type Storage | xengineering |
2024-05-04 | Fix build instructions | xengineering |
2024-05-01 | Add usage instructions to README.md | xengineering |
2024-05-01 | Add configuration file to semver API | xengineering |
2024-05-01 | Add build instructions to README.md | xengineering |
2024-05-01 | Make build-time version information mandatory | xengineering |
2024-05-01 | Add --config flag | xengineering |
2024-05-01 | Do not remove storage folder | xengineering |
2024-05-01 | Use default storage path instead of temp dir | xengineering |
2024-05-01 | Use default config for HTTP address | xengineering |
2024-05-01 | Implement parsing of embedded default config | xengineering |
2024-05-01 | Add default_config.json | xengineering |
2024-05-01 | Define public API in README.md | xengineering |
2024-05-01 | model: Add version.txt file to storage folder | xengineering |
2024-05-01 | view: Add /version endpoint | xengineering |
2024-05-01 | Add --version flag | xengineering |
2024-04-30 | Add source version to executable | xengineering |
2024-04-30 | Add Makefile | xengineering |
2024-04-30 | Extend CLI help page by usage instructions | xengineering |
2024-04-30 | Add command line help page | xengineering |
2024-04-07 | model: Add helper function for safe CRUD | xengineering |
2024-04-07 | model: Add model.Object interface | xengineering |
2024-04-06 | model: CRUD methods only for targeted objects | xengineering |
2024-04-06 | model: Always pass *sql.Tx to CRUD methods | xengineering |
2024-04-04 | view: Add recipe step adding | xengineering |
2024-03-24 | view: Add step removal | xengineering |
2024-03-24 | view: Add editing of existing recipe steps | xengineering |
2024-03-24 | view: Add steps to recipe page | xengineering |
2024-03-24 | model: Add recipe steps | xengineering |
2024-03-24 | model: Crash on failed test recipe injection | xengineering |
2024-03-24 | view: Fix position of header tag | xengineering |
2024-03-23 | view: Do not change button color | xengineering |
2024-03-12 | model: Remove .Touch() method | xengineering |
2024-03-10 | view: Remove nested anchor and button elements | xengineering |
2024-03-06 | view: Rework /recipe page layout | xengineering |
2024-03-06 | view: Display multiline notes correctly | xengineering |
2024-03-06 | view: Use textarea for recipe notes | xengineering |
2024-03-06 | view: Display message in case of no recipes | xengineering |