Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
145 commits
Select commit Hold shift + click to select a range
02b2b98
initial sql queries and client and test stubs
ryanulit Jul 10, 2025
804651d
fix bugs in sql queries
ryanulit Jul 21, 2025
ad0fc20
add missing group by
ryanulit Jul 21, 2025
db8dcb8
more query updates
ryanulit Jul 21, 2025
256ecf0
Merge branch 'main' into DSPX-1344-obligation-definitions-sql-crud
ryanulit Jul 21, 2025
46d99c8
apply gemini feedback
ryanulit Jul 21, 2025
5167a03
lint fixes
ryanulit Jul 21, 2025
c3920b8
Merge branch 'main' of github.com:opentdf/platform into DSPX-1344-obl…
alkalescent Jul 28, 2025
6663475
updating type signatures
alkalescent Jul 28, 2025
c885126
again
alkalescent Jul 28, 2025
c42246b
create obligation working
alkalescent Jul 28, 2025
63c7430
create by id or fqn
alkalescent Jul 29, 2025
c142cbf
refactor
alkalescent Jul 29, 2025
14ef263
w namespace
alkalescent Jul 30, 2025
f765f4a
revert
alkalescent Jul 30, 2025
b789347
add namespace
alkalescent Jul 30, 2025
c89ed9d
values
alkalescent Jul 30, 2025
2b1f2bc
values sql
alkalescent Jul 30, 2025
379bfd4
w namespace
alkalescent Jul 30, 2025
7b09596
gen sql
alkalescent Jul 30, 2025
aa53db3
seems okay
alkalescent Jul 30, 2025
b0805f6
values actually working
alkalescent Jul 30, 2025
35b55bb
combined query seems to be working
alkalescent Jul 30, 2025
8159f79
still need fqn
alkalescent Jul 30, 2025
c1d17c5
create obligation done
alkalescent Jul 30, 2025
09f143c
clean up
alkalescent Jul 30, 2025
4888f7e
test create obligation failures
alkalescent Jul 31, 2025
aebff06
splitOblFQN
alkalescent Aug 3, 2025
b9bfa75
get obligation
alkalescent Aug 4, 2025
9a199d9
refactor
alkalescent Aug 4, 2025
68398ff
start getobligation tests
alkalescent Aug 4, 2025
88d397f
finish getobligationsucceeds
alkalescent Aug 4, 2025
aaeb137
wrote getobligationfails test incorrectly
alkalescent Aug 4, 2025
04a0181
closer
alkalescent Aug 4, 2025
4dedbc7
finish getobligation tests
alkalescent Aug 5, 2025
87e3ea9
improve test
alkalescent Aug 5, 2025
2ab7482
listobligations impl
alkalescent Aug 5, 2025
50c5071
start listobl tests
alkalescent Aug 5, 2025
d06bd47
improve listoblsucceeds test
alkalescent Aug 5, 2025
1e8ad37
more
alkalescent Aug 5, 2025
e830d97
add listoblfails test
alkalescent Aug 5, 2025
44f0bd8
edit type sig for listobls
alkalescent Aug 5, 2025
00a66e6
start updateobl
alkalescent Aug 5, 2025
3a60b83
updateoblsucceeds test
alkalescent Aug 5, 2025
ba2df64
updateoblfails test
alkalescent Aug 5, 2025
d03ee09
deleteobl and tests
alkalescent Aug 5, 2025
35ae545
make tests independent
alkalescent Aug 5, 2025
6608abc
shorten test
alkalescent Aug 5, 2025
d3b488b
clean up list obl test
alkalescent Aug 5, 2025
e30c46e
test consolidation refactor
alkalescent Aug 5, 2025
11ecfb3
lint tests
alkalescent Aug 6, 2025
b785d07
gofumpt
alkalescent Aug 6, 2025
1289380
Merge branch 'main' of github.com:opentdf/platform into DSPX-1344-obl…
alkalescent Aug 6, 2025
1a36c15
Merge branch 'main' of github.com:opentdf/platform into DSPX-1344-obl…
alkalescent Aug 11, 2025
ed51bd7
update protocol/go
alkalescent Aug 11, 2025
156ad74
defer and move unmarshal fx
alkalescent Aug 13, 2025
869dfed
refactor defer
alkalescent Aug 13, 2025
d2331e0
remove lowercase
alkalescent Aug 13, 2025
1799f2c
fix params types
alkalescent Aug 13, 2025
93b7223
remove groupby n.name
alkalescent Aug 13, 2025
130dacf
remove others groupby n.name
alkalescent Aug 13, 2025
45766ba
sqlc.arg
alkalescent Aug 13, 2025
0f1ca6a
@ syntax
alkalescent Aug 13, 2025
c398ee1
uncomment out service
alkalescent Aug 13, 2025
2cd1c6d
listobls, getobl rpcs
alkalescent Aug 13, 2025
615301e
createobl rpc
alkalescent Aug 13, 2025
9eed91a
delobl rpc
alkalescent Aug 13, 2025
c036988
updateobl rpc
alkalescent Aug 13, 2025
4a1e9af
add GetObligationsByFQNs db fx
alkalescent Aug 13, 2025
bd16dfb
GetObligationsByFQNs sql query
alkalescent Aug 13, 2025
10f5fd4
add tests
alkalescent Aug 13, 2025
9e59835
obl fqn fxs
alkalescent Aug 13, 2025
1fc4a63
fix GetObligationsByFQNs rpc
alkalescent Aug 13, 2025
cea6e43
sdk client
alkalescent Aug 15, 2025
92a72b9
modify codegen
alkalescent Aug 15, 2025
62fa227
codegen refactor complete
alkalescent Aug 15, 2025
7a8a1f3
go mod tidy
alkalescent Aug 15, 2025
232a6e5
add audit to create obligation
alkalescent Aug 15, 2025
554b811
add audit to update obligation
alkalescent Aug 15, 2025
08f252d
add audit to delete obligation
alkalescent Aug 16, 2025
c3a3024
codegen prefix comment
alkalescent Aug 16, 2025
45975c4
make name change optional for UpdateObligation and write new test
alkalescent Aug 17, 2025
b284548
add delete by fqn test
alkalescent Aug 17, 2025
d4d2c42
modify delete query to take id or fqn
alkalescent Aug 17, 2025
d7a5521
fix rest of del obl
alkalescent Aug 17, 2025
e9e9b5f
fix values
alkalescent Aug 18, 2025
a5153c1
fix some metadata time issues
alkalescent Aug 18, 2025
830b03a
update sql query for correct metadata time
alkalescent Aug 18, 2025
547d67f
add comment to clarify assertion
alkalescent Aug 19, 2025
30bd95f
start create obl val
alkalescent Aug 24, 2025
90e8dc0
finish service fx
alkalescent Aug 24, 2025
640681b
sql
alkalescent Aug 24, 2025
6912d39
start test
alkalescent Aug 24, 2025
6ecdacc
finish test
alkalescent Aug 24, 2025
24b0a90
delete obl val service fx
alkalescent Aug 25, 2025
9cd1950
sql
alkalescent Aug 25, 2025
878487b
delete obl val tests
alkalescent Aug 25, 2025
df01caf
defer deletion
alkalescent Aug 25, 2025
0a173b0
fix tests
alkalescent Aug 25, 2025
3ab93b4
clean up
alkalescent Aug 25, 2025
204df4e
clean up complete
alkalescent Aug 25, 2025
7c644b1
get obl service fx
alkalescent Aug 25, 2025
9ae2b2f
add tests
alkalescent Aug 25, 2025
c7bf4f2
claude changes
alkalescent Aug 25, 2025
4b3a83a
Revert "claude changes"
alkalescent Aug 25, 2025
a858c9b
comment out unnecessary code
alkalescent Aug 25, 2025
963592e
everything working except fqn block
alkalescent Aug 25, 2025
854a58c
debug
alkalescent Aug 25, 2025
65c2f25
tests working
alkalescent Aug 25, 2025
2344f87
standardize sql
alkalescent Aug 25, 2025
c130f4b
update obl val fx
alkalescent Aug 25, 2025
4c3fc32
update obl val almost done
alkalescent Aug 26, 2025
39a7d72
fix update obl and update obl val
alkalescent Aug 26, 2025
a4ab689
get oblvals by fqns fx
alkalescent Aug 26, 2025
7b61ce9
sql
alkalescent Aug 26, 2025
2c0a635
add tests
alkalescent Aug 27, 2025
c7fc4a1
rearrange test order
alkalescent Aug 27, 2025
de9491a
create obl val rpc
alkalescent Aug 27, 2025
2886d53
get obl val rpc
alkalescent Aug 27, 2025
8314990
get obl val by fqns rpc
alkalescent Aug 27, 2025
0f6b877
update obl val rpc
alkalescent Aug 27, 2025
fe23b9f
delete obl val rpc
alkalescent Aug 27, 2025
a40e285
Merge branch 'main' of github.com:opentdf/platform into DSPX-1344-obl…
alkalescent Aug 27, 2025
c6e7ffd
add obligation value audit type
alkalescent Aug 27, 2025
3a6184d
update obl val proto
alkalescent Sep 2, 2025
571fb7d
merge conflict
alkalescent Sep 2, 2025
652d33a
make proto-generate
alkalescent Sep 2, 2025
7ee2109
remove obl val from trigger proto
alkalescent Sep 3, 2025
dacff55
make proto-generate
alkalescent Sep 3, 2025
fd36cfb
add obligation value back
c-r33d Sep 3, 2025
51b4f7a
feat(policy): Add obligation triggers.
c-r33d Sep 3, 2025
d33ae1e
fix tests.
c-r33d Sep 3, 2025
83177ee
create query returns trigger obj.
c-r33d Sep 4, 2025
7e9e97d
fix linting.
c-r33d Sep 4, 2025
3d8a764
Merge branch 'main' into DSPX-1346-obligation-triggerts
c-r33d Sep 4, 2025
f582eab
proto generate.
c-r33d Sep 4, 2025
4b27a76
proto generate.
c-r33d Sep 5, 2025
af688bd
proto generate.
c-r33d Sep 5, 2025
d8ac7ed
add identifiers.
c-r33d Sep 5, 2025
57540b8
move identifiers to common.
c-r33d Sep 5, 2025
2de3777
fix logging.
c-r33d Sep 5, 2025
1a085f1
remove complex obligation query.
c-r33d Sep 8, 2025
9d69cf9
Merge branch 'main' into DSPX-1346-obligation-triggerts
c-r33d Sep 8, 2025
2b68fc5
fix go mod and sum.
c-r33d Sep 8, 2025
3f2d12a
add alphanumeric check.
c-r33d Sep 8, 2025
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
88 changes: 79 additions & 9 deletions docs/grpc/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions docs/openapi/common/common.openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 51 additions & 9 deletions docs/openapi/policy/obligations/obligations.openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading