forked from pelias/config
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(elasticsearch): Default to `_doc` as type name for ES7 support Now that we have dropped support for ES5, we can change the default type name from `doc` to `_doc`. Either setting is compatible with ES6, but only `_doc` is compatible with ES7. Connects pelias/pelias#831 * chore(CI): Remove deprecated `matrix` section Connects pelias/pelias#850 * feat(config): Default `whosonfirst.importPostalcodes` to true These take very little additional space, and are quite useful. We should have enabled this a long time ago. Closes pelias#61 * fix(esclient): default esclient.apiVersion to 7.x * feat: remove `imports.whosonfirst.importVenues` * feat(Node.js): Drop support for Node.js 8 Node.js 8 is no longer supported as it reached [end of life](https://github.com/nodejs/Release#release-schedule) at the end of 2019. Connects pelias/pelias#837 * feat: Enable Postal Cities by default For quite a while now we've had a solution to the "Postal Cities problem" (pelias/pelias#396), but it was disabled by default. Enough time has passed that it should probably be enabled. Closes pelias/pelias#396 * fix(get): support for lodash get defaultValue * removed auth * fix syntax Co-authored-by: Julian Simioni <[email protected]> Co-authored-by: Julian Simioni <[email protected]> Co-authored-by: missinglink <[email protected]> Co-authored-by: Joxit <[email protected]>
- Loading branch information
1 parent
234d6c5
commit 9a134a6
Showing
6 changed files
with
33 additions
and
26 deletions.
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
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