index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
sparkles
/
controller.go
Age
Commit message (
Collapse
)
Author
2025-07-31
Connect to postgresql
mo khan
2025-07-23
refactor: remove create permission check
mo khan
2025-07-23
feat: authorize requests to create sparkles
mo khan
2025-07-23
refactor: inject permission service into sparkle controller
mo khan
2025-07-23
refactor: Update RequirePermission middleware to connect to spicedb ↵
mo khan
CheckPermission API
2025-06-13
fix: do not write the header twice
mo khan
2025-05-24
fix: disable require permission middleware
mo khan
2025-05-24
feat: connect rpc client to inversion of control container
mo khan
2025-05-24
refactor: decorate handler with access check middleware
mo khan
2025-05-07
refactor: provide context to repository to apply timeout
mo khan
2025-05-07
refactor: extract helper to log errors consistently
mo khan
2025-04-28
feat: add a temporary endpoint to restore sparkles
mo khan
2025-04-28
refactor: remove unused template and action
mo khan
2025-04-28
feat: use htmx to render partials
mo khan
2025-04-28
fix: render 404 when not logged in
mo khan
2025-04-25
refactor: move db and mountable to app
mo khan
2025-04-25
refactor: move domain package into app
mo khan
2025-04-25
refactor: move Repository interface to domain
mo khan
2025-04-25
feat: record the author of the new sparkle
mo khan
2025-04-22
feat: add tiny vue.js app to list and add new sparkles
mo khan
2025-04-21
refactor: convert Repository to Repository[T Entity]
mo khan
2025-04-14
fix: update go mod namespace
mo khan
2025-04-12
refactor: extract mountable interface to allow controllers to mount ↵
mo khan
themselves into the mux
2025-04-11
refactor: split routes to separate controller files
mo khan