summaryrefslogtreecommitdiff
path: root/app/controllers/sparkles/controller_test.go
AgeCommit message (Expand)Author
2025-07-30refactor: extract a separate repository to publish eventsmo khan
2025-07-24refactor: remove NewSparkle functionmo khan
2025-07-24test: Validate Entity ObjectReferencemo khan
2025-07-24feat: publish an event after a new sparkle is saved to the databasemo khan
2025-07-23refactor: remove create permission checkmo khan
2025-07-23feat: authorize requests to create sparklesmo khan
2025-07-23refactor: inject permission service into sparkle controllermo khan
2025-06-13test: add test to reproduce the double header write issuemo khan
2025-05-28refactor: always provide a user in the request contextmo khan
2025-05-07refactor: provide context to repository to apply timeoutmo khan
2025-05-07refactor: move test server to oidc packagemo khan
2025-04-25refactor: move key pacakge to cfgmo khan
2025-04-25refactor: move db and mountable to appmo khan
2025-04-25refactor: move domain package into appmo khan
2025-04-25feat: record the author of the new sparklemo khan
2025-04-22feat: add tiny vue.js app to list and add new sparklesmo khan
2025-04-21refactor: convert Repository to Repository[T Entity]mo khan
2025-04-14test: refactor tests to include routingmo khan
2025-04-14fix: update go mod namespacemo khan
2025-04-12refactor: extract mountable interface to allow controllers to mount themselve...mo khan