index
:
ceres
0.3.x-to-0.4.y
db-completion
exchange-format
main
Recipe server for your favorite dishes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
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
2023-02-11
Switch to global database pointer
xengineering
2023-02-11
Switch webserver to global config struct
xengineering
2023-02-11
Migrate database to global config struct
xengineering
2023-02-11
Remove obvious comments from main.go
xengineering
2023-02-09
Make config a global struct
xengineering
2023-02-09
Split setupRoutes() and runServer()
xengineering
2023-02-08
Move all sources to package main
xengineering
2022-11-11
Remove systemd related parts
xengineering
2022-11-07
Add existing work
xengineering