Ecosyste.ms: OpenCollective

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

github.com/pelias/model

Pelias data models
https://github.com/pelias/model

remove `_type` (#157)

Remove references to `_type` from this repo in order to support elasticsearch v8.

Prior to ve...

6cfffc00218bcd85115e7d152f14d09c480ef042 authored 9 months ago by Peter Johnson <[email protected]>
feat(validation): Add validation to addParent(). (#150)

Explicit parent field validation authored by @mansoor.sajjad
With this change, any attempt to a...

83b64decfd6f09bac53531e887ab322de1725348 authored over 2 years ago by Mansoor Sajjad <[email protected]>
actions: run pull_request workflow only on forks

c7b708bc3343d11b6a0f1a934bf5bfdf2afcecf9 authored over 2 years ago by missinglink <[email protected]>
feat(fields): remove phrase field in Document in favor of duplicating name during serialization.

52d40690f8d490332f934cd698ba84612031b04d authored over 2 years ago by missinglink <[email protected]>
actions: fix repository_owner variable

18b74629f7bfe1a4a506846559b138d1b0f30994 authored over 2 years ago by missinglink <[email protected]>
actions: run workflow on pull_request

65c06c3efffa5b2857d910bb9ffcae2ceb132ae1 authored over 2 years ago by missinglink <[email protected]>
feat(post): add alias for compound street names with abbreviated generic

2cb45c1ad63c576f32a510f2db47a6c5cf3f6bdd authored almost 3 years ago by missinglink <[email protected]>
post: apply string normalization in deduplication script

94a7f30b5fd5cb375f9e9d59a1b5687f2da04a69 authored almost 3 years ago by missinglink <[email protected]>
Merge pull request #143 from pelias/update-github-actions

Update GitHub actions

63ce21096c9ace25d6e9ededb12b884f1cddd345 authored about 3 years ago by Julian Simioni <[email protected]>
Add `ci` NPM script

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

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

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

It brings in a few notable...

a601c4d91da8878c057224cfd92cb189b5ccb653 authored about 3 years ago by Julian Simioni <[email protected]>
fix(language_field_trimming): bugfix for https://github.com/pelias/model/pull/135

00b3fb710e432de013b480b6224a5c9e846dadb6 authored over 3 years ago by missinglink <[email protected]>
docs: add project header to readme

f9493866d3d72914b497badc9d40e7a18c6265dc authored over 3 years ago by missinglink <[email protected]>
chore(CI): add github actions workflow to replace travis

7c0654482a6f3281fae6cc9aa69a014defe44168 authored over 3 years ago by missinglink <[email protected]>
feat(popularity_bands): add post/popularity.js script

eb2bdf0f8ce81dcf1d6a023431c52f3ead36f34a authored over 3 years ago by missinglink <[email protected]>
feat(parent_source): supports custom source for parents

BREAKING CHANGE: new `parent.*_source` field added in ES Document. Since the schema is strict, t...

05baaac3118471a39f2d2fb36107261d8255dc26 authored almost 4 years ago by Joxit <[email protected]>
feat(language_field_trimming): add language_field_trimming post processing script

081240c2aff7e0e79e389df664d9f43248be3f31 authored about 4 years ago by missinglink <[email protected]>
Merge pull request #131 from pelias/greenkeeper/tape-5.0.0

Update tape to the latest version 🚀

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

205bce8eb3c44281079c91577936f1b2219552f6 authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Merge pull request #134 from pelias/rename_polygon_field_shape

rename 'polygon' field to 'shape' to match pelias/schema

1a5ae33c70e0e0b3ff735b9c516668b8fd0b36b6 authored over 4 years ago by Julian Simioni <[email protected]>
fix(field_name): rename 'polygon' field to 'shape'

BREAKING CHANGE: the setPolygon() and getPolygon() methods are replaced by setShape() & getShape...

27b21bd74934179b808b408af13b6f6d5d162589 authored over 4 years ago by missinglink <[email protected]>
Merge pull request #132 from pelias/deduplicate-phrase

fix(deduplication): Deduplicate values in phrase field

9c8379d16a7c4b82740622071e4249d88f513756 authored over 4 years ago by Julian Simioni <[email protected]>
fix(deduplication): Deduplicate values in phrase field

https://github.com/pelias/model/pull/118 added support for removing
duplicate values from the na...

155b762a66fc440855e6539ff634f496ef333feb authored over 4 years ago by Julian Simioni <[email protected]>
Merge pull request #130 from pelias/remove-nodejs-8

Drop support for Node.js 8

e60b0ca933c5c67aa5208cd0940170094d8321d0 authored over 4 years ago by Julian Simioni <[email protected]>
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#r...

b0479778acda0da413d094d0d7cc657338541e12 authored over 4 years ago by Julian Simioni <[email protected]>
Merge pull request #127 from pelias/ci-updates

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

37c4330028dad260038ab05befb81f119f24a67a authored almost 5 years ago by Julian Simioni <[email protected]>
chore(CI): Remove deprecated `matrix` config section

Connects https://github.com/pelias/pelias/issues/850

55a9aebc405d15e0f49b1e6df87fa5f0438c114f authored almost 5 years ago by Julian Simioni <[email protected]>
Merge pull request #124 from pelias/add-nodejs-12-to-ci

chore(Node.js): Add Node.js 12 to CI

9a29c07fbcd643529d2b95e144444515746952ed 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...

61fd5c7e546398fcc7abd24323d6e7c6c8afca6a authored about 5 years ago by Julian Simioni <[email protected]>
feat(dynamic_type_name): support for dynamically specifying the elasticsearch _type from config

07ee6e611f37f735c8ea254f171bb853011ae5b4 authored about 5 years ago by missinglink <[email protected]>
test(seperable_street_names): testing pelias/api "seperable_street_names" branch

203ce7952c6848ca47bb5b93acc69cc9711a0af3 authored about 5 years ago by missinglink <[email protected]>
Merge pull request #95 from pelias/remove-types

Remove _type field

982226855521d94f1967fdd1c880c52ec0350500 authored over 5 years ago by Julian Simioni <[email protected]>
feat(types): Remove _type field

BREAKING CHANGE: This change will affect the functional tests on most
importers

Currently, we c...

4880fd74e80fac5d0074bd60fbedafdfafd8d802 authored over 5 years ago by Julian Simioni <[email protected]>
Merge pull request #121 from pelias/store-gid-in-_id

Store GID in Elasticsearch _id field

0e50c53753ed8a9abe107c0a55691d1af036fddc authored over 5 years ago by Julian Simioni <[email protected]>
feat(GID): Store GID in Elasticsearch _id field

BREAKING CHANGE: The Pelias GID is now stored in Elasticsearch's `_id`
field, in order to remove...

77f0b332aa93109a7acb3578841057fc27d3c4fb authored over 5 years ago by Julian Simioni <[email protected]>
Merge pull request #120 from benetis/feature/move-from-event-stream

tests(document-mapper) move away from event-stream

0724d5d284b52b4cce555e3a1eaae36b2a850680 authored over 5 years ago by Julian Simioni <[email protected]>
feat(tests): move away from event-stream

Connects https://github.com/pelias/pelias/issues/801

3d688548a422549af12b3df1de9b560a4402f244 authored over 5 years ago by zygis <[email protected]>
feat(deduplication): add deduplication post processing script

1d9c00d57c1c8f409cd155409d1290d0db82f11a authored over 5 years ago by missinglink <[email protected]>
Merge pull request #117 from pelias/greenkeeper/pelias-config-4.0.0

Update pelias-config to the latest version 🚀

e61690cb827b4d8f76291af67e8bb3ebb431f59a authored over 5 years ago by Julian Simioni <[email protected]>
fix(package): update pelias-config to version 4.0.0

a85ac61a24269de51afc9877f3ecab3b1dff6853 authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
feat(reject_urls): do not allow urls in name and address fields

ee4dbebdedd12cfce650590e26a560239008a7c6 authored almost 6 years ago by missinglink <[email protected]>
Merge branch 'ci-updates'

999bfff41bfe4d04ff53029c754f00ba5305d692 authored almost 6 years ago by Julian Simioni <[email protected]>
chore(ci): Use latest best Travis settings

TravisCI has deprecated usage of `sudo: false` and released a new VM based on
a newer version of...

2272fbacb23d2d7d15b9c22d33ba7b0d6a72feb5 authored almost 6 years ago by Julian Simioni <[email protected]>
chore(release): Skip semantic-release run on pull requests

This should speed up our CI slightly

9994d6baaa77344e2bc541d64f511c270c95c2b7 authored almost 6 years ago by Julian Simioni <[email protected]>
feat(Node.js): Drop support for Node.js 6

Connects https://github.com/pelias/pelias/issues/752

31853500bb1b5faf1734d39f80c4c25366f67f70 authored almost 6 years ago by Julian Simioni <[email protected]>
Remove NPM specifier in `engines`

There's no specific NPM version required by this package. Specifying a
Node.js version is enough.

390be332dedfa77099924559146bd434a3b07687 authored almost 6 years ago by Julian Simioni <[email protected]>
feat(intersection_syntactic_variations): add remaining test for post-processing feature. pass document pointer to script as first arg instead of being bound to $this

b92c404189d5b1b21aa4fe41a466afc99da0837f authored almost 6 years ago by missinglink <[email protected]>
feat(intersection_syntactic_variations): improve tests

e63c83370d88fbcfdd08de77b21d1f9b0e46f2a9 authored almost 6 years ago by missinglink <[email protected]>
feat(intersection_syntactic_variations): support common intersction syntactic variations

afdfbd47acd06396a8b072ea0d02ad408fa70d13 authored almost 6 years ago by missinglink <[email protected]>
feat(addendum): allow arbitrary data to be stored alongside the rest of the document

8fdb82c70dbd5e6353fd83a6f3fc4b4bded53776 authored almost 6 years ago by missinglink <[email protected]>
Merge pull request #110 from pelias/greenkeeper/through2-3.0.0

Update through2 to the latest version 🚀

6fc4cf0736f876a06a599f5ffcf9119ff41ff94b authored about 6 years ago by Julian Simioni <[email protected]>
fix(package): update through2 to version 3.0.0

9e71f046cf6173d000d9f69dbac2c9b2634cc5f8 authored about 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix(addParent): support explicitly passing null abbreviation

For some time, we have [used null values](https://github.com/pelias/model/commit/11bd4f6edb1f3eb...

e7011123526a27a5ef5162cb6e85b5caffb318ef authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #108 from pelias/greenkeeper/event-stream-4.0.0

Update event-stream to the latest version 🚀

4d9181464810c508343eeb9eae5f1eb1348feb49 authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update event-stream to version 4.0.0

6c42848f03124e8d0393743d95298bd871d53fc5 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #107 from pelias/safely-run-tests

chore(test): Use dedicated test script to catch errors

1e1f7224b2298b0599f6c8dcb5327204a30f6260 authored over 6 years ago by Julian Simioni <[email protected]>
chore(test): Use dedicated test script to catch errors

The way we were running our unit tests does not catch fatal errors in
the unit test run, even th...

29a5159b4887289c9dd356d4b2a42b1a4d7bd3bb authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #103 from pelias/address_aliases

allow aliases for address fields

a0faff5502f9e437607fd97903dedfee0958cc13 authored over 6 years ago by Julian Simioni <[email protected]>
feat(aliases): allow aliases for address fields

e6e68fa536722d68b2e9e1eaa87a7e3c30431437 authored over 6 years ago by Peter Johnson <[email protected]>
chore(npm): add npmrc disabling package-lock.json

A lockfile makes it harder for carat ranges to work as we desire for pelias
packages when runnin...

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

This makes CI quicker, and releases more stable.

Connects https://github.com/pelias/api/pull/1187

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

Use carat ranges for all Pelias Dependencies

56e7a5f69415efafbca680c98bba55a17dacd0e1 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...

1b44a528a8720330bba07cd1abe51f5a65132108 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #101 from pelias/greenkeeper/pelias-config-3.0.2

Update pelias-config to the latest version 🚀

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

4130e561e1cf75b07e722808f3bbc0471cb61bab authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #100 from pelias/greenkeeper/tap-spec-5.0.0

Update tap-spec to the latest version 🚀

8fe322bcb6c1f665207efe69d9256dbf6ad1d6fb authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update tap-spec to version 5.0.0

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

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

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

Closes #98

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

CI cleanup

c8ee5e6c750855a52c843adde146b374406e35ed authored over 6 years ago by Julian Simioni <[email protected]>
Remove unneeded NPM prune on TravisCI

8760b1e1ef2fd8a9e48c4f293f2e6e6723824866 authored over 6 years ago by Julian Simioni <[email protected]>
feat: Add readme header and description

d951dc48bc8e85367b3ee5fee7134160f725f933 authored over 6 years ago by Julian Simioni <[email protected]>
Remove NPM check

383a99a64deb9ec581019c6bf832264c4b1a6385 authored over 6 years ago by Julian Simioni <[email protected]>
Change author

762a0769822d60440e91bba6741c76b123c6f59f authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #96 from pelias/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴

858726a15ffdd702a91385eb5f2ddc4282a58e73 authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update dependencies

b26b97a2c846c7028cfc146f3ee1f513df9fc6b4 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #94 from pelias/fix-semantic-release

Fix semantic release run

768b3c8fafee5c3a0b12f87e31b25688415a83db authored over 6 years ago by Julian Simioni <[email protected]>
Change default NPM package name

aa9e7b34f3e36e4faf72b9ab2b6252781011eacc authored over 6 years ago by Julian Simioni <[email protected]>
Disable semantic-release success action

487b059fa6d0c6845a3bee91aa41b97b69b57040 authored over 6 years ago by Julian Simioni <[email protected]>
Fix semantic release run

7f58bc19deaf3b5cacf7bbeadcfb54f25eef5d3b authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #92 from pelias/drop-nodejs-4-add-nodejs-8-10

Drop Node.js 4, add Node.js 8 and 10

edbe3be8af66284b529e6d9d8f836fb112a552c7 authored over 6 years ago by Julian Simioni <[email protected]>
Remove no longer needed TravisCI settings

42c1dea5b058a0989278461073e084c751257455 authored over 6 years ago by Julian Simioni <[email protected]>
Add support for Node.js 8

Connects https://github.com/pelias/pelias/issues/612

5851fb2efc9f1896bb6643afff4fb5a218caa9b1 authored over 6 years ago by Julian Simioni <[email protected]>
Drop support for Node.js 4

https://github.com/pelias/pelias/issues/693

ef5693b6a4fba1561517df19298e50b591cf1de1 authored over 6 years ago by Julian Simioni <[email protected]>
Add support for Node.js 10

Connects https://github.com/pelias/pelias/issues/723

ac6e68ad1e2c090cdabe7256c247929f1aba9898 authored over 6 years ago by Julian Simioni <[email protected]>
Update README to avoid mentioning specific Node.js versions

This just tends to go out of date.

d92a7bf2fddba90538c2506c09b3e8875dbdb51f authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #88 from pelias/greenkeeper/semantic-release-15.0.0

Update semantic-release to the latest version 🚀

4052b2da4da172974598168a7dcb694cefc63ded authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update semantic-release to version 15.0.0

7b05a908ad8f83ea152282692fe33f60c5b36d94 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #87 from pelias/greenkeeper/proxyquire-2.0.0

Update proxyquire to the latest version 🚀

91ab385df27dc597152e4ce1a519a9959686f60a authored over 6 years ago by Julian Simioni <[email protected]>
chore(package): update proxyquire to version 2.0.0

8eec84028a8f49a79f1c6023eb6c73c230fa28b3 authored over 6 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #89 from pelias/benchmark

add benchmark script

d708307958b8f21d9087357daec71beb277f3b04 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #91 from pelias/dont-build-tags-on-travis

Turn off building of version tags on TravisCI

b0d62547ba6fd9bbaa8f517387c80d4bc10bfbde authored over 6 years ago by Julian Simioni <[email protected]>
Turn off building of version tags on TravisCI

These are redundant to build since they always correspond to an existing
commit from master. Tur...

20870ecd3ccbd14f0a7cd8580631acfa4b24d4eb authored over 6 years ago by Julian Simioni <[email protected]>
feat: bump

048d186c2650cad3e90c393e8e8c091711606486 authored over 6 years ago by missinglink <[email protected]>
Merge pull request #90 from pelias/name_aliases

feat: allow aliases for name fields

714cc5a8a0aba3aa24e3a23829ce4b25d86a0c8e authored over 6 years ago by Peter Johnson <[email protected]>
allow aliases for name fields

54da644537cc6676d22ce2c830d20453a4a9b09d authored almost 7 years ago by missinglink <[email protected]>
add benchmark script

5fe3e2877f03b9f85dd51bf683c7879ec8511efb authored almost 7 years ago by missinglink <[email protected]>
fix: Merge pull request #86 from pelias/revert-semantic-release-to-8

reverted out semantic-release to 8.0.* series

da4f14fe1c903c7ef713a2855ef2649b279578b7 authored almost 7 years ago by Stephen Hess <[email protected]>
Merge pull request #85 from pelias/greenkeeper/pelias-config-2.14.0

Update pelias-config to the latest version 🚀

7e793c8e30bff36b3184d2cc92dffc002514253a authored almost 7 years ago by Stephen Hess <[email protected]>