Commit Graph

191 Commits

Author SHA1 Message Date
Daniel García Aubert
052cb0796d Modified fallback tests in order to use our custom assert.response 2016-05-20 14:42:53 +02:00
Daniel García Aubert
b94a9c7c0a Fixed conflicts 2016-05-18 11:48:39 +02:00
Daniel
8c8da8e39c Merge pull request #301 from CartoDB/job-model-refactor
Job model refactor
2016-05-18 11:38:41 +02:00
Daniel García Aubert
8b7d481b9a Avoided console usage, favor debug 2016-05-18 11:06:49 +02:00
Daniel García Aubert
b2eac6b880 Implemented test for fallback jobs 2016-05-17 01:00:27 +02:00
Raul Ochoa
06aa11aa4d Stubs next version 2016-05-12 17:37:33 +02:00
Raul Ochoa
29287e0cd6 Stubs next version 2016-05-11 11:46:53 +02:00
Daniel García Aubert
d859311da2 Added tasks for npm in order to run unit test in watch mode 2016-05-06 18:15:22 +02:00
Daniel García Aubert
c2a4036fe4 Revert "Added npm's tasks in order to run unit test in watch mode"
This reverts commit d4206a70d8.
2016-05-06 18:14:03 +02:00
Daniel García Aubert
d4206a70d8 Added npm's tasks in order to run unit test in watch mode 2016-05-06 18:12:13 +02:00
Raul Ochoa
e1888c9936 Upgrades step-profiler to 0.3.0 to avoid dots in json keys
Closes #294
2016-05-05 14:01:36 +02:00
Daniel García Aubert
73e6c56e6d Stubs next version 2016-04-18 17:02:11 +02:00
Daniel García Aubert
8d67faad59 Stubs next version 2016-04-05 16:17:03 +02:00
Daniel García Aubert
c103d315af Release 1.27.0 2016-04-05 16:06:16 +02:00
Alejandro Martínez
ffb1afb962 Release 1.26.0 2016-03-08 16:17:35 +01:00
Alejandro Martínez
613cdeffdd Rename node-cartodb-query-tables to cartodb-query-tables 2016-02-22 19:08:29 +01:00
Alejandro Martínez
5e06711b4b Use node-cartodb-querytables library 2016-02-22 12:24:05 +01:00
Raul Ochoa
028e0d1553 Add a valid SPDX license expression 2016-02-04 15:23:34 +01:00
Raul Ochoa
355c28fa77 Stubs next version 2016-02-02 01:30:12 +01:00
Raul Ochoa
8130d1fc6d Stubs next version 2016-02-01 17:59:12 +01:00
Raul Ochoa
9b0a3b190c Fix async-queue version and regenerate npm-shrinkwrap.json 2016-01-28 16:43:00 +01:00
Daniel García Aubert
e1e6a56277 Merge branch 'master' of github.com:CartoDB/CartoDB-SQL-API 2016-01-28 16:33:10 +01:00
Daniel García Aubert
a68d32e0ab Removed unused module in dev dependencies in package.json 2016-01-28 16:32:08 +01:00
Raul Ochoa
1b4f2ac7f3 Stubs next version 2016-01-28 16:19:10 +01:00
Daniel García Aubert
0e14251615 Stubs next version 2016-01-26 14:35:02 +01:00
Daniel García Aubert
2da35ac968 Merge branch 'master' of github.com:CartoDB/CartoDB-SQL-API into batch-api 2016-01-22 13:09:20 +01:00
Raul Ochoa
c096d843a2 Adds coverage tool 2016-01-22 12:18:20 +01:00
Daniel García Aubert
d11b4608aa Back to tabs with 4 spaces again 2015-12-23 17:32:57 +01:00
Daniel García Aubert
b16c0983c6 Implemented tests for batch API 2015-12-22 23:13:33 +01:00
Daniel García Aubert
3762ad7a39 Now jobs are stored in redis instead of user's database 2015-12-21 19:57:10 +01:00
Daniel García Aubert
43f759e96a Refactored Batch API using streams instead a interval to consume the job queue. Limited one job running at the same time per queue instead of using a job's counter to limit it. 2015-12-16 15:57:58 +01:00
Daniel García Aubert
0c6edc573a Used cartodb-redis instead redis-mpool 2015-12-09 12:18:33 +01:00
Daniel García Aubert
00721bcd02 Implementing batch service 2015-12-09 00:02:08 +01:00
Raul Ochoa
f816093036 Set Last-Modified header based on affected tables
Closes #101
2015-09-02 16:25:56 +02:00
Raul Ochoa
9b5a729a41 Stubs next version 2015-08-04 16:33:36 +02:00
Raul Ochoa
7c696317d0 New option to remove client from pool after error happens
This help to avoid issues with transactions.

Closes #241
2015-08-04 15:53:50 +02:00
Raul Ochoa
bb2cf83ff6 Upgrades cartodb-psql to 0.6.0 2015-08-04 15:35:31 +02:00
Raul Ochoa
283572c535 Stubs next version 2015-06-16 17:36:26 +02:00
Raul Ochoa
afdb385fcf Bumps versions for new SpatiaLite feature 2015-06-16 17:19:57 +02:00
Raul Ochoa
e9dda12ad3 Adds tests for big results in ogr formats 2015-06-16 15:54:13 +02:00
Francisco Dans
6e9eb9f43f adds sqlite3 as dev dep 2015-06-01 13:21:17 +02:00
Raul Ochoa
d052850cc9 Stubs next version 2015-05-26 10:19:47 +02:00
Raul Ochoa
db03235c4a Stubs next version 2015-05-14 13:18:58 +02:00
Raul Ochoa
513a4e747b Make jshint part of npm test 2015-05-13 13:13:16 +02:00
Raul Ochoa
b6f71eb180 Makefile with testing targets 2015-05-12 18:33:57 +02:00
Raul Ochoa
99390eb0ab Adds jshint dev dep and jshintrc config file 2015-05-12 17:31:30 +02:00
Raul Ochoa
36c498c0a2 Stubs next version 2015-04-09 10:50:30 +02:00
Raul Ochoa
269868ccd0 Update news and bumps version for new features 2015-04-09 10:45:03 +02:00
Raul Ochoa
6d413f9595 Stubs next version 2015-03-02 14:35:59 +01:00
Raul Ochoa
c590759302 Stubs next version 2015-03-02 12:57:16 +01:00