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

fix(policy): make MatchSubjectMappings operator agnostic #1658

Merged
merged 28 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b906280
remove operator condition
suchak1 Oct 16, 2024
af489a5
remove value condition
suchak1 Oct 16, 2024
be2e94c
remove duplicate field condition
suchak1 Oct 16, 2024
9b850e7
update db code comments
suchak1 Oct 17, 2024
b4597b0
update proto
suchak1 Oct 17, 2024
2562520
update gen code
suchak1 Oct 17, 2024
b8faf75
change NOT_IN test
suchak1 Oct 17, 2024
bf1035e
don't consider values in multiple test
suchak1 Oct 17, 2024
f2b7beb
add validation to proto
suchak1 Oct 18, 2024
6581f84
remove values from MatchSubjectMappingsRequest
suchak1 Oct 18, 2024
bac4f8f
Revert "remove values from MatchSubjectMappingsRequest"
suchak1 Oct 18, 2024
394e061
add value back to request
suchak1 Oct 18, 2024
cb156ae
make proto-generate
suchak1 Oct 18, 2024
1dd6d34
remove test
suchak1 Oct 19, 2024
cd3a765
remove integration tests, add unit tests
suchak1 Oct 19, 2024
caf0077
convert to sqlc
suchak1 Oct 21, 2024
881ba07
clean up
suchak1 Oct 21, 2024
e01820f
remove unused select fx
suchak1 Oct 21, 2024
4723a71
rewrite unused hydrate fxs
suchak1 Oct 21, 2024
c58881e
delete hydrate fxs - type issues
suchak1 Oct 21, 2024
93c22c6
delete constructMetadata fx
suchak1 Oct 21, 2024
24870d4
Merge branch 'main' into feature/matchsubjectmappings
suchak1 Oct 21, 2024
b7c4788
fix(policy): fix MatchSubjectMappings e2e functionality (#1692)
jakedoublev Oct 29, 2024
21d7610
chore(policy): DSP-241 clean up db table code (#1682)
suchak1 Oct 29, 2024
f64e0cd
Merge branch 'main' into feature/matchsubjectmappings
jakedoublev Nov 4, 2024
394052a
chore(policy): address merge conflict in proto gencode (#1711)
jakedoublev Nov 4, 2024
8516522
re-trigger CI
jakedoublev Nov 4, 2024
4b17a70
Merge branch 'main' into feature/matchsubjectmappings
jakedoublev Nov 4, 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
6 changes: 3 additions & 3 deletions docs/grpc/index.html

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

1 change: 0 additions & 1 deletion docs/openapi/policy/attributes/attributes.swagger.json

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

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

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

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

1 change: 0 additions & 1 deletion docs/openapi/policy/unsafe/unsafe.swagger.json

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

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

Loading
Loading