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_test.go
Age
Commit message (
Collapse
)
Author
2025-07-30
refactor: extract a separate repository to publish events
mo khan
2025-07-24
refactor: remove NewSparkle function
mo khan
2025-07-24
test: Validate Entity ObjectReference
mo khan
2025-07-24
feat: publish an event after a new sparkle is saved to the database
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-06-13
test: add test to reproduce the double header write issue
mo khan
2025-05-28
refactor: always provide a user in the request context
mo khan
2025-05-07
refactor: provide context to repository to apply timeout
mo khan
2025-05-07
refactor: move test server to oidc package
mo khan
2025-04-25
refactor: move key pacakge to cfg
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
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
test: refactor tests to include routing
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