Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pelias/api

HTTP API for Pelias Geocoder
https://github.com/pelias/api

fix(sanitizer): Trim whitespace in addressit queries

This is a followup PR to https://github.com/pelias/api/pull/1171 and
https://github.com/pelias/a...

7e4559fdc22186f5e99d530a3120b6ecb01b546b authored about 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1208 from pelias/greenkeeper/joi-14.0.0

Update joi to the latest version 🚀

a6fc61b4545d78bec7525c35aa7c6bcd4700555d authored about 6 years ago by Julian Simioni <[email protected]>
fix(package): update joi to version 14.0.0

12bc11ad30bf7384f5bd507bef1f93f55c049bb7 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1207 from pelias/handle-out-of-bounds-bbox

Improve invalid bounding box value handling

479a05f01f37e54b05f00faf1ff6d02a5aed2608 authored about 6 years ago by Julian Simioni <[email protected]>
chore(geo_common): assert that a specific exception was thrown

Without checking the message when asserting an exception is thrown, it's
possible for the test t...

40e605452324f8fc5640fb9b7c798a38247cc81e authored about 6 years ago by Julian Simioni <[email protected]>
feat(geo_common): improve boundary.rect error message

In the case where a min lat/lon is larger than a max lat/lon, the error
message was a bit confus...

16667199cdb097b1214613eab1580d00473c7dfc authored about 6 years ago by Julian Simioni <[email protected]>
Move bbox min/max check to its own function

f1afda469d66a36fe1bb74ad23a97c6da99ebe4c authored about 6 years ago by Julian Simioni <[email protected]>
chore(geo_common): refactor bbox min/max validation

1054a634deed622c6d15b4583eb3a19434f287f2 authored about 6 years ago by Julian Simioni <[email protected]>
fix(geo_common): check for invalid bbox where min=max

This condition will cause Elasticsearch to throw an error, we should
catch it outselves first.

...

1553dfb103e098e95d5444b1f97de4b20801aed0 authored about 6 years ago by Julian Simioni <[email protected]>
fix(geo_common): check bbox parameters are within range

If bounding box lat/lon values are outside the correct range,
Elasticsearch throws very alarming...

76bc5c654dd0748d559e9e85d9190771045c8235 authored about 6 years ago by Julian Simioni <[email protected]>
Remove usage of util.format

8a9c31e46e2d19c8502220da1ce0866f4624bbcf authored about 6 years ago by Julian Simioni <[email protected]>
chore(geo_common): only set bbox coords if it validates

3c33b98f8a913880b39389af3a5094d65ad10359 authored about 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1204 from pelias/proxyquire-config

Use default pelias-config values for type mapping tests

75b32123d4e69f9502bccd3d0ce746bc5317a050 authored about 6 years ago by Julian Simioni <[email protected]>
fix(test): Use default pelias-config for type tests

Without this change, a user's own `pelias.json` customizations can cause
the unit tests to fail.

ff5c66a269bd37f32e779e1fde5672f4b099c9cc authored about 6 years ago by Julian Simioni <[email protected]>
Remove unused library

d5a0b9fc8659e8e1d23d9df472d3af91eb029e61 authored about 6 years ago by Julian Simioni <[email protected]>
Whitespace

c9f89fee3d26154a4e021484da28a597d5b369ee authored about 6 years ago by Julian Simioni <[email protected]>
fix(tests): Sanitizer tests should use faked config

Otherwise a user's own pelias.json settings can cause tests to fail

76d88b62b46cf77764544115726d1d0532828403 authored about 6 years ago by Julian Simioni <[email protected]>
feat(labels): Merge pull request #1199 from npatroni/patch-1

Fix label format in Portugal

58e44da18f8be4cf0599fc0a1aa44b3121ee32ac authored about 6 years ago by Julian Simioni <[email protected]>
Parse order on the label field for Portugal

Added PRT to the array on var flipNumberAndStreetCountries

6d7726ae42b7a7b6486d2017ed3b02ba75ae9584 authored about 6 years ago by Nuno Patronilo <[email protected]>
Fix README formatting

47f3f87e72c38a105d478c4a6d6c150c1f3630d6 authored about 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1198 from pelias/service-configuration-docs

feat(docs): Add examples of using service `timeout` and `retry` settings

2dd2f88ea7e25628a7ecc9ef61e212f75e9be22b authored over 6 years ago by Julian Simioni <[email protected]>
feat(docs): Add examples of using service `timeout` and `retry` settings

These examples have been possible from the beginning, but not explicitly
called out in documenta...

192ffc13ddb3fa7dc4afc0cb367e5fe7c8bff30f authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1197 from pelias/libpostal_bugfixes

apply parser bugfix for incorrect parsing of diagonal directionals

8751f1ae65e91bb942ba29ab82851de826c13aa9 authored over 6 years ago by Julian Simioni <[email protected]>
feat(libpostal): patch parser output when confused by directionals

