Ecosyste.ms: OpenCollective

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

github.com/pelias/logger

The centralized logger package for Pelias.
https://github.com/pelias/logger

feat: debug logs written to stderr (#62)

Co-authored-by: Juras Norkus <[email protected]>

8ce6caf42ced8f29a4cb0ceeff3e02996158f118 authored almost 3 years ago by Peter Johnson <[email protected]>
Merge pull request #59 from pelias/update-github-actions

Update GitHub actions

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

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

b17110afbeef64ac0684f8f80358d925d3df60a7 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...

95e56ce81b1115233a790b2e8e09c41f64121d1c authored about 3 years ago by Julian Simioni <[email protected]>
Merge pull request #57 from pelias/readme_header

add project header to readme

1f6e3c674ff0742888ad7b3ce62b20810eb89e62 authored over 3 years ago by Peter Johnson <[email protected]>
docs: add project header to readme

79ff220a60cae65db7ef0f3e9bfd3f506e8ee20a authored over 3 years ago by missinglink <[email protected]>
Merge pull request #58 from pelias/actions

add github actions workflow to replace travis

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

af350c345fa7fe1ac4cac55fd43c208d60ed41ae authored over 3 years ago by missinglink <[email protected]>
Merge pull request #56 from pelias/deps

update dependencies

f0d76a646a184455eb52330bae14c2b98726ec6a authored over 3 years ago by Peter Johnson <[email protected]>
fix(package): update dependencies

9d972b6f929c1cbaf27ba40e7773aef5ef69ee1f authored over 3 years ago by missinglink <[email protected]>
Merge pull request #55 from pelias/remove-nodejs-8

Drop support for Node.js 8

89379ef51c607ad717c18525582ffe448040b9b8 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...

7c360e86fbf75442a20752a5bed4b559cbcbd7f6 authored over 4 years ago by Julian Simioni <[email protected]>
Merge pull request #54 from pelias/fix-travis-config

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

aabe128f324231f2c1482bb24a1f8161dc212bc4 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...

fe458a633c22da8f2445f54ce10a01cf23600b2f authored over 4 years ago by Julian Simioni <[email protected]>
Merge pull request #52 from pelias/add-nodejs-12-to-ci

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

4daabe2d70c2bf1dc472d4ddc38b39620e167eba 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...

0884be4d76fad4c47f78710a6354aad61928ed5f authored about 5 years ago by Julian Simioni <[email protected]>
Merge pull request #50 from pelias/greenkeeper/pelias-config-4.0.0

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

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

Closes #49

f777bb4bcd9ca893f4a6018f2f35d1b5737b8d36 authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
chore(release): Skip semantic-release run on pull requests

This should speed up our CI slightly

57051458664289507af2a1ff591de58d71904f21 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

125d498962ab6cfe667313dc1fc39dbadb1b7ce6 authored almost 6 years ago by Julian Simioni <[email protected]>
feat(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...

39ea63480d9eab1e361cf6ec3cc7a344c71c75d1 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #48 from pelias/stringify-json-logs

fix(json-logs): use stringify option

fa8a7c0690f7ed52bb50f70dc744901866bcfaaa authored over 6 years ago by Julian Simioni <[email protected]>
fix(json-logs): use stringify option

This forces the JSON output to be on a single line. Without it, it's not
easy to parse the logs....

fc702f18c1a5288b5c65517a4f9f8ce491560113 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #47 from pelias/allow-configuring-json

feat(console-log): Allow configuring logs as JSON

7ff7e6c8dffe05d0cce9a0b8c947c5dff623f37b authored over 6 years ago by Julian Simioni <[email protected]>
feat(console-log): Allow configuring logs as JSON

By setting a flag on the console logger, we can easily convert all
outgoing logs with pelias-log...

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

Semantic release build stage

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

a8b9af6bae0e007d1c61c389b657bc390a33b286 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...

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

As this is an NPM module, the master branch is where we do releases.
Running semantic-release an...

f473a0e0ca5530514704a0c2d53cff6db216ca9d authored over 6 years ago by Julian Simioni <[email protected]>
feat(version): v1.0.0

BREAKING CHANGE: There actually is nothing in this change, however we
want to force a release to...

8fb3deafd3af35e322410b800809008e1cbca0e0 authored over 6 years ago by Julian Simioni <[email protected]>
Merge pull request #46 from pelias/v-1.0.0

feat(version): v1.0.0

10db02b287bceaeda7c0a22c2bcaad645e9af884 authored over 6 years ago by Julian Simioni <[email protected]>
feat(version): v1.0.0

BREAKING CHANGE

There is nothing in this change, however we want to force a release to
1.0.0. `...

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

Use carat ranges for all Pelias Dependencies

b5875685bd1b48409e17d342eec1ac2fa54351a5 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...

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

Update pelias-config to the latest version 🚀

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

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

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

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

Closes #38

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

Cleanup

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

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

b58f2655556673bd63c2eb531a6650b79eaf3a12 authored over 6 years ago by Julian Simioni <[email protected]>
Properly configure semantic-release

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

02ccb4aa5bce794809b9037cd83906fcba9c9eaf authored over 6 years ago by Julian Simioni <[email protected]>
Change default NPM version

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

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

1be48f4bb654876012a0bf08ce6499703ff65343 authored over 6 years ago by Julian Simioni <[email protected]>
Remove redundant TravisCI settings

1886a9834615d85c908ad385c2eb2669323102c0 authored over 6 years ago by Julian Simioni <[email protected]>
Remove npm-check

933a0a600d5e41e86a82088b34dc5ac31ce01064 authored over 6 years ago by Julian Simioni <[email protected]>
Skip TravisCI builds on release tags

d70da6001833660754045ea236425549fc880f03 authored over 6 years ago by Julian Simioni <[email protected]>
feat: Update README header and description

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

Update semantic-release to the latest version 🚀

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

11d5270c0f9b700175ef605423f1b79d9937d6a9 authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix: Merge pull request #35 from pelias/greenkeeper/pelias-config-2.14.0

Update pelias-config to the latest version 🚀

a7c1da4b87124b85cb530a5a764d6ddc78035d5b authored almost 7 years ago by Stephen Hess <[email protected]>
fix(package): update pelias-config to version 2.14.0

dd4d9874ce81d0ec82bc0d66096fa0a046f4276f authored almost 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
feat: Merge pull request #33 from pelias/greenkeeper/pelias-config-2.13.0

Update pelias-config to the latest version 🚀

ca4bdb4c8b4e7ba814f9e2030847dd13cbd48380 authored about 7 years ago by Stephen Hess <[email protected]>
fix(package): update pelias-config to version 2.13.0

731cfc44a7e671196a0f02b6a861dcdac3bc07f3 authored about 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #32 from pelias/repo-crawler-npx-sem-rel

Use NPX to run Greenkeeper with Node.js 8

35c7973da40750535310ab865e3eadf902705136 authored about 7 years ago by Diana Shkolnikov <[email protected]>
update npm-check to ignore updates

67e7731689ef63f58e18ad08c0539e071455b925 authored about 7 years ago by Diana Shkolnikov <[email protected]>
Merge pull request #31 from pelias/greenkeeper/semantic-release-8.0.3

chore(package): update semantic-release to version 8.0.3

e65923767fc67f5d15ef382da01db9f31415bf51 authored about 7 years ago by Diana Shkolnikov <[email protected]>
Merge branch 'master' into greenkeeper/semantic-release-8.0.3

4358a183a874eabdcb2d9d10ee5e8d1f2e0fb4a8 authored about 7 years ago by Diana Shkolnikov <[email protected]>
Merge pull request #27 from pelias/greenkeeper/pelias-config-2.12.1

Update pelias-config to the latest version 🚀

2e2e1f2e7abb0a27c87546280a56be25d3206653 authored about 7 years ago by Diana Shkolnikov <[email protected]>
chore(package): update semantic-release to version 8.0.3

Closes #28

4699d33badce46ab0f266433d5ed36b7f92ea339 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix(package): update pelias-config to version 2.12.1

554f14616f58341073081f292167c09726245083 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #26 from pelias/greenkeeper/semantic-release-7.0.1

Update semantic-release to the latest version 🚀

63cf6f69813873430d42b6f852550f661ef98b0c authored over 7 years ago by Diana Shkolnikov <[email protected]>
chore(package): update semantic-release to version 7.0.1

7a166f5fa89c0bb8f93ecb9e83281ddb54a6dd56 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #25 from pelias/greenkeeper/pelias-config-2.12.0

Update pelias-config to the latest version 🚀

f31194d381d6f8bbfb1b92ccf25e4527b8c78d8e authored over 7 years ago by Julian Simioni <[email protected]>
update pelias-config to version 2.12.0

3b73b847dfc6af1152018222dacc7c7e288af4f8 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #22 from pelias/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴

728040bd7721b622e537a4f7d4781fe148d10910 authored over 7 years ago by Julian Simioni <[email protected]>
docs(readme): add Greenkeeper badge

https://greenkeeper.io/

266ddd372d911c11338a68089ce57ae97c64f678 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Merge pull request #24 from pelias/repo-crawler-add-dep-check

Update npm-check to ignore updates

15a67666626c3488203d0d5097342ffb6c7aaf44 authored over 7 years ago by Julian Simioni <[email protected]>
update npm-check to ignore updates

e89562c84e02957219bb3928a54f1008d7e94cf9 authored over 7 years ago by Diana Shkolnikov <[email protected]>
feat: Merge pull request #23 from pelias/repo-crawler-add-dep-check

Add dependency checks to pre-commit and travis

8cc7e32e538e0cebd3db21aa0b0abe2ca85932ef authored over 7 years ago by Diana Shkolnikov <[email protected]>
update pelias-config

5eb50957afff6df62c3a71b5256279bc6d2b66cd authored over 7 years ago by Diana Shkolnikov <[email protected]>
update dependencies

364c84afc8baa6e8a0dfcc0681109c1d01e1793a authored over 7 years ago by Diana Shkolnikov <[email protected]>
add missing npm-check

b036f6ede4857b584452de8f63adb4741b2fe00a authored over 7 years ago by Diana Shkolnikov <[email protected]>
add dependency check to pre-commit and travis

637831959a527f51ea3085eb167ac8e760cc12f3 authored over 7 years ago by Diana Shkolnikov <[email protected]>
Merge pull request #21 from pelias/greenkeeper-pelias-config-2.7.1

Update pelias-config to version 2.7.1 🚀

89a47980e097c585b4b4ca6c933b15fc34552190 authored almost 8 years ago by Diana Shkolnikov <[email protected]>
chore(package): update pelias-config to version 2.7.1

https://greenkeeper.io/

ff2537b6eb465c0def2374c18252894c65456ca2 authored almost 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #18 from pelias/greenkeeper-pelias-config-2.4.0

Update pelias-config to version 2.4.0 🚀

74f02ea1f5c477d8a2e4f8af8f7c946b0c74521c authored about 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-config to version 2.4.0

https://greenkeeper.io/

425c1f4454427105fb4fde997f8e9bd89dcb82e8 authored about 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #17 from pelias/greenkeeper-semantic-release-6.3.2

Update semantic-release to version 6.3.2 🚀

0958fbe70c72f1d30f6127c4390e86115a23e7e5 authored about 8 years ago by Julian Simioni <[email protected]>
Remove travis_after_all from .travis.yml

This is no longer needed with semantic-release 6!

3619ae50b6106ce2ba3697d7aaad41f937d42fc0 authored about 8 years ago by Julian Simioni <[email protected]>
chore(package): update semantic-release to version 6.3.2

https://greenkeeper.io/

b205ff608e1293f2a5547e52eb66819591b2d33c authored about 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #16 from pelias/greenkeeper-pelias-config-2.3.1

Update pelias-config to version 2.3.1 🚀

40e6c5de73b01ffa1968f33a2dc2dce0ce2ab41d authored about 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-config to version 2.3.1

https://greenkeeper.io/

5fc85dc8f8271f39fd20eaca6600ea022a93bb3e authored about 8 years ago by greenkeeperio-bot <[email protected]>
feat: Merge pull request #15 from pelias/require-node4

Require Node.js 4.0 or greater

cc7c93af0db69da2716626e8a15418f849345c1e authored about 8 years ago by Julian Simioni <[email protected]>
Remove Node.js 0.12 from TravisCI

cd04e08d8441aad93ce89d4355e0d3a24e4c6605 authored about 8 years ago by Julian Simioni <[email protected]>
Require Node.js 4 or newer via engines parameter

f06278c3951de791553dd6a63414ff5b2e2ea300 authored about 8 years ago by Julian Simioni <[email protected]>
Merge pull request #14 from pelias/semantic-release

Set up semantic-release

a98303b3fa6b1b4e0be00f608a558ddb93da72da authored about 8 years ago by Julian Simioni <[email protected]>
Set up semantic-release

16c5eab7773f87b56b52a183d5bf60195536e474 authored about 8 years ago by Julian Simioni <[email protected]>
Merge pull request #13 from pelias/greenkeeper-pelias-config-2.3.0

Update pelias-config to version 2.3.0 🚀

651df4d472d9ae6bebbfa2bd73158a698601ea4d authored about 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-config to version 2.3.0

https://greenkeeper.io/

f7012b2514b614d14bfb3e7c13cb997855cefdfe authored about 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #11 from pelias/update_travis_node_versions

Update travis node versions

018baeb293bc339f919628feaf2fec4b5a700b3b authored over 8 years ago by Julian Simioni <[email protected]>
Require Node.js v6 tests to pass

ec0d17b20fe13c15a8e2fb3f491623b1afcb29d1 authored over 8 years ago by Julian Simioni <[email protected]>
Remove Node.js v5 from TravisCI

b51259f89feaf1764f52b5b0a06f0a170d108fca authored over 8 years ago by Julian Simioni <[email protected]>
Merge pull request #10 from pelias/automated_travis_update

automated travis config update

f206bf6e0726452c7c487083766f66fb68f3c0a6 authored over 8 years ago by Peter Johnson <[email protected]>
automated travis config update

68b4370e9b0bd5ebefaf113a0ee977c28d1cd3e7 authored over 8 years ago by Peter Johnson <[email protected]>
Merge pull request #9 from pelias/greenkeeper-pelias-config-2.1.0

Update pelias-config to version 2.1.0 🚀

c898756add24e8eeb234bd5756e239b8602c9606 authored over 8 years ago by Julian Simioni <[email protected]>
chore(package): update pelias-config to version 2.1.0

https://greenkeeper.io/

b6e5de5af75310243decae13dfc9d9bc6711ec8d authored over 8 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #8 from pelias/dep-version-changes

Update version numbers for 'pelias-' dependencies

8dd576ead96e96127f47b62b33e73b94bc2eadc8 authored over 8 years ago by Julian Simioni <[email protected]>
Update version numbers for 'pelias-' dependencies

28639364b7293c9100116078a7bc03f24be6871b authored over 8 years ago by avulfson17 <[email protected]>
Add LGTM config

3192586ca6f65551cc8e530f754fbf14371977af authored over 8 years ago by Julian Simioni <[email protected]>