Raúl Marín
4b6c5a23db
Client: Simplify PG12/Postgis 3 interaction
2020-04-07 12:11:46 +02:00
manmorjim
dd907ac2bc
Using @@plpythonu@@ variable
...
PG12 migration #6237
2020-02-24 16:12:27 +01:00
Raul Marin
33b723fa3d
Set safe path
2019-10-08 11:19:09 +02:00
Rafa de la Torre
29e636f115
Test for bulk geocoding w/ soft_limit enabled
2019-02-19 12:24:06 +01:00
antoniocarlon
bafa60303c
Added data observatory permission
2018-09-11 15:45:06 +02:00
antoniocarlon
2a6e63b618
Fixed tests
2018-09-11 12:02:24 +02:00
antoniocarlon
d5864ccada
Using ERRCODE
2018-09-10 17:06:37 +02:00
antoniocarlon
08daa6a6a2
Changed error message
2018-09-10 16:45:31 +02:00
antoniocarlon
f4cb9ba812
Fixe
2018-09-10 14:33:54 +02:00
antoniocarlon
3d42281d2a
Fixed test
2018-09-10 13:50:52 +02:00
antoniocarlon
696c24e432
Fixed test
2018-09-10 13:47:35 +02:00
antoniocarlon
01f145ab69
Fixed client tests
2018-09-10 13:40:15 +02:00
antoniocarlon
4b6b4e92e8
CR suggestions (remove appname)
2018-09-10 12:54:37 +02:00
antoniocarlon
5ea1a4ca6b
Added permissions to tests
2018-09-06 16:40:05 +02:00
antoniocarlon
8a8970efa8
Fixed tests
2018-09-06 15:18:42 +02:00
Juan Ignacio Sánchez Lara
b0c1948c14
TL;DR: safer deployment and minor fixes
...
- Instead of modifying cdb_service_quota_info to return max_batch_size,
a new type (service_quota_info_batch) and a new function
(cdb_service_quota_info_batch) are created. That makes deployment safe.
- Fixes geocoding with forced batch size 1.
- Improves namespacing for count_estimate (->
cdb_dataservices_client.cdb_count_estimate).
- Improves namespacing for jsonb_array_casttext (->
cdb_dataservices_client.cdb_jsonb_array_casttext).
2018-07-18 14:57:40 +02:00
Juan Ignacio Sánchez Lara
531ad28158
Send optimal batch size
2018-07-10 19:31:58 +02:00
Juan Ignacio Sánchez Lara
45b8fc4ecf
Quota and batch size checks fixes and tests
2018-06-28 13:06:52 +02:00
Mario de Frutos
05e2cc981e
Change min log level for tests to WARNING
2018-02-22 11:20:16 +01:00
Rafa de la Torre
31e79cb626
Remove installation of schema_triggers
...
Schema triggers dependency was deprecated time ago. See
5d43faecaf/NEWS.md (0120-2016-01-27)
2017-10-04 17:26:30 +02:00
Rafa de la Torre
98eef7ae02
Improve robustness of client tests
...
All tests that were failing in CI with this diffs showing traces with
context, which correspond to a default `VERBOSITY verbose` in the server.
Since we migrated the CI to postgres 9.6 it makes sense to see such
differences in server configuration.
Enforcing the verbosity level makes the tests more robust indeed.
2017-10-04 17:26:13 +02:00
Mario de Frutos
3eee68c56e
_OBS_Precheck and OBS_MetadataValidator
...
New functions to perform a precheck for the user data and metadata
parameters that are going to be used to execute a OBS_GetData operation.
Doing this before the OBD_GetData we are able to check if we're going to
have problems with the current request. Is useful because right now
we're using the *_Exception_Safe functions which return NULL in case we
have an exception, this leads to execute the whole request even if we
know beforehand that it's going to fail.
2017-08-09 12:26:41 +02:00
Mario de Frutos
c5c182fcf0
Fixed tests
2017-07-10 10:26:58 +02:00
Mario de Frutos
f0d96541b6
Fixed client tests
2017-01-26 17:00:56 +01:00
John Krauss
8094e79d0b
fix some bugs in client test
2017-01-26 12:27:30 +01:00
John Krauss
bfd7df8c8a
tmp commit
2017-01-26 12:27:29 +01:00
Rafa de la Torre
3c60f3e93b
Minor improvement for test #314
...
Make sure we return an empty record and that the mentioned code is never
reached.
2016-12-14 13:30:30 +01:00
Rafa de la Torre
8692fb12ca
Add test case for multi_field #314
2016-12-14 12:57:51 +01:00
Rafa de la Torre
4523b2e04d
Add test for multi_row case #314
2016-12-14 12:53:51 +01:00
Rafa de la Torre
5c8dbe91eb
Add test for simple interface case #314
2016-12-14 12:39:56 +01:00
Carla Iriberri
78add220cd
New tests for restructuration - client
2016-09-01 15:46:23 +02:00
Carla Iriberri
1107371f6f
Edit tests accordingly to default values removal
2016-08-10 16:25:26 +02:00
John Krauss
d63f2ba4d5
Replace all 'area' defaults for with NULL. Fixes #235
2016-08-10 16:25:26 +02:00
Carla Iriberri
b3c8c86561
Add client tests for augment table and get table
2016-07-01 12:24:04 +02:00
Mario de Frutos
0fc9469430
Client side for obs_getmeasurebyid
2016-05-30 18:12:21 +02:00
Carla Iriberri
21aac960a6
Add function cdb_routing_with_waypoints
...
Add routing with waypoints functions to client and server. Includes
signature checks tests for the Postgresql functions and unit and
integration tests for the Python library.
Add client v0.6.0 and server v0.9.0
2016-05-25 11:38:37 +02:00
Mario de Frutos
8680c9cbd0
We let the old qlik snapshots functions but we make new ones with the new snapshot part from observatory'
2016-05-16 10:25:27 +02:00
Carla Iriberri
64d2afb536
Client side for the new data observatory functions (v0.5.0)
2016-05-16 10:25:26 +02:00
Mario de Frutos
dda13033b0
Client data observatory functions
2016-04-20 15:58:38 +02:00
Mario de Frutos
b4f4ac1d99
Removed the old versioning system
2016-04-20 11:18:24 +02:00
Mario de Frutos
df195a9539
Client part of the mapzen integration
2016-02-26 10:49:10 +01:00
Mario de Frutos
0ca20196c0
Client with isodistance and isochrone feature working
2016-02-11 11:10:12 +01:00
Mario de Frutos
05cd8f5c5c
Dataservices client 0.2.0 scaffold
2016-02-09 10:51:19 +01:00
Mario de Frutos
4b31a15027
Geocoder client renamed to dataservices client extension
2016-02-05 17:57:56 +01:00
Mario de Frutos
bb629dfe4b
Change the signature name for the geocoder street point function
2016-01-26 16:22:28 +01:00
Mario de Frutos
62ade7f1a0
Extract the username and the orgname as strings
2016-01-22 19:18:34 +01:00
Mario de Frutos
c0cef3dc80
Tests and interfaces versioned
2016-01-22 13:05:33 +01:00