index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
go.sum
Age
Commit message (
Expand
)
Author
2025-08-14
Fix the broken build by running pg as a separate container.
mo khan
2025-08-01
chore: update modules
mo khan
2025-08-01
Load SpiceDB schema into pg
mo khan
2025-07-31
Connect to postgresql
mo khan
2025-07-30
refactor: add ctor option to add repository publishing
mo khan
2025-07-28
chore: update modules
mo khan
2025-07-25
chore: upgrade minit to include process restarts
mo khan
2025-07-24
refactor: extract job to process relationship updates in background
mo khan
2025-07-24
chore: remove cockroach db
mo khan
2025-07-23
chore: update vendored modules
mo khan
2025-07-22
feat: connect to spicedb
mo khan
2025-07-21
chore: use minit to start processes from Procfile
mo khan
2025-07-11
chore: update modules
mo khan
2025-07-04
chore: update modules
mo khan
2025-06-11
chore: update packages
mo khan
2025-06-11
chore: update packages
mo khan
2025-06-02
chore: update modules
mo khan
2025-05-28
chore: update modules
mo khan
2025-05-23
feat: delegate to the remote authzd to check if the permission is granted
mo khan
2025-05-23
feat: add external authorization service (authzd) with JWT authentication
mo khan
2025-05-23
chore: update packages
mo khan
2025-05-23
chore: upgrade to go 1.24.3
mo khan
2025-05-15
chore: update golang-set module
mo khan
2025-05-14
test: use playwright to test out an OIDC login
mo khan
2025-05-12
test: remove UI tests
mo khan
2025-05-11
test: test envoy and sparkle via testcontainers
mo khan
2025-05-08
chore: install yaml formatter
mo khan
2025-05-08
chore: make tidy
mo khan
2025-05-07
feat: digitally sign and verify cookie using randomly generated key
mo khan
2025-05-07
refactor: delegate to cookie package
mo khan
2025-04-30
refactor: delegate to x package
mo khan
2025-04-28
chore: update dependencies
mo khan
2025-04-28
feat: use htmx to render partials
mo khan
2025-04-28
chore: update packages
mo khan
2025-04-22
feat: add tiny vue.js app to list and add new sparkles
mo khan
2025-04-21
feat: attach current user if they are in the db
mo khan
2025-04-17
refactor: use mockoidc to test out id token verification
mo khan
2025-04-17
chore: update x packages
mo khan
2025-04-16
refactor: verify the id token on every request
mo khan
2025-04-16
feat: create middleware to parse id token from session cookie
mo khan
2025-04-16
feat: render an html page when a user is logged in
mo khan
2025-04-14
chore: load env vars from .env files
mo khan
2025-04-14
feat: connect the sessions controller to oidc provider
mo khan
2025-04-14
feat: start to build a session controller to interact with an oidc provider
mo khan
2025-04-14
test: add an integration test and run in CI
mo khan
2025-04-12
feat: wire up dependencies in inversion of control container
mo khan
2025-04-10
feat: add a single API endpoint to return a list of sparkles
mo khan