Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SpiceDB community integration #2538

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
6381c23
Initial commit
tstirrat15 Nov 15, 2024
374f023
Add configuration spec based on cockroach spec
tstirrat15 Nov 15, 2024
0f6b69e
Regen config_models off of spec
tstirrat15 Nov 15, 2024
6f2a378
Regen example config off of spec
tstirrat15 Nov 15, 2024
0f0db17
Add metrics definition file in the style of cockroach and add checks …
tstirrat15 Nov 15, 2024
4ac152f
Copy service checks from cockroach
tstirrat15 Dec 2, 2024
c848aa9
Put spicedb version in hatch.toml
tstirrat15 Dec 2, 2024
069bcdd
Add authzed as an optional dependency
tstirrat15 Dec 2, 2024
0186d70
Add test files
tstirrat15 Dec 2, 2024
c24ff3a
Add a test util file
tstirrat15 Dec 2, 2024
3e93005
Add a docker folder
tstirrat15 Dec 2, 2024
f8d508c
Add a fixtures file
tstirrat15 Dec 2, 2024
6ae324c
Start fleshing out conftest
tstirrat15 Dec 2, 2024
5472127
Add a todo
tstirrat15 Dec 2, 2024
d785a02
Finish fleshing out metrics
tstirrat15 Dec 2, 2024
6773455
Set histogram configuration by default
tstirrat15 Dec 2, 2024
707d172
Run ruff format
tstirrat15 Dec 2, 2024
4dc4a33
Make histogram as distribution on by default
tstirrat15 Dec 2, 2024
54df4c9
Fix reference
tstirrat15 Dec 3, 2024
f4ee182
Fix test error by disabling chekc
tstirrat15 Dec 3, 2024
fd9e314
Re-add deps to keep hatch happy
tstirrat15 Dec 3, 2024
729536f
Fix references
tstirrat15 Dec 3, 2024
c64b4b0
Add get_expected_metrics
tstirrat15 Dec 3, 2024
7e95ded
use get_expected_metrics
tstirrat15 Dec 3, 2024
6803970
Reorganize metrics
tstirrat15 Dec 3, 2024
b8e53a1
Fill out metadata csv
tstirrat15 Dec 4, 2024
c3892e0
Reorganize metrics to provide types
tstirrat15 Dec 4, 2024
d86185c
Fix tag name
tstirrat15 Dec 4, 2024
a596a28
Get unit tests running
tstirrat15 Dec 4, 2024
8cd73f5
Fix port, split up histogram and non-histogram metrics
tstirrat15 Dec 4, 2024
d1bf884
Fix fixture invocation and key
tstirrat15 Dec 4, 2024
f49eed6
Add integration test
tstirrat15 Dec 4, 2024
3d555ab
Add e2e test
tstirrat15 Dec 4, 2024
8418320
Add fleshed-out dockerfile
tstirrat15 Dec 4, 2024
5391196
Sync ci
tstirrat15 Dec 4, 2024
a016e2a
Undo formatting changse
tstirrat15 Dec 4, 2024
82c12b8
Add images to repo
tstirrat15 Dec 4, 2024
0f0d3c9
Add TODO
tstirrat15 Dec 4, 2024
435e8bc
Add codeowner line for spicedb
tstirrat15 Dec 4, 2024
9c13b90
Add starter dashboard
tstirrat15 Dec 4, 2024
038a183
Flesh out spicedb manifest file
tstirrat15 Dec 4, 2024
9cea1e4
Shorten description
tstirrat15 Dec 4, 2024
ea185e7
Fix unit
tstirrat15 Dec 5, 2024
b80596e
Flesh out readme
tstirrat15 Dec 5, 2024
b9e6393
Update spicedb/README.md
tstirrat15 Dec 6, 2024
2ee3c3b
Update spicedb/README.md
tstirrat15 Dec 6, 2024
ac77f8d
Update spicedb/README.md
tstirrat15 Dec 6, 2024
a1cfb59
Update spicedb/README.md
tstirrat15 Dec 6, 2024
3023db1
Update spicedb/README.md
tstirrat15 Dec 6, 2024
ef9ec6b
Format dashboard
tstirrat15 Dec 6, 2024
3718eba
Remove readme
tstirrat15 Dec 6, 2024
da8ae0b
Update spicedb/README.md
tstirrat15 Dec 7, 2024
8cfe890
Update spicedb/CHANGELOG.md
tstirrat15 Dec 7, 2024
8093de5
Use open-source image for thumper
tstirrat15 Dec 12, 2024
d54b74f
Merge branch 'add-spicedb-integration' of github.com:tstirrat15/integ…
tstirrat15 Dec 12, 2024
1867002
Fix merge conflicts
tstirrat15 Dec 12, 2024
7df9e90
Run black
tstirrat15 Dec 18, 2024
8df39f9
Ruff as well
tstirrat15 Dec 18, 2024
c2735ba
Fix import sort
tstirrat15 Dec 18, 2024
31c683b
Add noqa to stop ruff and black from fighting
tstirrat15 Dec 18, 2024
8ba8171
Last one
tstirrat15 Dec 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-add deps to keep hatch happy
tstirrat15 committed Dec 3, 2024
commit fd9e3145ffdb91d20d54c98099ea645ef726ebfd
1 change: 1 addition & 0 deletions spicedb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@ dynamic = [
test = [
"authzed"
]
deps = []

[project.urls]
Source = "https://github.com/DataDog/integrations-extras"