4d9ee0053bfd61fc1da4189b394a716c47acc718 authored over 6 years ago by Peter Johnson <[email protected]>
Merge pull request #1196 from pelias/test-running-script

chore(tests): Update test running script with latest info

bee6fb7f9425cdf6897bf80602ed081767d3c35f authored over 6 years ago by Julian Simioni <[email protected]>
chore(tests): Update test running script with latest info

Use npx instead of calling binaries in node_modules, and link to
relevant issue.

Connects https...

8f159ceda7a25a9445dac8377271089190cbbdd8 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1195 from pelias/remove-old-packages

Remove old packages

1f56ba1edbaae18526a7be0ffd66e703f5af2f77 authored over 6 years ago by Julian Simioni <[email protected]>
feat(deps): remove nsp dev dependency

The NSP service is shutting down, and as far as I know we have not used
this tool frequently at ...

3ad9c342c50403c5cb9956896fc012eb1accb1b5 authored over 6 years ago by Julian Simioni <[email protected]>
feat(deps): Remove uglify devDependency

As I recall, this was only added to mitigate issues with running `npm
ls` and correctly showing ...

e588b92c5ee794fd8808f8817a4c6729bfbe76a5 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1191 from pelias/use-pelias-user

feat(docker): Run API processes using pelias user

1808390e8369ebc0ea9761797a791d8d324a90d7 authored over 6 years ago by Julian Simioni <[email protected]>
feat(docker): Run API processes using pelias user

This is enabled by the work in https://github.com/pelias/baseimage/pull/2 and lets us ensure the...

1753eb5a9cb55e2e8e64c142034a58fceebc81e2 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1187 from pelias/semantic-release-build-stage

Replace semantic-release dependency with TravisCI build stages

66fb60c4d877dcc6cd6480d8fe3294b9fc1d7226 authored over 6 years ago by Julian Simioni <[email protected]>
Update Docker version

This fixes an issue with the version of Alpine we're using:

fe69061c0c9ad39929adeb60938be29808692a41 authored over 6 years ago by Julian Simioni <[email protected]>
Only run semantic-release on production branch

3360640c434879a19c873010ec2e8022288c38e7 authored over 6 years ago by Julian Simioni <[email protected]>
Use docker image build script from ci-tools repo

b5ed14011158937a140fbd40fc3fcd6403ab5298 authored over 6 years ago by Julian Simioni <[email protected]>
Use ci-tools script for semantic-release

2de274954f122b042488b385053f8a37e72e9b89 authored over 6 years ago by Julian Simioni <[email protected]>
feat(release): replace semantic-release dep with Travis build stages

This change moves semantic-release out of dev-dependencies, but keeps
its functionality by calli...

34e3e5fd86f09652e36de0957876ea00ef8a5a7a authored over 6 years ago by Julian Simioni <[email protected]>
feat(findbyid): Add lang query param for placeholder

This will reduce network transfer and speedup requests
Related: https://github.com/pelias/placeh...

7d9e3e29fd49ebdd3aa24d6e6484d7889d352b06 authored over 6 years ago by Joxit <[email protected]>
Merge pull request #1190 from pelias/greenkeeper/pelias-logger-1.2.0

fix(package): update pelias-logger to version 1.2.0

5b76c0d6492c842afe5359403fc99fe687e47e1c authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-logger to version 1.2.0

Closes #1189

67a3ab72a9015c3a172fa846a5565011a3c32b69 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1185 from pelias/move-logging-to-debug

Move lots of logging from info to debug

fd003dc76ef458e1c83a09fd36e27f5ec138019d authored over 6 years ago by Julian Simioni <[email protected]>
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...

800eb8ca0363b3d77793a343ccade9e81ccc37ca authored over 6 years ago by Julian Simioni <[email protected]>
feat: Merge pull request #1181 from worace/hw/iso-package-migration

Migrate to internal iso3166 definitions

16760795e97dcb95bd906deae10642cbf4bb6ff8 authored over 6 years ago by Julian Simioni <[email protected]>
Migrate to internal iso3166 defnitions

This is a somewhat roundabout fix to #1179,
as a way to deal with the persistent npm ls
and comm...

ed0a96cff20ba459f62ef820a380c393306348b3 authored over 6 years ago by Horace Williams <[email protected]>
fix: Merge pull request #1174 from pelias/attribution-docs

Add `attributionURL` parameter to configuration documentation

d466e02c1de8d930d984339212ed26972a860858 authored over 6 years ago by Julian Simioni <[email protected]>
Add `attributionURL` parameter to configuration documentation

This should have been added in #1149

b9353ef64dc05d39b64a432f4a72430c1bdbd2cc authored over 6 years ago by Julian Simioni <[email protected]>
feat: Merge pull request #1180 from worace/hw/cli-entry-point

