Commit Graph
1815 Commits
Author SHA1 Message Date
Javier Torres 4f5745988f Merge pull request #540 from CartoDB/538-multipolygon_geocoding_batch
538 multipolygon geocoding batch
2018-12-31 11:01:17 +01:00
Javier Torres bbfa03749a Merge pull request #539 from CartoDB/s1891-bulk_geocoder_no_street_address
S1891 bulk geocoder no street address
2018-12-26 12:17:48 +01:00
Javier Torres ab13f3a803 Also have to upgrade the geocoding function type 2018-12-24 17:55:50 +01:00
Javier Torres ac991a05ab ALTER TYPE syntax fixes 2018-12-24 17:36:09 +01:00
Javier Torres 0dfd1a9caa Update/downgrade scripts 2018-12-24 17:28:56 +01:00
Javier Torres 370272f6c4 Version bumps 2018-12-24 17:22:32 +01:00
Javier Torres e2c0a63803 Use Point for geocoding results 2018-12-24 17:19:13 +01:00
Javier Torres 84276b4cd3 Do not crash when matchType is empty 2018-12-24 13:04:54 +01:00
Mario de Frutos b608830bce Merge pull request #537 from CartoDB/development
Release 0.35.0 for server extension
0.35.0-server python-0.21.0
2018-11-30 12:34:38 +01:00
Mario de Frutos a8140e53c3 Update routing mode type doc 2018-11-30 12:30:40 +01:00
Mario de Frutos c28ca4861a Update NEWS.md 2018-11-30 12:24:47 +01:00
Mario de Frutos b269c46724 Merge pull request #536 from CartoDB/add_mode_type_tomtom
Mode type options for routing
2018-11-30 12:17:06 +01:00
Mario de Frutos 6b6fbef586 Remove unused import 2018-11-30 11:31:46 +01:00
Mario de Frutos eb4638a326 CR fixes 2018-11-30 11:24:12 +01:00
Mario de Frutos a919b87664 Include test for valid request with route type 2018-11-29 16:22:34 +01:00
Mario de Frutos 98a4ed81c5 Add test for route type verification 2018-11-29 16:16:22 +01:00
Mario de Frutos 0ec1e051be Include options parsing functions 2018-11-29 14:28:54 +01:00
Mario de Frutos 850497ef79 Fix some missing arguments in the functions and add drop for the old ones 2018-11-29 13:02:18 +01:00
Mario de Frutos 8d2d0ececd SQL server extension artifact for version 0.35.0 2018-11-29 12:34:56 +01:00
Mario de Frutos 90fd8587e2 Upgrade and downgrade files 2018-11-29 12:12:19 +01:00
Mario de Frutos 64a0616c97 Added options and units parameters to the routing functions 2018-11-29 12:12:05 +01:00
Mario de Frutos b1bdf2460e Version 0.35.0 initial files 2018-11-29 12:09:48 +01:00
Mario de Frutos 04bbb32849 Added mode type to Tomtom routing functions 2018-11-29 11:51:59 +01:00
Mario de Frutos 3e6c273b48 Merge pull request #535 from CartoDB/development
Release 0.34.2
0.34.2-server
2018-11-27 18:04:11 +01:00
Mario de Frutos 522591dd63 Update NEWS.md 2018-11-27 17:51:45 +01:00
Mario de Frutos 75d0959aff Merge pull request #532 from CartoDB/fix_metrics
Fix metrics
2018-11-27 17:49:55 +01:00
Mario de Frutos b2cdb378fb Regenerate 0.34.2 artifact 2018-11-27 17:43:02 +01:00
Mario de Frutos 100319ed0e Migrate old versions 2018-11-27 17:41:14 +01:00
Mario de Frutos 5e161b55d2 Merge branch 'development' into fix_metrics 2018-11-27 17:39:56 +01:00
Mario de Frutos 7f4b87f513 Rename to release 2018-11-27 17:39:05 +01:00
Mario de Frutos 378458c0ae Merge pull request #534 from CartoDB/development
Release 0.34.1 of the server extension
0.34.1-server
2018-11-22 15:15:13 +01:00
Mario de Frutos 4ae4080bba Updated NEWS.md 2018-11-22 15:10:11 +01:00
Mario de Frutos 2bb67ba17a Merge pull request #533 from CartoDB/fix_isochrones_metrics
Fix isochrones metrics
2018-11-22 15:07:57 +01:00
Mario de Frutos 1027d554a5 Upgrade script from 0.34.0 to 0.34.1 2018-11-19 18:23:28 +01:00
Mario de Frutos 4e1f081952 Generated 0.34.1 artifact with changes 2018-11-19 18:11:23 +01:00
Mario de Frutos 87bb8bea68 Remove duped metrics for isochrones
We are counting the success/empty inside the iteration of the results
returned by the third party service.

