No description
Find a file
2026-01-29 15:22:51 -05:00
.vscode feat(app): implement task creation with database persistence and user assignment 2026-01-08 23:06:48 -05:00
cmd/brownie feat(config): add yaml configuration file support 2026-01-27 14:21:32 -05:00
config Update conf 2026-01-29 13:08:16 -05:00
db refactor(core): overhaul task scheduling logic and dashboard interface 2026-01-27 04:07:02 -05:00
internal fix(cron): handle invalid dates in month-day calculation 2026-01-29 15:15:11 -05:00
scripts build(release): add goreleaser and alpine packaging 2026-01-29 13:26:42 -05:00
web refactor(core): overhaul task scheduling logic and dashboard interface 2026-01-27 04:07:02 -05:00
.gitignore feat(auth): implement OIDC authentication and core application structure 2026-01-05 05:50:28 -05:00
.golangci.yml refactor(ui): move OrderedMap to unixtime package and enhance time groupings 2026-01-24 19:19:10 -05:00
.goreleaser.yaml build(release): add gitea_urls configuration 2026-01-29 15:22:51 -05:00
.sql-formatter.json Add SQL formatter and sqlc configuration 2026-01-05 00:31:30 -05:00
app.go refactor(core): overhaul task scheduling logic and dashboard interface 2026-01-27 04:07:02 -05:00
docker-compose.yml feat(auth): implement OIDC authentication and core application structure 2026-01-05 05:50:28 -05:00
Dockerfile feat(auth): implement OIDC authentication and core application structure 2026-01-05 05:50:28 -05:00
go.mod feat(config): add yaml configuration file support 2026-01-27 14:21:32 -05:00
go.sum feat(config): add yaml configuration file support 2026-01-27 14:21:32 -05:00
LICENSE Initial commit 2026-01-05 05:28:24 +00:00
README.md Initial commit 2026-01-05 05:28:24 +00:00
sqlc.yaml feat(db): implement prepared query caching and SQL documentation 2026-01-16 18:03:43 -05:00
start.go refactor(ui): move OrderedMap to unixtime package and enhance time groupings 2026-01-24 19:19:10 -05:00

brownie