Rafa de la Torre
87413255af
Major rewrite of MapzenIsolines (WIP)
2016-07-05 18:48:21 +02:00
Rafa de la Torre
46971fe96f
Raise error when response not OK
2016-07-05 18:48:21 +02:00
Rafa de la Torre
96199b0d6d
Add example to code doc
2016-07-05 18:48:21 +02:00
Rafa de la Torre
a70560e566
Minimal Mapzen Time-Distance Matrix client
2016-07-05 18:48:21 +02:00
Rafa de la Torre
53fe4ce21d
An attempt to adapt paremetrs (WIP)
2016-07-05 18:48:21 +02:00
Rafa de la Torre
40cacd99dc
Some code trying to pull everything together (WIP)
2016-07-05 18:48:21 +02:00
Mario de Frutos
893b8db374
First stage is calculating the matrix of points
2016-07-05 18:48:21 +02:00
Carla
45fcfe44e2
Merge pull request #213 from CartoDB/206-expose_geocoder_providers
...
209 Exposes geocoder providers in public geocoder functions
2016-07-05 15:07:24 +02:00
Carla Iriberri
a4b0725843
Add integration tests for mapzen provider
2016-07-05 12:09:22 +02:00
Carla Iriberri
4075e7349b
Add new provider functions in geocode street
2016-07-05 11:53:46 +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
Carla
594fb99854
typo
2016-06-28 12:06:13 +02:00
Rafa de la Torre
63ae4a362a
Merge pull request #208 from CartoDB/207-fix-test_if_obs_search_is_ok
...
207 fix test if obs search is ok
2016-06-21 18:34:46 +02:00
Rafa de la Torre
5ebc2ce2e3
Update integration tests doc #207
2016-06-21 17:40:45 +02:00
Rafa de la Torre
e822321306
Make test_if_obs_search_is_ok more robust #207
...
Make the test_if_obs_search_is_ok a bit more robust by narrowing the
query to exactly what is expected, as suggested by talos.
2016-06-21 17:16:39 +02:00
Rafa de la Torre
b33730aae3
Merge pull request #205 from CartoDB/204-write-zero-padded-keys
...
204 write zero padded keys
2016-06-15 10:42:00 +02:00
Rafa de la Torre
9ed059f4cc
Bump server python lib version to 0.6.4 #204
2016-06-14 18:42:29 +02:00
Rafa de la Torre
972970a12d
Use DAY_OF_MONTH_ZERO_PADDED elsewhere #204
2016-06-14 15:25:38 +02:00
Rafa de la Torre
37bcaeada3
Fix test_orgs_should_write_zero_padded_dates (WIP) #204
2016-06-14 13:18:42 +02:00
Rafa de la Torre
25bf9b6372
Add test_orgs_should_write_zero_padded_dates #204
2016-06-14 13:18:34 +02:00
Rafa de la Torre
f76a5cdfcc
Fix test_should_write_zero_padded_dates #204
2016-06-14 10:13:14 +02:00
Rafa de la Torre
e046ca2c4d
Add test_should_write_zero_padded_dates #204
2016-06-14 10:04:17 +02:00
Rafa de la Torre
c9f57259be
Instructions on how to run integration tests #204
2016-06-13 19:05:31 +02:00
Rafa de la Torre
9ba8f92418
Merge pull request #202 from CartoDB/201-read-quota-redis-both-formats
...
201 read quota redis both formats
2016-06-13 17:22:45 +02:00
Rafa de la Torre
41b9db4144
Update python lib to 0.6.3 #201
2016-06-13 17:21:15 +02:00
Rafa de la Torre
25d42a75e4
test_should_not_request_redis_twice_when_unneeded #201
2016-06-13 15:45:56 +02:00
Rafa de la Torre
f9e9617d6f
test_should_sum_amounts_from_both_key_formats #201
2016-06-13 13:10:07 +02:00
Rafa de la Torre
b0bb60736c
Implement test and fix for that case #201
...
Add test_should_account_for_zero_paddded_keys plus its corresponding fix
for it.
2016-06-13 13:08:35 +02:00
Rafa de la Torre
a2863d7135
Allow for the manipulation of datetime.date.today() #201
2016-06-13 12:57:00 +02:00
Rafa de la Torre
a114f857fd
Add the first test that makes sense #201
2016-06-13 12:21:06 +02:00
Rafa de la Torre
47962c9ccb
Stub tests to be implemented (WIP) #201
2016-06-13 11:33:14 +02:00
Rafa de la Torre
901f5d7b8b
Add a README.md file for dummies like me #201
2016-06-13 11:19:14 +02:00
Rafa de la Torre
c7bcbddaa9
Delete copy/pasted comment from requirements.txt #201
2016-06-13 11:16:49 +02:00
Rafa de la Torre
9ad55a4d53
Update url of pip package
2016-06-10 13:03:09 +02:00
Mario de Frutos
f4d8d28d14
Merge pull request #197 from CartoDB/development
...
New rake task for server side
2016-05-31 17:59:05 +02:00
Mario de Frutos
faab16bb64
Fixed integration test name
2016-05-31 17:58:38 +02:00
Mario de Frutos
3e74ac05bb
Merge pull request #194 from CartoDB/new_makefile
...
New release task for Makefile
2016-05-31 17:35:08 +02:00
Mario de Frutos
2b35c0b375
New release task for Makefile
...
Added new release task in the make file to automatize the new version
process:
- Move current version to old_versions folder
- Change .control file to the new version
- Create the complete SQL file for the new version
- Create empty upgrade and downgrade files
To call the new task you should pass the NEW_VERSION variable. Eg:
make release NEW_VERSION=0.x.0
2016-05-31 16:37:32 +02:00
Mario de Frutos
6412d432bf
Merge pull request #196 from CartoDB/development
...
New OBS_GetMeasureById function
2016-05-31 11:40:28 +02:00
Mario de Frutos
a68f6e9705
Integration test for the obs_getmeasurebyid function
2016-05-31 10:56:24 +02:00
Mario de Frutos
27124e26dd
Server side SQL file for version 0.10.0
2016-05-31 10:51:01 +02:00
Mario de Frutos
175d5e716d
Client side SQL file for version 0.7.0
2016-05-31 10:50:51 +02:00
Mario de Frutos
d57856367a
Merge pull request #195 from CartoDB/obs_getmeasure_by_id
...
OBS_GetMeasureById
2016-05-31 10:48:40 +02:00
Mario de Frutos
770ff0eb95
Server side part for function obs_getmeasurebyid
2016-05-30 18:13:45 +02:00
Mario de Frutos
0fc9469430
Client side for obs_getmeasurebyid
2016-05-30 18:12:21 +02:00
Carla
a613ee3039
Merge pull request #192 from CartoDB/development
...
Docs fix
2016-05-25 20:03:04 +02:00
Carla
2d67865079
Merge pull request #190 from CartoDB/iriberri-patch-1
...
Fixed titles hierarchy
2016-05-25 20:02:09 +02:00
Carla
6b7e67304a
Merge pull request #191 from CartoDB/master
...
Fix integration tests for waypoints
2016-05-25 18:30:18 +02:00
Carla Iriberri
6d398a9499
Fix integration tests for waypoints
2016-05-25 18:29:26 +02:00
Carla
ecbcf98670
Fixed titles
2016-05-25 18:19:05 +02:00