Commit Graph
21 Commits
Author SHA1 Message Date
manmorjim e99d88500a Use authenticated query for geocoding 2020-03-02 15:27:32 +01:00
manmorjim 2664095e21 Update tolerance and fixture values 2020-03-02 15:26:59 +01:00
manmorjim 5bb0e67499 Add method parameter to requests
It allows using POST for large URI to prevent errors `414 Request-URI Too Large`
2020-03-02 15:24:56 +01:00
manmorjim e3e037563b Deconding the tests output 2020-03-02 15:21:32 +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 e97d350e5a Decode redis responses by default
In python3 redis responses are encoded by default.
2020-02-27 17:20:10 +01:00
manmorjim 880f756eae Add the extension schema to the SEARCH_PATH 2020-02-27 16:06:30 +01:00
manmorjim 0164b07b92 Install always python lib in python2 for unit tests 2020-02-27 10:46:06 +01:00
manmorjim 4a880805cc Fix conditional CI 2020-02-27 10:19:13 +01:00
manmorjim 5370ea23c7 Conditional jobs dependint on PG version 2020-02-27 10:14:42 +01:00
manmorjim 7aefba181c Install packages in python3 using pip3 2020-02-26 18:52:26 +01:00
manmorjim 35f098686c Force non-zero exit if tests failed 2020-02-26 17:39:35 +01:00
manmorjim 8a3f28c45b Rename output test directory 2020-02-26 17:32:59 +01:00
manmorjim 53a0e7abf3 Show errors if tests failed 2020-02-26 17:32:08 +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 fa2bed0df5 Add details about what the rule does 2020-02-26 15:38:43 +01:00
manmorjim 6a34f5d6cb Release 0.29.0 2020-02-24 16:14:29 +01:00
manmorjim e08ca8f6bc Creates the type geomval if does not exist
PG12 migration #6237
2020-02-24 16:13:48 +01:00
manmorjim dd907ac2bc Using @@plpythonu@@ variable
PG12 migration #6237
2020-02-24 16:12:27 +01:00