Julian Simioni
6fb038c3fd
Merge pull request #1137 from pelias/ci-cleanup
...
CI cleanup
7 years ago
Julian Simioni
e5afa25b5e
Skip npm prune on Travis
...
Travis always installs fresh, so this should never be needed
7 years ago
Julian Simioni
01ca6e6c65
Remove npm-check
7 years ago
Julian Simioni
d3db8f2e83
Merge pull request #1135 from pelias/fix-semantic-release
...
Fix semantic release run
7 years ago
Julian Simioni
06f7099598
Fix semantic release run
7 years ago
Julian Simioni
e68e420e94
Merge pull request #1126 from pelias/nodejs-10
...
Add Node.js 10 to TravisCI
7 years ago
Julian Simioni
b829fc1a20
feat: Add Node.js 10 to TravisCI
...
Connects https://github.com/pelias/pelias/issues/723
7 years ago
Julian Simioni
284b32a2a4
feat: Merge pull request #1133 from pelias/semantic-release-on-production-branch
...
Run semantic-relase on the production branch
7 years ago
Julian Simioni
37430d5dab
Run semantic-relase on the production branch
...
This change will make semantic-release run only on the `production`
branch. This means only merges to production will create new NPM
packages, GitHub releases, git tags, and `:latest` Docker images on
Docker hub.
Connects https://github.com/pelias/pelias/issues/721
7 years ago
Julian Simioni
647b48cd92
feat: Merge pull request #1127 from sweco-semhul/use-unit-in-structured-search
...
Adding support for unit field in structured search.
7 years ago
semhul
a0aa5ed7f2
Adding support for unit field in structured search. If libpostal finds it in input use it for searching
7 years ago
Julian Simioni
d48ce88c86
fix: Merge pull request #1125 from pelias/fix-readme-link
...
Fix link to documentation
7 years ago
Julian Simioni
1b00b643f1
Fix link to documentation
...
I think this was broken by
https://github.com/pelias/documentation/pull/219 and the rename of
pelias/pelias-doc to pelias/documentation
7 years ago
Julian Simioni
89fb8ee121
Merge pull request #1115 from pelias/improve-readme
...
Improve README for Mapzen shutdown and Libpostal service
7 years ago
Julian Simioni
0785f28a64
Remove default focus point from example config
...
I predict this would have caused weird query issues for people who
copied it
7 years ago
Julian Simioni
f8771ca6f8
Update Node.js versions in README
7 years ago
Julian Simioni
6718373d87
Update LICENSE
7 years ago
Julian Simioni
0a1b34aea5
Add note that there are services besides Elasticsearch
7 years ago
Julian Simioni
66e21b4d23
Update example pelias.json
7 years ago
Julian Simioni
8ac8adb819
Fix grammar
7 years ago
Julian Simioni
04a3ae84db
Update list of services with libpostal
7 years ago
Julian Simioni
5ace10adc6
Update README header
...
We should probably propagate this change to all READMEs.
7 years ago
Julian Simioni
891869c8af
Merge pull request #1092 from pelias/greenkeeper/proxyquire-2.0.0
...
Update proxyquire to the latest version 🚀
7 years ago
greenkeeper[bot]
c4330c8af1
chore(package): update proxyquire to version 2.0.0
7 years ago
Julian Simioni
47ff65a14b
Merge pull request #1112 from pelias/greenkeeper/semantic-release-15.1.4
...
chore(package): update semantic-release to version 15.1.4
7 years ago
greenkeeper[bot]
922fc24049
chore(package): update semantic-release to version 15.1.4
...
Closes #1094
7 years ago
Julian Simioni
15c996474e
feat: Merge pull request #1111 from pelias/drop-nodejs-4-add-8
...
Drop Node.js 4 support, add Node.js 8 support
7 years ago
Julian Simioni
204f5297de
Remove all leading newlines in files
7 years ago
Julian Simioni
02aac0c13e
Remove use stricts
7 years ago
Julian Simioni
f437600ca0
Remove TravisCI settings not needed with Node.js 8
7 years ago
Julian Simioni
a4d93b357c
Test on Node.js 6 and 8 in TravisCI
7 years ago
Julian Simioni
db8194b0de
Increase Node.js requirement to 6.0.0 or higher
7 years ago
Julian Simioni
cf1912efb7
feat: Merge pull request #1110 from pelias/mapzen-cleanup
...
Mapzen cleanup
7 years ago
Julian Simioni
8bccfc4fd2
Remove other instances of Mapzen
7 years ago
Julian Simioni
a488cca834
Update Pelias attribution URL
...
Connects https://github.com/pelias/pelias/issues/703
7 years ago
Peter Johnson
d6b6578b21
Merge pull request #1102 from pelias/name_aliases
...
feat: support aliases for name fields
7 years ago
missinglink
59f0f4d70e
add line comment, fix line comment
7 years ago
missinglink
e01fdb85c9
support aliases for label generation
7 years ago
missinglink
7a01e794cf
support aliases for name fields
7 years ago
Julian Simioni
9b09c7739b
fix: Merge pull request #1107 from pelias/fix-verbose-error-output
...
Fix extremely verbose, repeated error output
7 years ago
Julian Simioni
e5e3b92af3
Fix extremely verbose, repeated error output
...
In some error cases, a warning is repeated many many times. It turns out
there is code checking against elasticsearch error codes, and warning
_each_ time it fails to match aganst one of them.
Many times, the error that is being compared is not from elasticsearch,
and in any case, the [elasticsearch-exceptions](https://www.npmjs.com/package/elasticsearch-exceptions )
module is 3 years old. We should rewrite most of this code and stop
using that module.
For now, this at least reduces log noise.
7 years ago
Julian Simioni
f277408431
Merge pull request #1109 from pelias/greenkeeper/elasticsearch-14.2.1
...
fix(package): update elasticsearch to version 14.2.1
7 years ago
greenkeeper[bot]
152e7cf7c4
fix(package): update elasticsearch to version 14.2.1
...
Closes #1062
7 years ago
Julian Simioni
054acc8a8f
fix: Merge pull request #1106 from pelias/remove-expose
...
Remove EXPOSE command from Dockerfile
7 years ago
Julian Simioni
38c082357b
Remove EXPOSE command from Dockerfile
...
Since we use the `PORT` env var to configure the port, this value will
often be out of date. It leads to some confusing output in, for example
`docker-compose ps` when using a port other than the default:
```
julian@manhattan ~/repos/pelias/dockerfiles $ docker-compose ps
Name Command State Ports
---------------------------------------------------------------------------------------------------------------------
pelias_api ./bin/start Up 3100/tcp, 0.0.0.0:4000->4000/tcp
```
Notice how the Ports section shows 3100, even though nothing is running
on that port in the container, because the `PORT` env var was set to
4000.
7 years ago
Julian Simioni
79e41c5c14
feat: Merge pull request #1105 from pelias/attribution_url
...
fix attribution link
7 years ago
missinglink
1752875f11
feat: fix attribution link
7 years ago
Julian Simioni
a8a6991b26
Avoid NPM when starting Dockerfile
7 years ago
Julian Simioni
2cec2d5c6b
feat: Merge pull request #1097 from pelias/reduce-reverse-maxSize
...
Reduce minimum result size of reverse Elasticsearch query
7 years ago
Julian Simioni
dccad99d78
Move sizeCalculator middleware tests to the correct place
7 years ago