summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-01Merge branch 'spicedb-postgresql' into 'main'mo khan
2025-08-01Load SpiceDB schema into pgmo khan
2025-07-31Merge branch 'sparkle-visibility' into 'main'mo khan
2025-07-31Connect to postgresqlmo khan
2025-07-30Merge branch 'secure-repository' into 'main'mo khan
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 forwa...mo khan
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
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
2025-07-24feat: create a GlobalID typemo khan
2025-07-24refactor: remove NewSparkle functionmo khan
2025-07-24refactor: rename entitymo khan
2025-07-24refactor: extract defaultEntity typemo khan
2025-07-24test: Validate Entity ObjectReferencemo khan
2025-07-24fix: add some hard-coded fixes to get relationships written to the databasemo khan
2025-07-24refactor: use username as id for demomo khan
2025-07-24chore: add event aggregator to IoCmo 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-24refactor: move function to spice.gomo khan
2025-07-24chore: fix spelling of cockroachmo khan
2025-07-24chore: configure cockroachmo khan
2025-07-24chore: start cockroach db in Procfilemo khan
2025-07-24chore: install cockroachdbmo khan
2025-07-23refactor: remove create permission checkmo khan
2025-07-23chore: extract test-schema targetmo khan