Add executable for pelias api NPM package

4b43029ea304516edf7007fadae0f85843939da4 authored over 6 years ago by Julian Simioni <[email protected]>
Use pelias-api as executable name

8fea8ac5affcfd585fd1d03caf99b77be103402f authored over 6 years ago by Horace Williams <[email protected]>
Add executable for pelias NPM package

d5413612108a1b81a20137c6e6a7c7165c1c20f5 authored over 6 years ago by Horace Williams <[email protected]>
feat: Merge pull request #1178 from worace/hw/remove-quattro

Remove Quattroshapes deprecation notice

c2ce1cab31b5049ce3607c229e8d66a9649df1be authored over 6 years ago by Julian Simioni <[email protected]>
fix: Merge pull request #1175 from Joxit/placeholder-geometricFiltersApply

Always apply geometric filter for placeholder

58b98a4aa4935408a6f2f7bbe6c6b83b40921593 authored over 6 years ago by Julian Simioni <[email protected]>
Remove Quattroshapes deprecation notice

Fixes #1132

The Quattroshapes source has been deprecated from
some time now, and any users for ...

c7ae37980dc420ce1385ed5c60abf03121b25467 authored over 6 years ago by Horace Williams <[email protected]>
[Fix] Always apply geometric filter for placeholder

cceec0fe313942ac206cccfb63c823fdf7c436c3 authored over 6 years ago by Joxit <[email protected]>
Merge pull request #1171 from pelias/text-trim-whitespace

Trim whitespace and quotes before checking text length

6bff132e695130a3c6998ca8a501575e1d23ae97 authored over 6 years ago by Julian Simioni <[email protected]>
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 ...

9a0f182fb204dae704d10a4067d0041a388989b0 authored over 6 years ago by Julian Simioni <[email protected]>
Fix linter error

This snuck in in https://github.com/pelias/api/pull/1165

435cfd2c4a3fb3b4f9477ec9de4b94cc8a93815a authored over 6 years ago by Julian Simioni <[email protected]>
fix: Merge pull request #1165 from tiranno/pelias/pelias#670

Fix for Pelias/Pelias#670

dd6f360c70feb54772972442d1ce589d8f80c531 authored over 6 years ago by Julian Simioni <[email protected]>
Uncomment predicate imports

df3e78ecdd701a4d69669e31b52a194b0cf19238 authored over 6 years ago by Tyler Pedelose <[email protected]>
Added new predicates to aid placeholderGeodisambiguationShouldExecute

52a66e1bc0e098707906659445bb44dbb0787e0e authored over 6 years ago by Tyler Pedelose <[email protected]>
Made is_request_sources_undefined more direct

85df33cdaa3de42db1faae3b6809b29f2603e326 authored over 6 years ago by Tyler Pedelose <[email protected]>
Removed extra comments

a0893cfb701e75a7b72e60b102efa14968e2c089 authored over 6 years ago by Tyler Pedelose <[email protected]>
Fix for Pelias/Pelias#670

68c067ee8cf76d702501f3347236a0f8cf61e974 authored over 6 years ago by Tyler Pedelose <[email protected]>
Moved includes check from lodash to native array in is_request_sources_includes_whosonfirst

be82c05c92c7fd869fc611e61f0bbd5d5c415d1c authored over 6 years ago by Tyler Pedelose <[email protected]>
Merge pull request #1170 from pelias/trim_text

trim whitespace and quotation marks from a range of natural languages

d139b3e08da08118ccd30b73b43aee545ff881bb authored over 6 years ago by Julian Simioni <[email protected]>
feat(text_sanitizer): trim whitespace and quotation marks from a range of natural languages

d38d4b1fa85a8c876415e08b57626bd2b9656973 authored over 6 years ago by Peter Johnson <[email protected]>
fix: Merge pull request #1162 from pelias/remove_focus_selected_layers

Remove focus_selected_layers query view

8f2f55c9a38c295e533521c0f6679f7a1dc22b24 authored over 6 years ago by Julian Simioni <[email protected]>
Remove focus_selected_layers query view

This query extends the standard focus query view with hardcoded layers
for which the query appli...

561f07950b3e97c2f9c93889be57e049a2953749 authored over 6 years ago by Julian Simioni <[email protected]>
Fix Docker image build

713b236a8781bc04843c7a99154dc8b62482d994 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1160 from pelias/build-greenkeeper-branches

Build Docker images on Greenkeeper branches

b16dbea3966cb8129bae9e17b4033e7aa90331b9 authored over 6 years ago by Julian Simioni <[email protected]>
Build greenkeeper branches

dfb36a82c634b35891589cf7fce6a5f2ee6da566 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1159 from pelias/greenkeeper/tap-dot-2.0.0

Update tap-dot to the latest version 🚀

