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
Age
Commit message (
Expand
)
Author
2024-05-12
view: Add ingredient overview to recipe read page
xengineering
2024-05-12
view: Show ingredients on read page
xengineering
2024-05-12
model: Add per-step ingredients
xengineering
2024-05-12
view: Use HTML template to add recipe steps
xengineering
2024-05-12
view: Create new html/recipe-step.html
xengineering
2024-05-12
view: Move all JS code to static/ceres.js
xengineering
2024-05-12
view: Remove global JS code in recipe-edit.html
xengineering
2024-05-12
Move config path from config to flags struct
xengineering
2024-05-12
Group flag variables in struct
xengineering
2024-05-11
view: Add unit test for index handler
xengineering
2024-05-09
Inject examples only with new --example flag
xengineering
2024-05-09
model: Fix unit tests
xengineering
2024-05-09
model: Rename version to execVersion
xengineering
2024-05-09
Add version to log output
xengineering
2024-05-09
model: Require same version for executable and DB
xengineering
2024-05-09
model: Migrate only in empty databases
xengineering
2024-05-09
model: Initial database version injection
xengineering
2024-05-09
model: Detect if database is empty
xengineering
2024-05-09
model: Wrap migration completely in transaction
xengineering
2024-05-09
view: Fix cancel button on recipe create
xengineering
2024-05-09
view: Replace HTML form labels by placeholders
xengineering
2024-05-09
Remove default recipe name
xengineering
2024-05-09
view: Enforce recipe titles
xengineering
2024-05-09
model: Enforce recipe titles
xengineering
2024-05-09
model: Use defer for tx.Rollback()
xengineering
2024-05-09
Restructure database-related functions
xengineering
2024-05-08
Introduce model.Transaction()
xengineering
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
[prev]
[next]