summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
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-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-01model: Add version.txt file to storage folderxengineering
2024-05-01view: Add /version endpointxengineering
2024-05-01Add --version flagxengineering
2024-04-30Add command line help pagexengineering
2024-03-04model: Create test data with Go instead of SQLxengineering
2024-03-03controller: Provide recipe create via HTTPxengineering
2024-03-03Add ID to URL in recipe updatesxengineering
2024-03-03view: Add 'Read' suffix to function namesxengineering
2024-03-03controller: Provide recipe deletion via HTTPxengineering
2024-03-03view: Send forms as JSON with JavaScriptxengineering
2024-03-03controller: Update recipe based on JSONxengineering
2024-02-15view: Add HTTP 204 handler for /favicon.icoxengineering
2024-02-15view: Add index handlerxengineering
2024-02-13view: Implement GET handler for model.Recipexengineering
2024-02-13view: Implement GET handler for model.Recipesxengineering
2023-12-27Provide CSS via HTTP serverxengineering
2023-12-27Add HTTP server without handlersxengineering
2023-12-27Shutdown only on OS signalxengineering
2023-12-27model: Implement database connectionxengineering
2023-12-27model: Implement temporary storage directoryxengineering
2023-09-17Remove complete implementationxengineering
2023-04-13Automate /var/lib/ceres creationxengineering
2023-04-02Switch from MariaDB to filesxengineering
2023-02-12Centralize templatingxengineering
2023-02-11Apply go fmt *.goxengineering
2023-02-11Move shutdown code to main.goxengineering
2023-02-11Rework loggingxengineering
2023-02-11Switch to global database pointerxengineering
2023-02-11Switch webserver to global config structxengineering
2023-02-11Migrate database to global config structxengineering
2023-02-11Remove obvious comments from main.goxengineering
2023-02-09Make config a global structxengineering
2023-02-09Split setupRoutes() and runServer()xengineering
2023-02-08Move all sources to package mainxengineering
2022-11-11Remove systemd related partsxengineering