Ecosyste.ms: OpenCollective

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

github.com/pelias/placeholder

stand-alone coarse geocoder
https://github.com/pelias/placeholder

feat(docker): trigger docker multiarch build

f32fb724d8a14ca69684fb19284051751ce5e014 authored 11 months ago by Peter Johnson <[email protected]>
Merge pull request #229 from pelias/upgrade-better-sqlite3-to-8.5.0

Upgrade `better-sqlite3` to 8.5.0

a8655d703a49a60e40c770c9a24a2407b9391ee1 authored about 1 year ago by Julian Simioni <[email protected]>
fix(deps): Upgrade `better-sqlite3` to 8.5.0

This keeps us up to date with this critical project, allows using
prebuilt packages for modern N...

d521a59ca3faa8948c3d6e8ac258eb8b2e8b1455 authored about 1 year ago by Julian Simioni <[email protected]>
feat(Docker): Rebuild Docker image with Ubuntu 22

This is a no-op commit that simply serves to trigger CI to rebuild the
Docker image with our new...

d01db39b4ee35d712192da317660a2030289603b authored about 1 year ago by Julian Simioni <[email protected]>
Merge pull request #228 from pelias/ci-uniformity

CI: Update GitHub Actions config for uniformity

62bdad4b6fff640eebb96218a1845955f491fbb0 authored over 1 year ago by Julian Simioni <[email protected]>
CI: Update GitHub Actions config for uniformity

This updates CI configuration for this repo with the following changes:
- the core configuration...

cec363fd44cae8fb65e488fe2b9ae4e2deb49d12 authored over 1 year ago by Julian Simioni <[email protected]>
feat(docker): Rebuild Docker image for Node.js 16

This is an empty commit that serves only to tell our CI to build new Docker
images now that we h...

