summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-12chore: rename ZED_ env vars to SPICEDB_HEADmainmo khan
2025-09-11test: run spicedb migrate for integration testsmo khan
2025-09-11chore: fix typo in Makefile migrate targetmo khan
2025-09-11chore: remove DEV_ONLY strippingmo khan
2025-09-11test: provide absolute path to Procfile.testmo khan
2025-09-10chore: split the Procfile for each environmentmo khan
2025-09-10chore: update LOG_LEVEL to tracemo khan
2025-08-14Merge branch 'pg-db' into 'main'mo khan
Start a pg container in the integration tests See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!23
2025-08-14chore: update makefile and build scriptsmo khan
2025-08-14Merge branch 'fix-build' into 'main'mo khan
Fix the broken build by running pg as a separate container. See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!24 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-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-06test: timeout container after 5 seconds in testmo khan
2025-08-01chore: do not run migrations through Procfilemo khan
2025-08-01chore: run spicedb migrate in dev onlymo khan
2025-08-01chore: generate Procfile before building imagemo khan
2025-08-01chore: remove Procfilemo khan
2025-08-01chore: update modulesmo khan
2025-08-01Merge branch 'spicedb-postgresql' into 'main'mo khan
Load SpiceDB schema into postgresql See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!22
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-31Merge branch 'sparkle-visibility' into 'main'mo khan
Connect to postgresql See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!21
2025-07-31Connect to postgresqlmo khan
2025-07-30Merge branch 'secure-repository' into 'main'mo khan
Authorize reading/writing Sparkles using SpiceDB See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!20
2025-07-30refactor: extract Boot() function to kickstart background job queue APImo khan
2025-07-30fix: return a global id for an anonymous usermo khan
2025-07-30refactor: rename repository typesmo khan
2025-07-30refactor: add ctor option to add repository publishingmo khan
2025-07-30refactor: extract a separate repository to publish eventsmo khan
2025-07-28chore: remove claude filemo khan
2025-07-28chore: update modulesmo khan
2025-07-28test: fix integration testmo khan
2025-07-28chore: fix typo in startup logsmo khan
2025-07-28feat: add a secure repository that authorizes access to each entitymo khan
2025-07-25fix: do not close the client after exiting from init()mo khan
2025-07-25chore: do not start another instance of go tool because signals are not ↵mo khan
forwarded to minit properly
2025-07-25refactor: extract init to load ioc container with dependenciesmo khan
2025-07-25chore: release authzed client on shutdownmo khan
2025-07-25chore: upgrade minit to include process restartsmo khan
2025-07-25chore: upgrade to golang 1.24.5mo khan
2025-07-25chore: start spicedb firstmo khan
2025-07-25test: add missing env vars to end-to-end testsmo khan
2025-07-25chore: extract LOG_LEVEL env var to tune loggingmo khan
2025-07-25chore: add placeholder ZED_ env vars to staging and prodmo khan
2025-07-24Merge branch 'the-spice-must-flow' into 'main'mo khan
Add SpiceDB Authorization See merge request gitlab-org/software-supply-chain-security/authorization/sparkled!19
2025-07-24chore: install yamlfmt because go tool is not workingmo khan
2025-07-24chore: use -lint instead of --lintmo khan
2025-07-24refactor: extract job to process relationship updates in backgroundmo khan
2025-07-24chore: use go tool to run yamlfmt in CImo khan
2025-07-24chore: use go tool to manage zed in CImo khan
2025-07-24chore: print version of zedmo khan
2025-07-24refactor: delegate to GlobalID to provide object referencesmo khan