Commit Graph
44 Commits
Author SHA1 Message Date
Raúl Marín 89b445b99d Client: Release 0.30.0 2020-04-07 12:27:54 +02:00
Raúl Marín 4b6c5a23db Client: Simplify PG12/Postgis 3 interaction 2020-04-07 12:11:46 +02:00
manmorjim 0a902d7f00 Replace @@plpythonu@@ vars 2020-03-10 17:19:19 +01:00
manmorjim 63e5379016 restore 0.28.0 files 2020-03-09 11:09:58 +01:00
manmorjim c6e5711905 Replace @@plpythonu@@ var in old_versions 2020-03-06 17:57:02 +01:00
manmorjim 8a3f28c45b Rename output test directory 2020-02-26 17:32:59 +01:00
manmorjim fa2bed0df5 Add details about what the rule does 2020-02-26 15:38:43 +01:00
manmorjim dd907ac2bc Using @@plpythonu@@ variable
PG12 migration #6237
2020-02-24 16:12:27 +01:00
Rafa de la Torre 580f6d9867 Make the install target depend on deploy
The deploy target strips the PARALLEL tag when needed. This is done for
versions not supporting it.
2017-12-01 10:47:30 +01:00
Rafa de la Torre 657e4064ef Add some instructions to the make release target 2017-11-30 12:27:07 +01:00
Rafa de la Torre b5c0e135f9 Revert "PG release: Include all files in git upon release"
This reverts commit b44778c586.
2017-11-30 12:19:11 +01:00
Raul Marin b44778c586 PG release: Include all files in git upon release 2017-11-28 16:27:45 +01:00
Raul Marin 723a3d02ff PG release: Strip PARALLEL on deploy instead of release 2017-11-28 15:44:30 +01:00
Raul Marin b8527514b7 Client: Add PARALLEL and VOLATILE categories
I'm not 100% sure what's appropiate for plproxy functions so, for now,
I've set them up as VOLATILE and PARALLEL UNSAFE
2017-11-14 16:45:36 +01:00
Rafa de la Torre 24c29c0847 Make test order execution deterministic 2017-10-04 17:26:30 +02:00
Rafa de la Torre 99b76afc33 Some versioning facilities for make release #314 2016-12-14 12:08:26 +01:00
Mario de Frutos 623faf1a22 Added make release option for client 2016-11-09 11:21:28 +01:00
Carla Iriberri f8caf4314d Release client 0.11.1 2016-09-07 17:52:53 +02:00
Carla Iriberri a6d546f2ee Bump version client 0.11.0 2016-09-01 17:42:57 +02:00
Mario de Frutos a5696f84b1 Release 0.10.2 client artifacts 2016-08-10 18:22:03 +02:00
Carla Iriberri a68ab22c89 Release client 0.10.1 2016-07-26 17:53:51 +02:00
Carla Iriberri 65d8ab3c74 Bump client to 0.10.0 sevrer to 0.13.0 2016-07-11 14:52:14 +02:00
Carla Iriberri 442a9a8433 Bump client version to 0.9.0 2016-07-07 09:51:52 +02:00
Carla Iriberri 6d35cff9c7 Exposes geocoder providers in public geocoder functions
Add config function in postgres explicitly to get MapzenGeocoderConfig.
Bump versions for client and server APIs. New MapzenGeocoderConfig
included to be able to use current QuotaServices with non-configured
users.
2016-07-05 11:13:43 +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
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 c3b695d1e7 Client version 0.4.0 2016-04-20 16:04:32 +02:00
Mario de Frutos b4f4ac1d99 Removed the old versioning system 2016-04-20 11:18:24 +02:00
Mario de Frutos e867394261 Move the old version files to a folder 2016-03-08 16:47:48 +01:00
Mario de Frutos df195a9539 Client part of the mapzen integration 2016-02-26 10:49:10 +01:00
Carla Iriberri b8c7015994 Add files for client side routing
This commit adds the new function interfaces and contains the frozen 2.0
version file as well as the upgrade/downgrade files for the previous
version according to the new function additions.
2016-02-09 15:56:50 +01:00
Mario de Frutos 4b31a15027 Geocoder client renamed to dataservices client extension 2016-02-05 17:57:56 +01:00
Mario de Frutos cbfe1b600f Moved the interface renderer logic to the client 2016-02-04 20:07:34 +01:00
Mario de Frutos c58d7229a2 Changed the regress part of the makefile to execute the tests in other location 2016-01-22 16:23:31 +01:00
Rafa de la Torre 97a918306f Modify the Makefile to install everything in place
Install everything by using the underlying postgres extension makefiles
infrastructure.
2016-01-22 16:14:16 +01:00
Rafa de la Torre d9c016d242 Remove uneeded target from Makefile 2016-01-22 15:51:05 +01:00
Rafa de la Torre ba7af1ca2c Remove uneeded vars in Makefile 2016-01-22 15:50:54 +01:00
Mario de Frutos c0cef3dc80 Tests and interfaces versioned 2016-01-22 13:05:33 +01:00
Mario de Frutos bd8ec71855 Create update extension files for client too 2016-01-22 10:37:40 +01:00
Rafa de la Torre 0d85afc99a Adapt to yaml (WIP) 2015-11-18 18:38:06 +01:00
Rafa de la Torre c82359f7d7 Generate files in Makefile (WIP) 2015-11-18 16:17:36 +01:00
Rafa de la Torre 7f26134632 My try at creating the client extension (to be tested) 2015-11-10 15:28:12 +01:00
Mario de Frutos a77b8f3686 Created new structure 2015-11-05 17:05:07 +01:00