summaryrefslogtreecommitdiff
path: root/vendor/modules.txt
AgeCommit message (Collapse)Author
2025-08-14Fix 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-01chore: update modulesmo khan
2025-08-01Load SpiceDB schema into pgmo 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-31Connect to postgresqlmo khan
2025-07-30refactor: add ctor option to add repository publishingmo khan
2025-07-28chore: update modulesmo khan
2025-07-25chore: upgrade minit to include process restartsmo khan
2025-07-24refactor: extract job to process relationship updates in backgroundmo khan
2025-07-24feat: publish an event after a new sparkle is saved to the databasemo khan
2025-07-24chore: remove cockroach dbmo khan
2025-07-23chore: update vendored modulesmo khan
2025-07-22feat: connect to spicedbmo khan
2025-07-21chore: use minit to start processes from Procfilemo khan
2025-07-11chore: update modulesmo khan
2025-07-04chore: update modulesmo khan
2025-06-11chore: update packagesmo khan
2025-06-11chore: update packagesmo khan
2025-06-02chore: update modulesmo khan
2025-05-28chore: update modulesmo khan
2025-05-23feat: delegate to the remote authzd to check if the permission is grantedmo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo 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-23chore: update packagesmo khan
2025-05-23chore: upgrade to go 1.24.3mo khan
2025-05-15chore: update golang-set modulemo khan
2025-05-14test: use playwright to test out an OIDC loginmo khan
2025-05-12test: remove UI testsmo khan
2025-05-11chore: update go modulesmo khan
2025-05-11chore: refresh go mod vendor cachemo khan
2025-05-11chore: vendor go dependenciesmo khan