Diana Shkolnikov
|
c06607a23e
|
Merge pull request #974 from rabidllama/postcode-fix
Added postalcode rules for node-postal call and fallbacks
|
7 years ago |
Adam Rousell
|
8d7c01dcbe
|
Added tests for postcode fix
|
7 years ago |
Julian Simioni
|
26d704bf75
|
Merge pull request #983 from pelias/skip_docker_images_for_greenkeeper
Skip CI Docker Image builds on Greenkeeper branches
|
7 years ago |
Julian Simioni
|
d298ef495a
|
Skip CI Docker Image builds on Greenkeeper branches
We most likely will not want these Docker images and they can fail due
to characters in branch names that are not valid in Docker image tags.
Note: because CircleCI appears to allow only using sh, rather than bash,
we use the method from https://stackoverflow.com/questions/229551/string-contains-in-bash/20460402#2046040
Fixes https://github.com/pelias/api/issues/975
|
7 years ago |
Lily He
|
466560d9e0
|
Merge pull request #946 from pelias/add-debug-logs
More debug logs to controllers
|
7 years ago |
Lily He
|
9405a8f370
|
correct timer timings for controller debug logs
|
7 years ago |
Stephen K Hess
|
b661fe2582
|
Merge pull request #977 from pelias/handle-undefined-response-from-text-analyzer
treat undefined text-analyzer response as no house number available
|
7 years ago |
Stephen Hess
|
42097fafb2
|
treat undefined text-analyzer response as no house number available
|
7 years ago |
Stephen K Hess
|
66403e619d
|
Merge pull request #968 from pelias/move-request-language-to-sanitizer
added stub request_language sanitizer that just allows lang param
|
7 years ago |
Stephen Hess
|
30b7290990
|
added stub request_language sanitizer that just allows lang param
|
7 years ago |
Julian Simioni
|
5be9ef3e62
|
Merge pull request #967 from tadjik1/patch-2
Make .dockerignore node-specific
|
7 years ago |
Sergey Zelenov
|
d3ff5a57de
|
Make .dockerignore node-specific
Add to dockerignore some node-specific things (like node_modules).
|
7 years ago |
Julian Simioni
|
b18cc6bf82
|
fix: Merge pull request #962 from pelias/root_route
Add default route redirecting to /v1
|
7 years ago |
Julian Simioni
|
fb9b76ef6f
|
Add default route redirecting to /v1
This makes the root URL of the API a bit more friendly
Fixes https://github.com/pelias/api/issues/961
|
7 years ago |
Julian Simioni
|
fe2eb57c64
|
Merge pull request #956 from pelias/dockerfile
Update Dockerfile with changes from dockerfile repo and add CircleCI config
|
7 years ago |
Diana Shkolnikov
|
d4f89bef02
|
Merge pull request #957 from pelias/greenkeeper/pelias-query-9.1.0
fix(package): update pelias-query to version 9.1.0
|
7 years ago |
greenkeeper[bot]
|
a61a3f7e6c
|
fix(package): update pelias-query to version 9.1.0
Closes #844
|
7 years ago |
Julian Simioni
|
4a48bf54e9
|
Use COPY instead of ADD
It has more predictable behavior: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#add-or-copy
|
7 years ago |
Julian Simioni
|
171b529b81
|
Use new maintainer label format
|
7 years ago |
Lily He
|
ad1d88ac62
|
log libpostal and placeholder responses to debug
|
7 years ago |
Lily He
|
12a1dcba08
|
update controller debug timers to new format
|
7 years ago |
Lily He
|
9ee5025312
|
predicates debugging prints stack trace snippet
|
7 years ago |
Lily He
|
7ecf770d79
|
create stackTraceLine helper to debug predicates
|
7 years ago |
Lily He
|
af03e706b2
|
debug push takes function & beginTimer returns Date
|
7 years ago |
Julian Simioni
|
fba8c5c417
|
Remove Docker specific pelias.json
There is a default file managed by the pelias baseimage.
|
7 years ago |
Julian Simioni
|
d06077a173
|
Add dockerignore file
For now, only exclude .git directory, which weighs in at 27MB.
|
7 years ago |
Julian Simioni
|
a658c34dd4
|
Add CircleCI configuration
Connects https://github.com/pelias/dockerfiles/issues/21
|
7 years ago |
Julian Simioni
|
4f7b041f72
|
Use best practices for CMD parameters
See the section at
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/
|
7 years ago |
Julian Simioni
|
9f817ae428
|
Inherit from libpostal_baseimage
|
7 years ago |
Diana Shkolnikov
|
6c79e169f0
|
Merge pull request #954 from pelias/greenkeeper/pelias-text-analyzer-1.9.1
Update pelias-text-analyzer to the latest version π
|
7 years ago |
Diana Shkolnikov
|
51e1c9a9f2
|
Merge pull request #955 from pelias/greenkeeper/pelias-model-5.0.1
Update pelias-model to the latest version π
|
7 years ago |
greenkeeper[bot]
|
48d94c636e
|
fix(package): update pelias-model to version 5.0.1
|
7 years ago |
greenkeeper[bot]
|
875dd07307
|
fix(package): update pelias-text-analyzer to version 1.9.1
|
7 years ago |
Diana Shkolnikov
|
30be33add5
|
Merge pull request #948 from pelias/greenkeeper/tmp-0.0.33
Update tmp to the latest version π
|
7 years ago |
Diana Shkolnikov
|
48d44e13e1
|
Merge pull request #950 from pelias/greenkeeper/semantic-release-7.0.1
Update semantic-release to the latest version π
|
7 years ago |
Peter Johnson
|
4549dfdacb
|
Merge pull request #951 from tadjik1/patch-1
Fix typo in test/unit/controller/search_with_ids
|
7 years ago |
Sergey Zelenov
|
1f3bb4608c
|
Fix typo in test/unit/controller/search_with_ids
Seems like a typo, should be `deepEqual` instead of `ok`
|
7 years ago |
Stephen K Hess
|
078912ea92
|
Merge pull request #949 from pelias/remove-is-service-enabled-predicate
removed unused is_service_enabled predicate
|
7 years ago |
Adam Rousell
|
f86ee4a40f
|
Added postalcode rules for node-postal call and fallbacks
|
7 years ago |
greenkeeper[bot]
|
98440bbc6f
|
chore(package): update semantic-release to version 7.0.1
|
7 years ago |
Stephen Hess
|
ab332e43ee
|
removed unused is_service_enabled predicate
|
7 years ago |
greenkeeper[bot]
|
c7a5355ce3
|
chore(package): update tmp to version 0.0.33
|
7 years ago |
Stephen K Hess
|
989930b631
|
Merge pull request #945 from pelias/greenkeeper/geojson-0.5.0
Update geojson to the latest version π
|
7 years ago |
Stephen K Hess
|
a3db118af7
|
Merge pull request #936 from pelias/convert-language-and-interpolation-to-microservices
Convert language and interpolation to microservices
|
7 years ago |
Stephen Hess
|
bfa8475443
|
fix @missinglink's typo
|
7 years ago |
Stephen Hess
|
951b18e656
|
switched to has_parsed_text_properties
|
7 years ago |
Stephen Hess
|
99d6c6ba11
|
removed language service from schema
|
7 years ago |
Stephen Hess
|
f8f1923c0e
|
configure language service from placeholder definition
|
7 years ago |
Stephen Hess
|
cf167ce933
|
map sources from helper/type_mapping.js
|
7 years ago |
Stephen Hess
|
2d71422be9
|
add comments
|
7 years ago |