fc3407ecdaa2cc2d47b6b5b5cc3308d0b3d48000 authored over 1 year ago by Julian Simioni <[email protected]>
feat(SQL): improve quoting of token count query (#223)

6fc85354e27852e1791062d2ba5c237aab53d279 authored over 2 years ago by Peter Johnson <[email protected]>
Merge pull request #214 from pelias/avoid-transliterated-names

skip names we suspect were sourced from machine transliteration

c3ce64c4633b9409bbd109b67fbe863f8a2b350d authored over 2 years ago by Julian Simioni <[email protected]>
feat(import): skip names we suspect were sourced from machine transliteration

624a397a7b6c581834ac3e8228f103f01b1f597c authored over 2 years ago by missinglink <[email protected]>
Merge pull request #207 from pelias/unicode

unicode: apply unicode normalization

543049292dd761772f30a3e07b93612e8f5c9109 authored over 2 years ago by Julian Simioni <[email protected]>
feat(unicode): improved diacritics removal

8d21f633109cf0ec60d93a3b91fa8db099c479f8 authored over 2 years ago by missinglink <[email protected]>
feat(unicode): apply unicode normalization

c4c0e930b81c9e55f9d2f36c53d77b44ef5a9dba authored over 2 years ago by missinglink <[email protected]>
Merge pull request #220 from pelias/token-combination-limit2

Add query combination limit

6b1a1dcb78b556b107a3c592f0d7b2bdde6964b8 authored over 2 years ago by Julian Simioni <[email protected]>
Add query combination limit

Recently, we've noticed some queries sent to Placeholder that take a
very long time to complete ...

405b6ac99478d6d435d3dcdf4a75eac802dfede1 authored over 2 years ago by Julian Simioni <[email protected]>
Merge pull request #181 from pelias/greenkeeper/tape-5.0.0

Update tape to the latest version 🚀

a202ceb4316f9edd98d3edf3f64b619d31c043e7 authored over 2 years ago by Julian Simioni <[email protected]>
Use `deepLooseEqual` for comparison

fb8265d1e830d35aed4be92b7bdb264d6afc7c88 authored over 2 years ago by Julian Simioni <[email protected]>
chore(package): update tape to version 5.0.0

503c4b7c04b1db6b556479eacf16131b112655c3 authored over 2 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Merge pull request #222 from pelias/print-sqlite-version

chore(tests): Print SQLite version

3c99973dac95dfea17215587e4d57cca8015c3a4 authored over 2 years ago by Julian Simioni <[email protected]>
chore(tests): Print SQLite version

This helps us diagnose any issues with the tests in the future as the
SQLite version changes.

987de4de997f3ae04ae0214d2fa6e7b69b3819e7 authored over 2 years ago by Julian Simioni <[email protected]>
Merge pull request #221 from pelias/fix-ci

chore(tests): Replace problematic deepEquals with simpler assertions

5ebf06d4790c2c1dca1069067537de8380054bf6 authored over 2 years ago by Julian Simioni <[email protected]>
chore(tests): Replace problematic deepEquals with simpler assertions

This test is probably diving too far into the implementation details of
what we care about, and ...

80c1b1f95ec6ffe58b13a3a3641bc49d796cc86d authored over 2 years ago by Julian Simioni <[email protected]>
feat(query): rewrite queries for performance (#219)

82db3cd111a1b3d7724242f2d3e0b915a91a3bca authored almost 3 years ago by Peter Johnson <[email protected]>
feat(query): use LIKELY() to improve query performance (#218)

92c175d297ec99806cb07546d67d644dbe240274 authored almost 3 years ago by Peter Johnson <[email protected]>
feat(query): fix incorrect matching of Thai characters in FTS5 (#216)

a60df73f93d117e5358a4836144c6debfa323eb1 authored almost 3 years ago by Peter Johnson <[email protected]>
feat(perf): rewrite query for performance

495b74f52ed6d22d8def7e91a7c5dc23aef40894 authored almost 3 years ago by missinglink <[email protected]>
Merge pull request #211 from pelias/remove-compiler-toolchain-deps

Remove unnecessary compiler toolchain dependencies

7fa36b1979ff72b57e4852046a3f2bea5480848c authored almost 3 years ago by Julian Simioni <[email protected]>
feat(perf): use autocomplete query in place of string matching

41431169bda5becadc0d96f2bbf8957593cece55 authored almost 3 years ago by missinglink <[email protected]>
fix(ci): remove "archive" path prefix from fixture download URL

049f9fdb690cab514334eed789ac49655fad0f6c authored almost 3 years ago by missinglink <[email protected]>
fix(Dockerimage): Remove unnecessary compiler toolchain dependencies

After better-sqlite3 added support for [pre-compiled
binaries](https://github.com/JoshuaWise/bet...

a8b40ea6d6db59ddee35901a3ade95554b69095d authored almost 3 years ago by Julian Simioni <[email protected]>
Merge pull request #208 from pelias/update-github-actions

Update GitHub actions

61ba0e3088067aa0d2c8a845bfc7f97502a1f1c3 authored about 3 years ago by Julian Simioni <[email protected]>
Rename `travis` script to `ci`

e4db314ab4df14e734c5455af2fe11e02377fbfc authored about 3 years ago by Julian Simioni <[email protected]>
Add and use a CI script that includes download steps

This means we can keep the GitHub Workflow file exactly the same as
elsewhere

a17801461dac5d65c81514b95faca38184a9622b authored about 3 years ago by Julian Simioni <[email protected]>
Update Github Actions workflow to the lastes from API

This copies the Github Actions workflow from the Pelias API project.

It brings in a few notable...

c24d42f4fa912a7a9cc3993d1f391a85f7e3b6cb authored about 3 years ago by Julian Simioni <[email protected]>
chore(data-update): update tests to reflect latest ID changes

09a095563aaa9ceb865d5e00ce22d44ecaa9ff91 authored about 3 years ago by missinglink <[email protected]>
chore(deps): upgrade better-sqlite3 to latest version

b8e5ad0358de06b1e2a18f8bd7d7d4b0efff1428 authored about 3 years ago by missinglink <[email protected]>
chore(CI): add github actions workflow to replace travis/circle-ci

346b25699d2c1c614aedb8026a5c44e4d061e6a4 authored about 3 years ago by missinglink <[email protected]>
docs: fix broken link in README

d77a5c1c3572c16ff8b4eaa0b723211e5fbbaf06 authored about 4 years ago by David Baumgold <[email protected]>
Merge pull request #197 from pelias/pelias-whosonfirst-5.0.0

Upgrade pelias-whosonfirst to 5.0.0

4f8b4c0f84ebed32cfb974f8a84546a8f45a14d3 authored about 4 years ago by Julian Simioni <[email protected]>
feat(deps): Upgrade pelias-whosonfirst to 5.0.0

We recently bumped the whosonfirst repository to 5.0.0 with a breaking
change not relevant to Pl...

c1f3ac4319482abb79a365c7c84958d0339b5b01 authored about 4 years ago by Julian Simioni <[email protected]>
fix(package): update better-sqlite3 to version 7.0.0

3ed4c20e90764b384093be0d9a45787b5959b04d authored about 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
chore(tests): Expect REAL instead of NUM in rtree tests

a23c6ffd50e044ed26252b39d2923817bfbcb475 authored about 4 years ago by Julian Simioni <[email protected]>
chore(tests): Use new :memory: option

This is new in better-sqlite-7

8818f184ef9cb6ca348a1c18d35eee207ca8a750 authored about 4 years ago by Julian Simioni <[email protected]>
chore: remove unused dependency on istanbul

578d2350c318e65881db6a680936b1c48cc7d1c5 authored about 4 years ago by David Baumgold <[email protected]>
test: all tokens should be in the same language

b39315335634fb66bc6c50e98e0f1e62dbc58bb0 authored about 4 years ago by Joxit <[email protected]>
fix(slow_query): rewrite match_subject_object.sql

e1996fbf24cab0f2b07cc41c5dc40e5874890947 authored about 4 years ago by missinglink <[email protected]>
fix(slow_query): rewrite match_subject_object.sql

6dd772a88a48cefc54c07fda298331473c98f9d0 authored about 4 years ago by missinglink <[email protected]>
fix(malformed_json_error): add validation logic to guard against invalid bbox properties

ed5ca65d65c3b1a1fccc3cbd37fea77b7e8e0256 authored about 4 years ago by missinglink <[email protected]>
Merge pull request #190 from vicchi/master

Update README with details on environment variable config

68d1933c64c7a1d8e748506f9eaa2f54b0e38125 authored about 4 years ago by Julian Simioni <[email protected]>
docs: Add new section on environment variable config for HOST, PORT and PLACEHOLDER_DATA

68c130b38ba102209d8a5f23736bf4e5374c8710 authored over 4 years ago by Gary Gale <[email protected]>
feat(charter_township): add "township" as a synonym for "charter township"

e98fa0043ccbe7487a6cec16000eb3d3ef1a5931 authored over 4 years ago by missinglink <[email protected]>
refactor(DocStore): more verbosity for debugging Malformed JSON errors

18d8a3abbbadce5a5bd916ea0d672635ad850ba1 authored over 4 years ago by missinglink <[email protected]>
docs: add project header to readme

37fbf5b0004f48f29453887840985fd5fb5ff20c authored over 4 years ago by missinglink <[email protected]>
feat: updated maps to be more consistent with pelias/design

see: https://github.com/pelias/design#maps

da6139554fa26eb6190f3adfdb8116a78626edcf authored over 4 years ago by Joxit <[email protected]>
test: update placeholder data download

9e09a0316ac70a2810624604a801a69e1aaf93cb authored over 4 years ago by missinglink <[email protected]>
test: this record has been both deprecated and superseded by: 101931387

aeb2e3f39960f5f22cf4bb4d041dfef4c7fcef16 authored over 4 years ago by missinglink <[email protected]>
test: Oslo ID change

7c10077d50e96fccd90687ec75862bdf9daec22e authored over 4 years ago by missinglink <[email protected]>
test: updates from aus-psma import

f39c7a06628d73b0b95d4f3fe4ed045fbb1ecc64 authored over 4 years ago by missinglink <[email protected]>
test: this record has been both deprecated and superseded by: 421190363

663c6ce3ef80e3ebbb896683b1e0ba79716d19b4 authored over 4 years ago by missinglink <[email protected]>
test: this record has been superseded by: 101909779

55b9c0a0d39bf79a048ea23c2ed955f0753bf8cb authored over 4 years ago by missinglink <[email protected]>
test: update Korean tests, opened an issue as they appear to be duplicates

0cfd6d119cb84719018c2c92d10f6fc1a5dc6adf authored over 4 years ago by missinglink <[email protected]>
test: this record has been both deprecated and superseded by: 101931469

c4ffa8240d6fecbbfc0a833492126537bc3e77fc authored over 4 years ago by missinglink <[email protected]>
test: update placeholder data download

cd1c0bd31358294533a89f95187d6510f957050d authored over 4 years ago by missinglink <[email protected]>
feat(load_speed): use journal_mode=MEMORY for performance

b7d9306de7f590199cb25ab0e13a904b59fe09dd authored over 4 years ago by missinglink <[email protected]>
Merge pull request #157 from pelias/joxit/wof_extract_sqlite

Extract data via WOF SQLite database

adedc3cd551561101a3f96055ae0d6fa74a4e413 authored over 4 years ago by Julian Simioni <[email protected]>
Support `importPlace` with SQLite

This upates `wof_extract_sqlite` to support the
`imports.whosonfirst.importPlace` property, usin...

2fcd7dfd522aa8356bd3d5962167a8f2aa9398fc authored over 4 years ago by Julian Simioni <[email protected]>
feat(extract): Only extract from SQLite files

BREAKING CHANGE: this drops support for Who's on First bundles. Going
forward, only SQLite distr...

335b4d48b6ee4ccc92c6ed002e969fad5dac9dae authored over 4 years ago by Joxit <[email protected]>
Merge pull request #178 from pelias/fix-travis-config

chore(TravisCI): Remove deprecated `matrix` config section

0250dae171e4e2714c6a55e930397223c218958f authored over 4 years ago by Julian Simioni <[email protected]>
chore(TravisCI): Remove deprecated `matrix` config section

This config entry is deprecated, and has now started overwriting the
`jobs` section, causing bui...

0c074484cc8dc7883300f3cc561ca082dab9800f authored over 4 years ago by Julian Simioni <[email protected]>
bzip2 to lbzip2 migration to use all CPU cores (#173)

* bzip2 to lbzip2 migration to use all CPU cores

Summary of changes:

If lbzip2 installed o...

09ebaea396d9a5e85cf33d4939fc2b67228c839c authored over 4 years ago by loadit1 <[email protected]>
Merge pull request #176 from pelias/remove-docker-compose.yml

Remove docker compose file

0996d2e6a53d18760a5dc990baf4b5aa50441fae authored over 4 years ago by Julian Simioni <[email protected]>
Remove docker compose file

This file is from 2017 and references a Mapzen Docker image. I don't
think we ever really used t...

b80f33919cf515502cd2fb50b37b36c861184c46 authored over 4 years ago by Julian Simioni <[email protected]>
fix(better-sqlite6): update code for compatibility with version 6 release

18675797f10b2d5b0734e4fff04e0eba1680e2ce authored over 4 years ago by missinglink <[email protected]>
fix(package): update better-sqlite3 to version 6.0.1

Closes #172

2e83a4f676df694b90a6ae313beeb4ddf5cb4fd7 authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
fix(CI): use Geocode Earth CDN

6d949eb279da2a1b68a53e18333363bc569f81e0 authored over 4 years ago by missinglink <[email protected]>
Remove nextzen upload instructions

Nextzen is no longer hosting any Placeholder data, so these instructions
are not relevant

aa78eed51d839cde68418451346be6dfca591770 authored almost 5 years ago by Julian Simioni <[email protected]>
Remove broken link to Nextzen-hosted WOF extract

fc9f4f5a7d6847ebaee6a7389698fc06c51a0906 authored almost 5 years ago by Julian Simioni <[email protected]>
Add link to Placeholder download provided by Geocode Earth

As the Nextzen provided hosting is no longer available, we can use the
download hosted by Geocod...

f185c3edc55f3f7c294f3b1ba4880b2b2033b969 authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #165 from pelias/drop-nodejs8-support

Drop support for Node.js 8

a05a26268c1684622f207eb95ab3b2f837a456e1 authored almost 5 years ago by Julian Simioni <[email protected]>
feat(Node.js): Drop support for Node.js 8

BREAKING CHANGE: Node.js 8 is no longer supported as it will reach [end of
life](https://github....

da9b17eb7560a0fba856a8d5af4fabc1e6f24056 authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #167 from pelias/lowercase

update npm lower-case module

8e9d311ce203c97c97ef38897441a70d5a08a90c authored almost 5 years ago by Peter Johnson <[email protected]>
refactor(lowercase): update npm lower-case module with new export signature

7379b25440ff3f41c8dcb3f7b0a80174576a76c4 authored almost 5 years ago by missinglink <[email protected]>
Use new data download location for CI tests

c6af2994d73c4d5ea3eb9b21420777c2955a09a4 authored about 5 years ago by Julian Simioni <[email protected]>
chore(Node.js): Add Node.js 12 to CI

Node.js 12 (and especially Node.js 12.9) is supposed to be significantly
faster than previous ve...

b6ae5d3947ebe9a0bd7606156306bb1bb0ccc6ef authored about 5 years ago by Julian Simioni <[email protected]>
Merge pull request #160 from pelias/signal-handling

feat(http): Improve signal handling and logging

15aa1dd3d3f43e70c70c14f14f6bb1016f15a925 authored about 5 years ago by Julian Simioni <[email protected]>
feat(http): Improve signal handling and logging

This PR improves the signal handling of Placeholder so that it exits
gracefully in all cases, ev...

c20a440d46f6cbd7bb2d9df303ae764ffb1da497 authored about 5 years ago by Julian Simioni <[email protected]>
Ignore all contents of `data/` when building Docker

c3073d5ff828badda165e08f02ec0c97b39db4fb authored about 5 years ago by Julian Simioni <[email protected]>
There are no more Mapzen employees :(

b2512b02b1929718cef27317095f4da1615ecb5f authored about 5 years ago by Julian Simioni <[email protected]>
Merge pull request #144 from pelias/greenkeeper/better-sqlite3-5.0.0

Update better-sqlite3 to the latest version 🚀

c7ad0cf6230c202d7119f5ac615e62711a55c0b9 authored over 5 years ago by Julian Simioni <[email protected]>
Update unit tests for better-sqlite3-5

ba2e359f6a5b0939be3a9a11fdd96729dd314dfc authored over 5 years ago by Julian Simioni <[email protected]>
fix(package): update better-sqlite3 to version 5.0.0

3523b7fe4f97913360627f1f4bd675465ec7648b authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #158 from pelias/greenkeeper/async-3.0.1

Update async to the latest version 🚀

8f9e91577fdc1652bbe4c60a7a7ec371d3eb3f16 authored over 5 years ago by Julian Simioni <[email protected]>
fix(package): update async to version 3.0.1

4dae341410e4349540ff18043cbff518a6b79925 authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #148 from pelias/greenkeeper/through2-3.0.0

Update through2 to the latest version 🚀

5775a4a4582e1736fd04416d1ff547f4f8c11236 authored over 5 years ago by Julian Simioni <[email protected]>
fix(package): update through2 to version 3.0.0

1810b83ed48963f50c8793e8f7bd5ebd824580fd authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #155 from pelias/rebuild

rebuild databases

395f273fb5190a963d62605fefc73c41dac5e322 authored over 5 years ago by Peter Johnson <[email protected]>
feat(rebuild): rebuild databases with data from Jan 18th 2019. update tests to reflect superceded and deprecated equivalents

a803cac20412c0298677cc967c2ca2399cc073dc authored over 5 years ago by missinglink <[email protected]>
Merge pull request #154 from pelias/blacklist-stream

feat(blacklist-stream): allow excluding documents via GID blacklist

b87df10f48b96d18c93d57a4895dfd28b77cb271 authored over 5 years ago by Julian Simioni <[email protected]>
feat(blacklist-stream): allow excluding documents via GID blacklist

da6ca8b93a05403371b2f5e4ff662cc16d08b2e3 authored almost 6 years ago by missinglink <[email protected]>
Merge pull request #125 from pelias/greenkeeper/split2-3.0.0

Update split2 to the latest version 🚀

e180af0643e3d4526f3ff2584f6400534e23cc50 authored almost 6 years ago by Julian Simioni <[email protected]>