| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-14 | Fix the broken build by running pg as a separate container. | mo khan | |
| Improve shell scripts and remove /sparkles/restore endpoint - Add error handling and debugging to shell scripts with `set -e` and `DEBUG` flag - Ensure scripts run from project root with `cd "$(dirname "$0")/.."` - Remove `/sparkles/restore` endpoint from public routes and Envoy config - Add Postgres test container support for integration tests - Update CI configuration with newer Runway version and improved test setup - Simplify Makefile by removing redundant commands ------- :robot: Commit message generated by GitLab Duo | |||
| 2025-08-01 | chore: update modules | mo khan | |
| 2025-08-01 | Load SpiceDB schema into pg | mo khan | |
| This change runs the `spicedb datastore migrate` command against the pg database at startup. It's not a performant solution but it allows for iteration and exploration to understand the challenges with hosting spicedb in postgresql. | |||
| 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 | |
| - Add new authzd gRPC service implementing Envoy's external authorization API - Integrate JWT authentication filter in Envoy configuration with claim extraction - Update middleware to support both cookie-based and header-based user authentication - Add comprehensive test coverage for authorization service and server - Configure proper service orchestration with authzd, sparkled, and Envoy - Update build system and Docker configuration for multi-service deployment - Add grpcurl tool for gRPC service debugging and testing This enables fine-grained authorization control through Envoy's ext_authz filter while maintaining backward compatibility with existing cookie-based authentication. | |||
| 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 | |
