-
Notifications
You must be signed in to change notification settings - Fork 5
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
Opensearch Migration #259
Merged
Merged
Opensearch Migration #259
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
6362161
inital pgfts demo
mehallhm a1a37a2
partial agg implimentation
mehallhm bad9cc2
undo pgfts
mehallhm 6dc0e81
add opensearch client
mehallhm e61f9a5
opensearch upgrade
mehallhm b8bbcd4
Merge branch 'master' into opensearch
mehallhm 46d1b42
pin postgres version
mehallhm 2bc895a
Updated gh workflow with opensearch
mehallhm de0ee1a
Remove Elastic SDK
mehallhm 770d2ad
Switch to Opensearch lib err
mehallhm 851d492
Type resolutions
mehallhm b835d26
Discard changes to graphql/resolvers/search.ts
mehallhm 8e43076
Merge branch 'master' into opensearch
mehallhm 889bf06
regenerate lockfile
mehallhm 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 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 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 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 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.
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.
nit: unavoidable cast?
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.
uhhh for now. There is a branch somewhere on this repo where I have been fixing all the type errs (there are like 400+ in the repo). its been a while so I don't remember why but i dont like doing that either so im sure it was necessary