Julian Simioni
5b76c0d649
Merge pull request #1190 from pelias/greenkeeper/pelias-logger-1.2.0
...
fix(package): update pelias-logger to version 1.2.0
6 years ago
greenkeeper[bot]
67a3ab72a9
fix(package): update pelias-logger to version 1.2.0
...
Closes #1189
6 years ago
Julian Simioni
fd003dc76e
Merge pull request #1185 from pelias/move-logging-to-debug
...
Move lots of logging from info to debug
6 years ago
Julian Simioni
800eb8ca03
Move lots of logging from info to debug
...
These are log lines that are not really useful in a production context,
and just create a lot of noise.
6 years ago
Julian Simioni
16760795e9
feat: Merge pull request #1181 from worace/hw/iso-package-migration
...
Migrate to internal iso3166 definitions
6 years ago
Horace Williams
ed0a96cff2
Migrate to internal iso3166 defnitions
...
This is a somewhat roundabout fix to #1179 ,
as a way to deal with the persistent npm ls
and commit hook troubles we were dealing with
due to dependencies of the iso3166 package.
Additionally it should give us a faster
definition of these ISO lookups, since the
existing approaches were implemented using
linear scans through an array rather than
map-based lookups.
6 years ago
Julian Simioni
d466e02c1d
fix: Merge pull request #1174 from pelias/attribution-docs
...
Add `attributionURL` parameter to configuration documentation
6 years ago
Julian Simioni
b9353ef64d
Add `attributionURL` parameter to configuration documentation
...
This should have been added in #1149
6 years ago
Julian Simioni
4b43029ea3
feat: Merge pull request #1180 from worace/hw/cli-entry-point
...
Add executable for pelias api NPM package
6 years ago
Horace Williams
8fea8ac5af
Use pelias-api as executable name
6 years ago
Horace Williams
d541361210
Add executable for pelias NPM package
6 years ago
Julian Simioni
c2ce1cab31
feat: Merge pull request #1178 from worace/hw/remove-quattro
...
Remove Quattroshapes deprecation notice
6 years ago
Julian Simioni
58b98a4aa4
fix: Merge pull request #1175 from Joxit/placeholder-geometricFiltersApply
...
Always apply geometric filter for placeholder
6 years ago
Horace Williams
c7ae37980d
Remove Quattroshapes deprecation notice
...
Fixes #1132
The Quattroshapes source has been deprecated from
some time now, and any users for whom the deprecation
notice was helpful have presumably either upgraded
or moved on by now.
6 years ago
Joxit
cceec0fe31
[Fix] Always apply geometric filter for placeholder
6 years ago
Julian Simioni
6bff132e69
Merge pull request #1171 from pelias/text-trim-whitespace
...
Trim whitespace and quotes before checking text length
6 years ago
Julian Simioni
9a0f182fb2
fix(whitespace): Trim whitespace and quotes before checking text length
...
Previously, our text sanitizer code did not trim whitespace before
checking that the string was non-empty. This lead to strings consisting
only of whitespace being treated as valid. Not all our downstream
services (such as libpostal) accept whitespace-only input, so this
causes a rather harsh error.
This PR builds upon the code in https://github.com/pelias/api/pull/1170
and moves the trimming code above the nonEmptyString check. Now, a
whitespace-only input string produces the normal error for empty input.
Fixes https://github.com/pelias/api/issues/1158
6 years ago
Julian Simioni
435cfd2c4a
Fix linter error
...
This snuck in in https://github.com/pelias/api/pull/1165
6 years ago
Julian Simioni
dd6f360c70
fix: Merge pull request #1165 from tiranno/pelias/pelias#670
...
Fix for Pelias/Pelias#670
6 years ago
Tyler Pedelose
be82c05c92
Moved includes check from lodash to native array in is_request_sources_includes_whosonfirst
6 years ago
Tyler Pedelose
85df33cdaa
Made is_request_sources_undefined more direct
6 years ago
Tyler Pedelose
df3e78ecdd
Uncomment predicate imports
6 years ago
Tyler Pedelose
52a66e1bc0
Added new predicates to aid placeholderGeodisambiguationShouldExecute
6 years ago
Tyler Pedelose
a0893cfb70
Removed extra comments
6 years ago
Tyler Pedelose
68c067ee8c
Fix for Pelias/Pelias#670
6 years ago
Julian Simioni
d139b3e08d
Merge pull request #1170 from pelias/trim_text
...
trim whitespace and quotation marks from a range of natural languages
6 years ago
Peter Johnson
d38d4b1fa8
feat(text_sanitizer): trim whitespace and quotation marks from a range of natural languages
6 years ago
Julian Simioni
8f2f55c9a3
fix: Merge pull request #1162 from pelias/remove_focus_selected_layers
...
Remove focus_selected_layers query view
7 years ago
Julian Simioni
561f07950b
Remove focus_selected_layers query view
...
This query extends the standard focus query view with hardcoded layers
for which the query applies. The intent was to apply the focus scoring
only to non-admin areas, but the list of layers was already out of date,
as it was missing streets.
The query is fundamentally problematic with custom layers as well.
7 years ago
Julian Simioni
713b236a87
Fix Docker image build
7 years ago
Julian Simioni
b16dbea396
Merge pull request #1160 from pelias/build-greenkeeper-branches
...
Build Docker images on Greenkeeper branches
7 years ago
Julian Simioni
dfb36a82c6
Build greenkeeper branches
7 years ago
Julian Simioni
368cde349e
Merge pull request #1159 from pelias/greenkeeper/tap-dot-2.0.0
...
Update tap-dot to the latest version π
7 years ago
greenkeeper[bot]
d7726abb30
chore(package): update tap-dot to version 2.0.0
7 years ago
Julian Simioni
cd394769c3
feat(attribution): Merge pull request #1157 from pelias/attribution-page
...
Update licenses on attribution page
7 years ago
Julian Simioni
b81a7f8d34
Add a link to the OSM Geocoding Guidelines
7 years ago
Julian Simioni
ef85313f09
Attempt to properly describe OA licenses
7 years ago
Julian Simioni
7fe87bcf24
Update WOF license info link
7 years ago
Julian Simioni
4768fd3837
Update Geonames license
...
They use CC-BY-4.0 now
7 years ago
Julian Simioni
64421449a4
Merge pull request #1156 from pelias/carat-ranges
...
Use carat ranges for all Pelias Dependencies
7 years ago
Julian Simioni
369638ee4d
Use carat ranges for all Pelias Dependencies
...
The overhead of having to merge a Greenkeeper PR for every single change to
every single repository (which leads to cascading PRs), is too much.
Connects https://github.com/pelias/pelias/issues/366
7 years ago
Julian Simioni
104b91f60e
Merge pull request #1120 from pelias/greenkeeper/retry-0.12.0
...
Update retry to the latest version π
7 years ago
greenkeeper[bot]
370dda42cc
fix(package): update retry to version 0.12.0
7 years ago
Julian Simioni
c823be20dd
Merge pull request #1141 from pelias/greenkeeper/elasticsearch-15.0.0
...
Update elasticsearch to the latest version π
7 years ago
greenkeeper[bot]
13d0a5b179
fix(package): update elasticsearch to version 15.0.0
7 years ago
Julian Simioni
98ed496cb7
Merge pull request #1154 from pelias/greenkeeper/pelias-logger-0.4.2
...
Update pelias-logger to the latest version π
7 years ago
greenkeeper[bot]
f4cf1411ab
fix(package): update pelias-logger to version 0.4.2
7 years ago
Julian Simioni
1105e472af
Merge pull request #1155 from pelias/greenkeeper/pelias-model-5.5.2
...
fix(package): update pelias-model to version 5.5.2
7 years ago
greenkeeper[bot]
03f5b65e33
fix(package): update pelias-model to version 5.5.2
...
Closes #1116
7 years ago
Julian Simioni
e8896abbf9
Merge pull request #1145 from pelias/greenkeeper/pelias-sorting-1.2.0
...
Update pelias-sorting to the latest version π
7 years ago