-
Notifications
You must be signed in to change notification settings - Fork 3
Searchable json integration tests #284
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d474876
test(protect): add searchableJson PostgreSQL database integration tests
tobyhede b5170f8
test(protect): address code review feedback for searchableJson integr…
tobyhede c1f59be
fix(protect): remove double-wrapping of encrypted data in searchableJ…
tobyhede 067700d
test(protect): strengthen searchableJson PG integration test assertions
tobyhede 8dbd088
fix(protect): avoid non-deterministic assertions in searchableJson pg…
tobyhede f5d1785
fix(protect): use jsonb_path_query for selector queries in searchable…
tobyhede 2e31638
fix(protect): use batch encryptQuery form for composite-literal retur…
tobyhede 97f1bf7
fix(protect): handle returnType in single-value encryptQuery
tobyhede 0190b02
fix(protect): disable prepared statements for pooled PG connections
tobyhede f5dd914
refactor(protect): extract formatEncryptedResult helper for returnTyp…
tobyhede 071f7a7
test(protect): add single-value encryptQuery returnType unit tests
tobyhede 3d593ff
docs(protect): add inline comment explaining prepare: false
tobyhede f951279
test(protect): add single-value returnType unit tests for searchableJson
tobyhede 2d9d397
test(protect): add escaped-format, LockContext, and concurrent PG int…
tobyhede f25bf53
fix(protect): fix flaky escaped-containment test comparing non-determ…
tobyhede 78fb1e6
test(protect): add decrypt-and-validate to 5 searchableJson PG tests
tobyhede 7d196c6
test(protect): add <@, jsonb_path_query_first, jsonb_path_exists PG i…
tobyhede 78737ba
test(protect): add jsonb_array_elements + jsonb_array_length PG integ…
tobyhede 7a0af24
test(protect): add array containment, round-trip, and top-level array…
tobyhede fde3fc1
refactor(protect): unify SQL alias and parameterization in @> and <@ …
tobyhede 28bb0dc
fix(protect): remove unsupported multi-element containment and top-le…
tobyhede c81a442
test(protect): add containment operand and protocol matrix PG integra…
tobyhede 0d7e05d
test(protect): add -> field access operator PG integration tests
tobyhede 76ba943
test(protect): add = equality comparison discovery PG integration tests
tobyhede 4becfed
test(protect): add protocol backfill Simple variants for PG integrati…
tobyhede c8efe4a
fix(protect): remove unsupported and fix reversed operand PG integrat…
tobyhede 3a70f5c
test(protect): close remaining searchable JSON PG integration test gaps
tobyhede b5fe37f
test(protect): add missing decrypt + row count assertions to searchab…
tobyhede 0755729
test(protect): refactor searchable-json-pg integration tests for comp…
tobyhede 9361fd2
test(protect): fix assertion gaps and complete helper adoption in sea…
tobyhede e0aee15
fix(protect): convert 6 unsupported PG operations to expect errors in…
tobyhede de87e0b
fix(protect): use correct EQL function and selector for array operati…
tobyhede e87c345
fix(protect): use jsonb_path_query_first and SELECT-clause pattern fo…
tobyhede 67bbc72
fix(protect): use [@] selector notation for array operation tests
tobyhede 5e032e5
refactor: remove unused variable
auxesis 0b7931e
refactor: removed unused import
auxesis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.