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
/
init.go
Age
Commit message (
Expand
)
Author
2025-09-12
chore: rename ZED_ env vars to SPICEDB_
HEAD
main
mo khan
2025-07-31
Connect to postgresql
mo khan
2025-07-30
refactor: extract Boot() function to kickstart background job queue API
mo khan
2025-07-30
refactor: rename repository types
mo khan
2025-07-30
refactor: add ctor option to add repository publishing
mo khan
2025-07-30
refactor: extract a separate repository to publish events
mo khan
2025-07-25
fix: do not close the client after exiting from init()
mo khan
2025-07-25
chore: release authzed client on shutdown
mo khan
2025-07-24
refactor: extract job to process relationship updates in background
mo khan
2025-07-24
refactor: delegate to GlobalID to provide object references
mo khan
2025-07-24
fix: add some hard-coded fixes to get relationships written to the database
mo khan
2025-07-24
refactor: use username as id for demo
mo khan
2025-07-24
chore: add event aggregator to IoC
mo khan
2025-07-24
feat: publish an event after a new sparkle is saved to the database
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 CheckPerm...
mo khan
2025-05-28
refactor: delete jwt verification code
mo khan
2025-05-24
chore: log x-request-id in sparkle and authzd
mo khan
2025-05-24
fix: register oidc provider once
mo khan
2025-05-24
feat: connect rpc client to inversion of control container
mo khan
2025-05-23
feat: add external authorization service (authzd) with JWT authentication
mo khan
2025-05-15
chore: allow envoy to handle health checks
mo khan
2025-05-15
feat: remove oauth config and client secret from sparkle
mo khan
2025-05-15
refactor: decouple from oauth config
mo khan
2025-05-15
refactor: remove unused environment variables
mo khan
2025-05-15
refactor: move NewOIDCProvider to web package
mo khan
2025-05-15
refactor: remove oidc.OpenID struct
mo khan
2025-05-15
refactor: provide oauth config to oidc.New
mo khan
2025-05-15
chore: register oauth2 config in inversion of control container
mo khan
2025-05-15
refactor: delete code that is now handled by envoy
mo khan
2025-05-14
refactor: remove unnecessary params from ctor
mo khan
2025-05-14
feat: provider a fallback provider that defaults to hard-coded paths
mo khan
2025-05-14
test: exit if discovery endpoint is not reachable
mo khan
2025-05-07
refactor: extract helper to log errors consistently
mo khan
2025-04-28
chore: override the default http client to log all outbound requests
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-21
feat: connect the current user middleware
mo khan
2025-04-21
refactor: convert Repository to Repository[T Entity]
mo khan
2025-04-17
refactor: use mockoidc to test out id token verification
mo khan
2025-04-16
feat: create middleware to parse id token from session cookie
mo khan
2025-04-15
feat: connect a blank dashboard controller
mo khan
2025-04-15
feat: create session cookie tied to access token
mo khan
2025-04-14
test: add placeholder for missing tests
mo khan
2025-04-14
feat: connect the sessions controller into the app
mo khan
2025-04-14
fix: update go mod namespace
mo khan
2025-04-12
refactor: extract mountable interface to allow controllers to mount themselve...
mo khan