Julian Simioni
0e78167f17
[/place] Accept any valid layer for geonames
...
Instead of checking if the source/layer combination for geonames is
valid, always use the geoname type if the source is set to geonames,
regardless of which layer is in the gid.
This helps us better handle the case where people directly take gids
from our API responses.
Note: this functionality shouldn't be permanent and should be removed
once our new source/layer mapping system is in.
9 years ago
Julian Simioni
18de8b5699
Remove unused test examples
9 years ago
Julian Simioni
a129df1125
Check pelias server is running before generating docs
...
And generate a helpful error message if not.
9 years ago
Julian Simioni
0f121c5ffe
Move doc generation commands to script file
...
They were getting too large already, and I want to add more.
9 years ago
Julian Simioni
0146050620
Ignore failures removing docs directory
...
If the docs files aren't there, it's expected that removing them would
fail, and the task should continue.
9 years ago
Julian Simioni
435104842d
Fix failing Ciao tests
...
They were expecting certain parts of the response to not be there when
an error is returned, but that's overspecifying the result in my
opinion.
9 years ago
Julian Simioni
149ee8e6cb
Merge pull request #400 from HSLdevcom/master
...
Dockerize Pelias API
9 years ago
Diana Shkolnikov
b7dc0dc431
Merge pull request #396 from pelias/master
...
Merge master into staging
9 years ago
David Riordan
6000ee0bf4
Merge pull request #394 from pelias/fix_circle_deployment
...
fix circle deployments
9 years ago
Grant Heffernan
569204be77
fix circle deployments
9 years ago
David Riordan
7fa5a4e292
Merge pull request #385 from pelias/use-tapes-does-not-throw
...
Use throws and doesNotThrow from Tape
9 years ago
Julian Simioni
9dd5e1bfe0
Merge branch 'master' into staging
9 years ago
Julian Simioni
16bf0e3f59
Merge pull request #378 from pelias/autocomplete_config_tweaks
...
autocomplete overhaul
9 years ago
missinglink
8a213b70bb
simplify pass 3
9 years ago
missinglink
8474dede20
simplify pass 2
9 years ago
missinglink
6711aa45e0
simplify pass 1
9 years ago
missinglink
014cb06bad
merge master, fix tests
9 years ago
missinglink
25bec738ab
Merge branch 'master' into autocomplete_config_tweaks
9 years ago
missinglink
3b4d566b11
add unit test
9 years ago
missinglink
9ceb8f37d2
more tweaks
9 years ago
Hannes Junnila
96817994f6
add default config
9 years ago
Hannes Junnila
cff28174b9
Use older Node version
9 years ago
Hannes Junnila
20da6502cc
Preliminary Dockerfile
9 years ago
Julian Simioni
f134721264
Merge branch 'master' into staging
9 years ago
Julian Simioni
838e66cb1d
Merge pull request #390 from pelias/dedupe-non-ascii
...
Fix deduping for non-ascii strings
9 years ago
Diana Shkolnikov
df93be7543
Fix deduping for non-ascii strings
9 years ago
Julian Simioni
9ebfe8f76e
Merge branch 'master' into staging
9 years ago
Julian Simioni
3d10f83ca3
Merge remote-tracking branch 'origin/disable_viewport_scale'
9 years ago
Julian Simioni
c7b97ee0bb
Merge pull request #388 from pelias/disable_viewport_scale
...
disable viewport scale
9 years ago
Peter Johnson
db5a78623a
disable viewport scale
9 years ago
Peter Johnson
f1ead56e60
disable viewport scale
9 years ago
Peter Johnson
3236d97d4a
switch back to using standard analyzer for ngrams must condition
9 years ago
Peter Johnson
c0385fcdef
massive boost to admin (when specified)
9 years ago
Peter Johnson
22fa0d0458
hack hack hack
9 years ago
Peter Johnson
68921e7d94
more tweaks
9 years ago
Peter Johnson
3d29b09805
more tweaks
9 years ago
Peter Johnson
b974f304e7
trim
9 years ago
Peter Johnson
df7606786c
config tweaks
9 years ago
Peter Johnson
661d19ccf2
more tweaks
9 years ago
Peter Johnson
a022e62acb
more tweaks
9 years ago
Julian Simioni
967f572726
Merge branch 'master' into staging
9 years ago
Julian Simioni
d42e143d5e
Merge pull request #382 from pelias/reenable_address_parsing_for_autocomplete
...
Reenable address parsing for autocomplete
9 years ago
Julian Simioni
87f6f32985
Use tape's throws where appropriate
9 years ago
Julian Simioni
fcc9237993
Use tape's doesNotThrow where appropriate
9 years ago
Julian Simioni
b5be8dea42
Remove duplicate test
9 years ago
Diana Shkolnikov
3748c5eca0
Merge pull request #383 from pelias/master
...
Merge master into staging
9 years ago
Peter Johnson
609fc4e699
enable text parsing
9 years ago
Julian Simioni
ff4562edb6
Merge pull request #380 from pelias/fix_confidence_score_testing
...
Check that hit.address exists
9 years ago
Julian Simioni
5a84afa539
Add test of parsing hit with no address object
...
In #369 I said I wouldn't bother testing for the case of the address
object on hit being absent, but it turns out that does sometimes happen.
9 years ago
Julian Simioni
d0e2c14738
Check that hit.address exists
...
Fixes #379
9 years ago