-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/query api #46
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
Draft
coderdan
wants to merge
35
commits into
main
Choose a base branch
from
feat/query-api
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Feat/query api #46
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
5111819
feat: add encrypt query functionality and update dependencies
coderdan e95452c
feat: update cipherstash-client and add query term types
coderdan 91d8729
chore: set git-fetch-with-cli to true
coderdan 1c3d24a
feat: Update dependencies and refactor encryption handling
coderdan baf4cfc
refactor: added encryptQuery, update existing query tests
coderdan f43c8f1
wip: JSON query support
coderdan 5c4d615
feat: refactor types and context handling in encryption and decryptio…
coderdan cb6d0c2
feat: enhance query handling with new operators and improve test cove…
coderdan 6ee7e47
feat: add git fetch configuration and update cipherstash-client to us…
coderdan b22684f
feat: update query handling to support JSON operators and refactor re…
coderdan e5f6269
v0.18.0-0
invalid-email-address 30d612a
chore: use github cipherstash-client
calvinbrewer 0c92bcc
v0.18.0-1
invalid-email-address 4d64847
fix(ci): add temp build creds
calvinbrewer 5e5327d
Merge branch 'feat/query-api' of https://github.com/cipherstash/jseql…
calvinbrewer f9fbcd7
v0.18.0-2
invalid-email-address 8e1511a
fix(ci): load key
calvinbrewer de56405
Merge branch 'feat/query-api' of https://github.com/cipherstash/jseql…
calvinbrewer 575fbb9
v0.18.0-3
invalid-email-address 8b396b0
fix(ci): load key
calvinbrewer d598a75
v0.18.0-4
invalid-email-address 5bd7175
fix(ci): use ssh agent step
calvinbrewer 0d87274
Merge branch 'feat/query-api' of https://github.com/cipherstash/jseql…
calvinbrewer d134d39
v0.18.0-5
invalid-email-address 24d7719
fix(ci): pass secrets to build
calvinbrewer 1f3e710
Merge branch 'feat/query-api' of https://github.com/cipherstash/jseql…
calvinbrewer 4ce19b0
v0.18.0-6
invalid-email-address cc62d49
fix(ci): known hosts
calvinbrewer dbc38a1
Merge branch 'feat/query-api' of https://github.com/cipherstash/jseql…
calvinbrewer bff02e9
v0.18.0-7
invalid-email-address 2369861
fix(ci): windows git config
calvinbrewer d7e8231
v0.18.0-8
invalid-email-address 7f9f105
feat(ci): publish next tag if pre release
calvinbrewer 1f1e4f4
v0.18.0-9
invalid-email-address 34379ec
fix(query): rename OreLeft to OreFull for consistency in Query enum
coderdan 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [net] | ||
| git-fetch-with-cli = true |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the intent to revert the
SSHchanges before merging? Ideally we'd avoid using unpublished versions ofcipherstash-clientand don't need to support private GitHub dependencies.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like CI isn't running against this PR because the test workflow file is invalid (missing a secret): https://github.com/cipherstash/protectjs-ffi/actions/runs/18696048330.