Diana Shkolnikov
b60e0113b3
check for missing parent object in confidence score computation
7 years ago
Julian Simioni
a1b567ed16
Merge pull request #1005 from pelias/hotfix-2017-09-25
...
Hotfix 2017 09 25
7 years ago
missinglink
3913c836e2
feat(coarse_reverse): improve logger assertions
7 years ago
missinglink
b88d2a0abe
feat(coarse_reverse): add try/catch block around synthesizeDoc code
7 years ago
Peter Johnson
187a9986c5
Merge pull request #1003 from pelias/coarse_reverse_try_catch
...
feat(coarse_reverse): add try/catch block around synthesizeDoc code
7 years ago
missinglink
45f313d8d9
feat(coarse_reverse): improve logger assertions
7 years ago
missinglink
c72822b805
feat(coarse_reverse): add try/catch block around synthesizeDoc code
7 years ago
Stephen K Hess
177fda552a
Merge pull request #1000 from pelias/faster_travis
...
Faster travis
7 years ago
Stephen K Hess
f6a1cdbc3d
Merge pull request #999 from pelias/greenkeeper_npx
...
Use NPX to run Greenkeeper with Node.js 8
7 years ago
Stephen Hess
c6e5611863
Remove install of gcc 4.8 in TravisCI
7 years ago
Stephen Hess
1dc115d08f
Use NPX to run Greenkeeper with Node.js 8
7 years ago
Stephen K Hess
df497aa8f7
Merge pull request #998 from pelias/greenkeeper/pelias-microservice-wrapper-1.2.1
...
Update pelias-microservice-wrapper to the latest version 🚀
7 years ago
greenkeeper[bot]
78beaece67
fix(package): update pelias-microservice-wrapper to version 1.2.1
7 years ago
Julian Simioni
2b7aa5df1d
feat: Merge pull request #980 from pelias/remove_old_circle_config
...
Remove old CircleCI config
7 years ago
Stephen K Hess
95b3844a0f
Merge pull request #996 from pelias/greenkeeper/pelias-mock-logger-1.2.0
...
Update pelias-mock-logger to the latest version 🚀
7 years ago
Julian Simioni
fb7d9d02c0
feat: Merge pull request #982 from pelias/remove_allow_credentials_cors_header
...
Remove Access-Control-Allow-Credentials header
7 years ago
Stephen Hess
e67e49421b
updated test
7 years ago
Stephen K Hess
27fcb1f1c5
Merge pull request #992 from pelias/greenkeeper/semantic-release-8.0.0
...
Update semantic-release to the latest version 🚀
7 years ago
Stephen K Hess
8d1a6795a0
Merge pull request #997 from pelias/greenkeeper/pelias-model-5.1.0
...
Update pelias-model to the latest version 🚀
7 years ago
Stephen K Hess
f98796e5be
Merge pull request #991 from pelias/greenkeeper/pelias-config-2.12.1
...
Update pelias-config to the latest version 🚀
7 years ago
Stephen K Hess
30364b9b80
Merge pull request #990 from pelias/greenkeeper/pelias-text-analyzer-1.9.2
...
Update pelias-text-analyzer to the latest version 🚀
7 years ago
greenkeeper[bot]
7aacf987ea
fix(package): update pelias-model to version 5.1.0
7 years ago
greenkeeper[bot]
af25ab9763
chore(package): update pelias-mock-logger to version 1.2.0
7 years ago
Diana Shkolnikov
95829b2b77
Merge pull request #993 from pelias/staging
...
Merge staging into production
7 years ago
Diana Shkolnikov
7ca0d48c11
Merge pull request #985 from pelias/master
...
Merge master into staging
7 years ago
greenkeeper[bot]
7f516ab1b5
chore(package): update semantic-release to version 8.0.0
7 years ago
greenkeeper[bot]
7acb1c094a
fix(package): update pelias-config to version 2.12.1
7 years ago
greenkeeper[bot]
e572dbc439
fix(package): update pelias-text-analyzer to version 1.9.2
7 years ago
Diana Shkolnikov
9933628677
Merge pull request #989 from pelias/greenkeeper/joi-11.0.1
...
fix(package): update joi to version 11.0.1
7 years ago
Julian Simioni
2e1b30dac5
Merge pull request #988 from pelias/fix_circle
...
Fix CircleCI script to skip Greenkeeper branch builds
7 years ago
Julian Simioni
4f74818742
Fix CircleCI script to skip Greenkeeper branch builds
...
Somehow I completely failed at copying code [from
StackOverflow](https://speakerdeck.com/noelrap/the-road-to-legacy-is-paved-with-good-intentions ) in https://github.com/pelias/api/pull/983 .
Instead of skipping Docker image builds only for branches with
greenkeeper in the name, it _always_ skipped the build!
Connects https://github.com/pelias/dockerfiles/issues/21
7 years ago
greenkeeper[bot]
0b8925f318
fix(package): update joi to version 11.0.1
...
Closes #987
7 years ago
Stephen K Hess
3cbb44d138
Merge pull request #986 from pelias/staging
...
Merge staging into production
7 years ago
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
Diana Shkolnikov
23b6a84a37
Merge pull request #981 from pelias/master
...
Merge master into staging
7 years ago
Julian Simioni
a233e11d59
Remove Access-Control-Allow-Credentials header
...
This header is only relevant if dealing with authentication via cookies
or other methods in HTTP requests. The Pelias API intentionally doesn't
deal with authentication at all, assuming anyone who wants
authentication will deal with it using a service placed between Pelias
and end users.
Additionally the CORS spec [does not allow](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Credentialed_requests_and_wildcards )
specifying this header while setting a wildcard for
`Access-Control-Allow-Origin`, so it can cause problems in some cases.
Fixes https://github.com/pelias/api/issues/971
7 years ago
Julian Simioni
28e8bf69cf
Remove olde CircleCI config
...
This configuration was still around before we added a new one in
https://github.com/pelias/api/pull/956 .
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
Diana Shkolnikov
211bed1e03
Merge pull request #979 from pelias/staging
...
Merge staging into production
7 years ago
Diana Shkolnikov
d32377f86e
Merge pull request #978 from pelias/master
...
Merge master into staging
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
Julian Simioni
c789cbeb70
Merge pull request #970 from pelias/staging
...
Merge staging into production
7 years ago
Julian Simioni
2a8ef37dbc
Merge pull request #969 from pelias/master
...
Merge master into staging
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