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

feat(es8): support elasticsearch v8 #546

Merged
merged 1 commit into from
Mar 13, 2024
Merged

feat(es8): support elasticsearch v8 #546

merged 1 commit into from
Mar 13, 2024

Conversation

missinglink
Copy link
Member

@missinglink missinglink commented Mar 13, 2024

this PR modifies the importer such that it works for both elasticsearch v7 & v8
in order to support v8 this PR drops support for v6.

resolves #521

@@ -2,4 +2,12 @@

set -euo pipefail

# ignore any user configuration in tests
Copy link
Member Author

@missinglink missinglink Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was actually unrelated but it was something which had been annoying me for some time, prior to this change having imports.whosonfirst.importPostalcodes=false in your local ~/pelias.json would cause the test suite to fail 🤦‍♂️

@missinglink missinglink merged commit 47ba170 into master Mar 13, 2024
7 checks passed
@missinglink missinglink deleted the elasticsearch_v8 branch March 13, 2024 14:30
@missinglink
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unit tests dependant on default pelias.json values
1 participant