368cde349e59df67d30d40b8a83131b496830d6a authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update tap-dot to version 2.0.0

d7726abb30bc04d608944e54e67bb5e60b18ce29 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
feat(attribution): Merge pull request #1157 from pelias/attribution-page

Update licenses on attribution page

cd394769c382b7cb8d530d411675a01429551454 authored over 6 years ago by Julian Simioni <[email protected]>
Add a link to the OSM Geocoding Guidelines

b81a7f8d3403bc8a138c2673a7e0ca87362b209c authored over 6 years ago by Julian Simioni <[email protected]>
Attempt to properly describe OA licenses

ef85313f09f563b13581936b9ecf89f054ebcac2 authored over 6 years ago by Julian Simioni <[email protected]>
Update WOF license info link

7fe87bcf24d3cd21189d3efab9c7ac0bd931e383 authored over 6 years ago by Julian Simioni <[email protected]>
Update Geonames license

They use CC-BY-4.0 now

4768fd38372ad40ab509844cce992f9a900b2a73 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1156 from pelias/carat-ranges

Use carat ranges for all Pelias Dependencies

64421449a402b50c1c8e23c67a63660ba98acc5d authored over 6 years ago by Julian Simioni <[email protected]>
Use carat ranges for all Pelias Dependencies

The overhead of having to merge a Greenkeeper PR for every single change to
every single reposit...

369638ee4dfe69f56779c0ce7d8e1bca823fc2bf authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1120 from pelias/greenkeeper/retry-0.12.0

Update retry to the latest version 🚀

104b91f60ed6eec1cf557e2360a0e9be451ca973 authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update retry to version 0.12.0

370dda42cc8ec22c2abd761bf235d5c48d21aa7d authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1141 from pelias/greenkeeper/elasticsearch-15.0.0

Update elasticsearch to the latest version 🚀

c823be20ddb59aa8c25aab0a1960723894b760bd authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update elasticsearch to version 15.0.0

13d0a5b1793540a8d8f001c959bbc2de7faae29d authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1154 from pelias/greenkeeper/pelias-logger-0.4.2

Update pelias-logger to the latest version 🚀

98ed496cb74123ed0c674a4b944019c6478420e0 authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-logger to version 0.4.2

f4cf1411abeb7c934d0520ee65cfcc09e75b4c0b authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1155 from pelias/greenkeeper/pelias-model-5.5.2

fix(package): update pelias-model to version 5.5.2

1105e472af4bc4f85935850e7d42497184f08127 authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-model to version 5.5.2

Closes #1116

03f5b65e33fded07b33d9b751db85175845f982f authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1145 from pelias/greenkeeper/pelias-sorting-1.2.0

Update pelias-sorting to the latest version 🚀

e8896abbf94a3da31c80b63cd409026be5741ff4 authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-sorting to version 1.2.0

bc61c1fe50fa928bdbc5d4ec46429b633eb739fd authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1153 from pelias/greenkeeper/pelias-config-3.0.2

Update pelias-config to the latest version 🚀

70b558b9353176d18cc5e9fef99edde5b493ab6b authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-config to version 3.0.2

be29fd9d27a14acfa233d95f3cedad0254e4aac0 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1150 from pelias/interpolation_sorting

fix(interpolation): Ensure proper sorting of streets with interpolated addresses

0321536ebbff748376507bb9a0f5c5370f176a0c authored over 6 years ago by Julian Simioni <[email protected]>
fix(interpolation): Ensure proper sorting of streets with interpolated addresses

In cases where several conditions are met, it is possible for results to
be returned from the AP...

10241047a67bfff1e487d0fa4737c4b20d130b2d authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #1148 from pelias/greenkeeper/pelias-mock-logger-1.3.0

Update pelias-mock-logger to the latest version 🚀

783ff7529af130b9f57fcab0ab117007efd89544 authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-mock-logger to version 1.3.0

84cac12fa93f862c34088a25a4def4a2fd65334c authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1147 from pelias/greenkeeper/pelias-microservice-wrapper-1.4.0

Update pelias-microservice-wrapper to the latest version 🚀

42ad1b4f8e6dec9b035047cca7ca53e6f12aad5c authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-microservice-wrapper to version 1.4.0

5f565583f0987a0866b84867c41bb94036a404fe authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1152 from pelias/greenkeeper/pelias-logger-0.4.1

fix(package): update pelias-logger to version 0.4.1

594ec34b7e630edf98b0da31fab114c621fc4291 authored over 6 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-logger to version 0.4.1

Closes #1144

152897714e78dbbf95bb8aca6b330806e67deaed authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #1151 from pelias/greenkeeper/pelias-config-3.0.1

fix(package): update pelias-config to version 3.0.1

cdbfb5ce2db29cdde3c63a507027d8c1b977b52f authored over 6 years ago by Julian Simioni <[email protected]>