Commit Graph

260 Commits

Author SHA1 Message Date
Raul Ochoa
bf8ef5dc71 Upgrade redis-mpool 2016-12-16 16:13:34 +01:00
Raul Ochoa
32aaccb33e Merge branch 'master' into node-v6 2016-12-16 15:24:26 +01:00
Raul Ochoa
e649011eaf Freeze zipfile to 0.5.9 to work with Node.js 0.10.x 2016-12-14 11:53:17 +01:00
Daniel García Aubert
56a6716655 Rely on branch master of redis-mpool 2016-12-13 13:12:49 +01:00
Raul Ochoa
ca3ecb472b Stubs next version 2016-12-12 16:59:22 +01:00
Daniel García Aubert
a197499589 Use node-v6-compatible dependencies 2016-12-07 16:13:13 +01:00
Raul Ochoa
7fc4b608d0 Stubs next version 2016-11-30 16:36:25 +01:00
Daniel García Aubert
3d0987e63b Use versions of redis-mpool and cartodb-redis that supports node v6 2016-11-30 13:02:25 +01:00
Daniel García Aubert
d0744b341f Stubs next version 2016-11-07 17:04:25 +01:00
Daniel García Aubert
33e6cc0335 Stubs next version 2016-11-07 15:04:58 +01:00
Daniel García Aubert
eed5f5b9cd Release 1.42.2 2016-11-07 15:00:53 +01:00
Daniel García Aubert
b4d70baed9 Stubs next version 2016-11-02 14:29:03 +01:00
Daniel García Aubert
d65be7d46a Update NEWS 2016-11-02 13:14:12 +01:00
Raul Ochoa
861b9bb037 Stubs next version 2016-10-21 16:08:44 +02:00
Raul Ochoa
594aba6179 Stop migrating old queues by default 2016-10-21 16:07:27 +02:00
Raul Ochoa
30e353ddb9 Stubs next version 2016-10-20 12:43:20 +02:00
Raul Ochoa
4a57d641c7 Update news and bump version 2016-10-20 10:20:51 +02:00
Raul Ochoa
0af5cf703a Allow to configure capacity strategy
- HTTP strategy: mechanism to compute load from db host.
- Fixed strategy: hardcoded number of queries to run at the same time, via configuration.
2016-10-19 18:42:53 +02:00
Raul Ochoa
1ee0878631 Scheduler uses a red–black tree to decide on next job candidate 2016-10-19 16:55:49 +02:00
Raul Ochoa
e51a4fc398 Stubs next version 2016-10-17 16:35:10 +02:00
Raul Ochoa
9635ed6128 Stubs next version 2016-10-17 15:27:25 +02:00
Raul Ochoa
4203696e1e Bump version and update news 2016-10-17 15:04:48 +02:00
Raul Ochoa
9d952a8050 Stubs next version 2016-10-13 15:20:38 +02:00
Raul Ochoa
df32c1a2bb Stubs next version 2016-10-13 10:17:35 +02:00
Raul Ochoa
6f30ff95d8 Stubs next version 2016-10-11 08:59:00 +02:00
Raul Ochoa
d50fd89df1 Bump version 2016-10-11 08:54:33 +02:00
Raul Ochoa
90c489119b Add distributed lock implementation with redis distlock 2016-10-10 19:51:11 +02:00
Raul Ochoa
2bba1934ed Stubs next version 2016-10-05 17:33:56 +02:00
Raul Ochoa
42a1f3ad4c Accept multipart requests 2016-10-05 17:29:16 +02:00
Raul Ochoa
6309318534 Use body-parser from old connect module 2016-10-05 14:22:44 +02:00
Raul Ochoa
0cc6066298 Stubs next version 2016-10-04 12:04:47 +02:00
Raul Ochoa
fa96ba6892 Bump version and update news 2016-10-04 12:04:47 +02:00
Raul Ochoa
0e43f7c5fb Merge branch 'master' into express-4.x 2016-10-03 15:18:50 +02:00
Raul Ochoa
4f83da3b5c Stubs next version 2016-10-03 13:36:04 +02:00
Raul Ochoa
a093737818 Merge branch 'master' into express-4.x 2016-09-30 18:53:13 +02:00
Raul Ochoa
ccbadf4ab4 Stubs next version 2016-09-30 18:48:13 +02:00
Raul Ochoa
bf1a67780d Merge branch 'master' into express-4.x 2016-09-30 17:37:30 +02:00
Raul Ochoa
d7762c9f73 Stubs next version 2016-09-30 17:13:50 +02:00
Raul Ochoa
1321eeae65 Bump version and update news 2016-09-30 17:12:41 +02:00
Daniel García Aubert
aa0ce62a85 Implement batch logger to log query times when queries are defined with id 2016-09-29 15:09:36 +02:00
Raul Ochoa
abc2f130c9 Migrate to express 4.x series
- Remove express logger
 - Error handler responds with application/[json|javascript]
 - Fix all tests relying on res.headers
 - assert.response based on request module
2016-09-26 18:09:27 +02:00
Raul Ochoa
bdc160cde3 Stubs next version 2016-09-15 11:57:07 +02:00
Raul Ochoa
149d8e6e12 Release 1.35.0 2016-09-15 11:55:33 +02:00
Raul Ochoa
27b73cb163 Allow to use --config /path/to/config.js to specify configuration file 2016-09-15 00:36:24 +02:00
Raul Ochoa
0626d80e24 Removes support for optional rollbar logging 2016-09-14 19:22:31 +02:00
Raul Ochoa
4f91d699d6 Reformat with npm cli 2016-08-30 16:43:30 +02:00
Daniel García Aubert
2a27410cdf Stubs next version 2016-08-30 14:52:30 +02:00
Raul Ochoa
bc377970c7 Use git pattern for log4js dependency 2016-07-20 18:26:49 +02:00
Raul Ochoa
d95340c7ae Merge pull request #333 from CartoDB/upgrade-cartodb-redis
Upgrades cartodb-redis to 0.13.1
2016-07-13 16:38:14 +02:00
Raul Ochoa
958c5742f4 Upgrades cartodb-redis to 0.13.1 2016-07-13 16:18:00 +02:00