cgonzalez
4278f66372
Refactor country conversion for TomTom geocoders
2021-01-27 10:50:33 +00:00
Raúl Marín
b1448ce27b
Add new releases
2020-11-17 18:05:43 +01:00
Raúl Marín
314e709f3b
Server: Better error handling and provide error details
2020-11-17 18:05:43 +01:00
juanrmn
792152a968
upgrade/downgrade code
2020-10-05 11:44:40 +02:00
juanrmn
ef4192a2ae
allow isolines services for google-geocoding users
2020-10-05 11:10:38 +02:00
Raúl Marín
4dc2104f93
Server: Release 0.39.0
2020-04-07 12:35:21 +02:00
Raúl Marín
ef7c158e4b
Server: Simplify PG12/Postgis 3 interaction
2020-04-07 12:12:05 +02:00
manmorjim
2d78caeef2
Migration scripts for server
2020-03-17 11:27:10 +01:00
manmorjim
b7c9ff8dac
Remove @@plpythonu@@
vars from old_versions
2020-03-17 09:49:54 +01:00
manmorjim
8f720e8165
Update dependencies
2020-03-10 15:45:31 +01:00
manmorjim
da9948cba3
Fix release 0.38.0
...
Replace `@@plpythonu@@` vars in old_versions
2020-03-10 15:45:04 +01:00
manmorjim
944bc8c3ff
Create the type geomval
in the extension schema
...
Having it as public.geomval means that we would block ourselves from installing `postgis_raster` if this extension is installed.
2020-03-02 09:09:10 +01:00
manmorjim
880f756eae
Add the extension schema to the SEARCH_PATH
2020-02-27 16:06:30 +01:00
manmorjim
3c916bdfc9
Adapt dataservices-api server to python3
...
Related to https://github.com/CartoDB/cartodb-platform/issues/6237
2020-02-26 15:49:15 +01:00
manmorjim
b2a06c6ed6
Create the type geomval
if not exist
...
Related to https://github.com/CartoDB/cartodb-platform/issues/6237
2020-02-26 15:42:10 +01:00
manmorjim
d5b0d86997
Add variable @@plpythonu@@
...
Related with https://github.com/CartoDB/cartodb-platform/issues/6237
2020-02-26 15:41:04 +01:00
manmorjim
dd907ac2bc
Using @@plpythonu@@ variable
...
PG12 migration #6237
2020-02-24 16:12:27 +01:00
antoniocarlon
6081613220
Added autogenerated files
2020-02-11 15:29:35 +01:00
antoniocarlon
ef5b82450a
Avoid renaming the matrix parameter to isolines
2020-02-11 15:25:12 +01:00
antoniocarlon
ab71acd461
Removed generated files to ease review
2020-02-11 14:08:19 +01:00
antoniocarlon
34e715f460
Deleted old mapbox isolines implementation (server extension)
2020-02-11 10:01:37 +01:00
antoniocarlon
02d705465c
Removed unneeded message
2020-02-10 15:45:51 +01:00
antoniocarlon
3b5f33503b
Server extension changes
2020-02-07 15:52:31 +01:00
antoniocarlon
a171d91204
Merge development
2020-02-07 14:05:41 +01:00
antoniocarlon
2a68291da7
First implementation of the true Mapbox isochrones
2020-01-17 17:04:43 +01:00
antoniocarlon
b5d3c5fd8e
Server extension sql files
2020-01-14 13:33:33 +01:00
antoniocarlon
42c9d21475
Extensions
2020-01-14 13:27:16 +01:00
antoniocarlon
7a08cdf096
Old versions
2020-01-14 13:23:22 +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
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
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
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
antoniocarlon
3990d13572
Server changes
2018-09-11 14:35:02 +02:00
antoniocarlon
a33dd4315c
Fixe
2018-09-10 14:31:08 +02:00