Commit Graph

70 Commits

Author SHA1 Message Date
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
Mario de Frutos
d9ca7911e4 Options parameter in the isolines functions has an empty array by defaul 2016-02-11 18:23:23 +01:00
Mario de Frutos
8d18e50cc5 Fixed error in the return part of the isochrone function 2016-02-11 11:35:47 +01:00
Mario de Frutos
0ca20196c0 Client with isodistance and isochrone feature working 2016-02-11 11:10:12 +01:00
Carla
9029e38216 Add 0.2.0. in gitignore 2016-02-09 16:09:41 +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
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
cbfe1b600f Moved the interface renderer logic to the client 2016-02-04 20:07:34 +01:00
Mario de Frutos
1367c46957 Added automatic generated files warning header 2016-02-04 10:38:12 +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
54b45c8076 Add schema for the get config function 2016-01-22 16:30:38 +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
bd4a343e93 Fix typo (missing semicolons) 2016-01-22 16:19:15 +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
Rafa de la Torre
56a4c60c8f Add already released cdb_geocoder_client--0.0.1.sql to VC 2016-01-22 15:32:16 +01:00
Mario de Frutos
c0cef3dc80 Tests and interfaces versioned 2016-01-22 13:05:33 +01:00
Mario de Frutos
7cce491a13 Dont use the defaults in the grant script 2016-01-22 10:55:07 +01:00
Mario de Frutos
49941a78f3 Change client version to 0.1.0 2016-01-22 10:40:44 +01:00
Mario de Frutos
bd8ec71855 Create update extension files for client too 2016-01-22 10:37:40 +01:00
Mario de Frutos
61ad671fbd Update README.md 2015-12-23 16:00:51 +01:00
Mario de Frutos
922c531313 Added orgname to the arguments we pass to the server 2015-12-03 11:03:10 +01:00
Mario de Frutos
57c5b3ac19 Check for empty username 2015-12-02 19:12:11 +01:00
Mario de Frutos
941e7084e6 Change functions to user username and remove JSON config passed as argument 2015-12-02 18:54:49 +01:00
Mario de Frutos
ba7b8cfa7d Function to get the username based user type (org or non-org) 2015-12-02 18:54:27 +01:00
Mario de Frutos
06f033b72a Added the organization public user to the api key check 2015-11-27 13:20:55 +01:00
Mario de Frutos
97cab091b6 Added cdb_* prefix to all the functions 2015-11-24 15:36:52 +01:00
Mario de Frutos
2b141452b4 Changed api key verifying to client instead of server 2015-11-24 12:44:52 +01:00
Mario de Frutos
2c7223b385 Revert "Change ipaddress geocode to match the server signature"
This reverts commit b57dc82f42.
2015-11-24 10:06:55 +01:00
Mario de Frutos
b57dc82f42 Change ipaddress geocode to match the server signature 2015-11-24 09:25:21 +01:00
Mario de Frutos
963da6c5c7 Add properties for user and geocoder config keys instead of hardcode it in the template 2015-11-23 13:09:03 +01:00
Mario de Frutos
e09af1463d Change some visual style in generated functions 2015-11-23 13:03:37 +01:00
Mario de Frutos
f37fba6392 Added readme for the client extension 2015-11-23 10:12:06 +01:00
Mario de Frutos
d53857f737 Added user and geocoder config and removed tx_id from client templates 2015-11-20 12:07:34 +01:00
Rafa de la Torre
a33dfd18ec Use function return_type instead of hardcoded Geometry 2015-11-19 15:44:51 +01:00
Rafa de la Torre
a6f3b74fd5 Add generated files to .gitignore 2015-11-18 19:24:01 +01:00
Rafa de la Torre
247e73b1b5 Fix typo in two tests 2015-11-18 19:10:35 +01:00
Rafa de la Torre
716b8dc43e Fix typo in template 2015-11-18 18:00:08 +00: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
0163700414 Fix merge conflict 2015-11-17 11:37:50 +00:00
Carla Iriberri
6d7156e309 Fixing conflicts 2015-11-17 12:35:07 +01:00
Carla Iriberri
c7b6db3560 Fixes IP address function naming and another CBD typo in postal codes 2015-11-17 12:26:18 +01:00
Rafa de la Torre
b977277052 cartodb as dependency and use its config table #37
in the client.
2015-11-17 12:01:18 +01:00
Carla Iriberri
7cba8fd679 Fixes cdb typo in out 2015-11-17 11:50:16 +01:00
Carla
35ed467c69 Update 50_ipaddresses_test.out 2015-11-17 11:36:13 +01:00