Age | Commit message (Expand) | Author |
2024-09-11 | Apply go fmt to all source files | xengineering |
2024-05-12 | Move config path from config to flags struct | xengineering |
2024-05-12 | Group flag variables in struct | xengineering |
2024-05-09 | Inject examples only with new --example flag | xengineering |
2024-05-09 | Add version to log output | xengineering |
2024-05-09 | model: Initial database version injection | xengineering |
2024-05-09 | Restructure database-related functions | 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-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 | 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 command line help page | xengineering |
2024-03-04 | model: Create test data with Go instead of SQL | xengineering |
2024-03-03 | controller: Provide recipe create via HTTP | xengineering |
2024-03-03 | Add ID to URL in recipe updates | xengineering |
2024-03-03 | view: Add 'Read' suffix to function names | xengineering |
2024-03-03 | controller: Provide recipe deletion via HTTP | xengineering |
2024-03-03 | view: Send forms as JSON with JavaScript | xengineering |
2024-03-03 | controller: Update recipe based on JSON | xengineering |
2024-02-15 | view: Add HTTP 204 handler for /favicon.ico | xengineering |
2024-02-15 | view: Add index handler | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipe | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipes | xengineering |
2023-12-27 | Provide CSS via HTTP server | xengineering |
2023-12-27 | Add HTTP server without handlers | xengineering |
2023-12-27 | Shutdown only on OS signal | xengineering |
2023-12-27 | model: Implement database connection | xengineering |
2023-12-27 | model: Implement temporary storage directory | xengineering |
2023-09-17 | Remove complete implementation | xengineering |
2023-04-13 | Automate /var/lib/ceres creation | xengineering |
2023-04-02 | Switch from MariaDB to files | xengineering |
2023-02-12 | Centralize templating | xengineering |
2023-02-11 | Apply go fmt *.go | xengineering |
2023-02-11 | Move shutdown code to main.go | xengineering |
2023-02-11 | Rework logging | xengineering |