For example, if we ask for 3 isochrones to a provider we count:

- 1 for success or empty
- If success we add 1 more success for each isochrone in the result
- N isolines_generated

but it should be

- 1 for success or empty
- N isolines_generated
2018-11-19 17:59:47 +01:00
Mario de Frutos dc47f6f71b New version 0.34.1 artifacts 2018-11-19 17:51:26 +01:00
Mario de Frutos 2f6d067b4e Parse JSON parameters to avoid problems
If we pass JSON as string, with scape characters and so on, we are
going to have problems parsing that metrics in ES
2018-11-05 17:06:52 +01:00
Mario de Frutos 089d3e3f27 New version 0.34.1 2018-11-05 16:51:17 +01:00
Mario de Frutos 765b2f0901 Merge pull request #529 from CartoDB/development
Release version 0.20.2 for python library
python-0.20.2
2018-10-31 14:00:31 +01:00
Mario de Frutos 36c42096e4 Updated NEWS.md 2018-10-31 13:58:29 +01:00
Mario de Frutos 909554b453 Merge pull request #528 from CartoDB/fix_qps_tomtom
Fix qps tomtom
2018-10-31 13:55:40 +01:00
Mario de Frutos 33f40bc945 TOMTOM uses 403 instead of 429 for rate limiting
That has a great problem when we're dealing with legit 403 status for
example deactivated user, forbidden access, etc.

I've added a check for the HTTP header `X-Error-Detail-Header` in order
to distinguish between legit 403 and 429 error messages

Possible values for `X-Error-Detail-Header` in a 403 error:

  o Service Requires SSL : http is used instead of https (secure)

  o Invalid Referer : invalid 'Referer' header value is send
  to https://api.tomtom.com and allowed referer values are
  configured on specific API key

  o Account Over Queries Per Second Limit : rate limit exceeded

  o Account Inactive : incorrect API key/API key no longer valid
2018-10-31 12:59:13 +01:00
Mario de Frutos 17c993f6ef Bump version 2018-10-24 12:00:44 +02:00
Mario de Frutos 6640909780 Add provider for QPS manger in tomtom services 2018-10-24 12:00:08 +02:00
Mario de Frutos 0e859d8955 Merge pull request #527 from CartoDB/change_isodistance_doc
Include note to explain why some isodistances could not be precise
2018-10-24 11:57:53 +02:00
Mario de Frutos cd8173c7e0 Include note to explain why some isodistances could not be precise 2018-10-23 16:36:05 +02:00
Mario de Frutos 8f362c923e Merge pull request #524 from CartoDB/development
Release python library 0.20.1
python-0.20.1
2018-10-03 18:54:25 +02:00
Mario de Frutos 56a2ebb210 Fix qps timeout bug 2018-10-03 18:50:20 +02:00
Mario de Frutos 6c1c06f6be Merge pull request #523 from CartoDB/qps_fix_tomtom
Qps fix tomtom
2018-10-03 17:33:07 +02:00