index
:
gitlab/sparkled.git
main
sts
GitLab CI/CD utilities
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-15
feat: create session cookie tied to access token
mo khan
2025-04-15
feat: store tokens in sessio cookie
mo khan
2025-04-15
feat: store tokens in a session cookie
mo khan
2025-04-15
chore: specify a default BIND_ADDR of :8080
mo khan
2025-04-14
feat: exchange an authorization code grant for an access and id token
mo khan
2025-04-14
chore: load env vars from .env files
mo khan
2025-04-14
refactor: remove usage of Each
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
refactor: do not explicitly set the 301 status code
mo khan
2025-04-14
feat: connect the sessions controller to oidc provider
mo khan
2025-04-14
fix: add audience parameter
mo khan
2025-04-14
fix: add audience parameter
mo khan
2025-04-14
test: add target audience for oidc transaction
mo khan
2025-04-14
feat: start to build a session controller to interact with an oidc provider
mo khan
2025-04-14
test: refactor tests to include routing
mo khan
2025-04-14
test: rename test.go to http.go
mo khan
2025-04-14
chore: merge variables sections
mo khan
2025-04-14
test: add an integration test and run in CI
mo khan
2025-04-14
chore: update docker image to bind to port 80 by default
mo khan
2025-04-14
chore: bind to port 8080 by default
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
2025-04-12
feat: wire up dependencies in inversion of control container
mo khan
2025-04-11
refactor: split routes to separate controller files
mo khan
2025-04-11
test: move sparkles route tests to a separate file
mo khan
2025-04-11
refactor: extract test helpers
mo khan
2025-04-11
feat: Add boilerplat for homepage
mo khan
2025-04-11
chore: add product_category
mo khan
2025-04-11
chore: re-organize .gitlab-ci.yml
mo khan
2025-04-11
chore: add runway deployment config
mo khan
2025-04-11
chore: decouple gitlab ci from make
mo khan
2025-04-11
refactor: use content-type negotiation based on accept header
mo khan
2025-04-11
chore: decouple gitlab ci from make
mo khan
2025-04-11
docs: update README instructions to use make
mo khan
2025-04-11
chore: build scratch image with make
mo khan
2025-04-11
chore: use docker 28
mo khan
2025-04-11
chore: print build tag
mo khan
2025-04-11
chore: remove blank build job
mo khan
2025-04-11
chore: build sparkled in docker
mo khan
2025-04-11
chore: add runway configuration
mo khan
2025-04-11
chore: add runway configuration
mo khan
2025-04-11
feat: add health check endpoint
mo khan
2025-04-11
chore: add a minimal test build
mo khan
2025-04-11
docs: add a screenshot of what it could look like
mo khan
2025-04-11
docs: improve the README
mo khan
2025-04-11
chore: serve static files
mo khan
2025-04-10
feat: add a single API endpoint to return a list of sparkles
mo khan
2025-04-10
initial commit
mo khan