Commit Graph

1377 Commits

Author SHA1 Message Date
Daniel García Aubert
027e7b8768 Removed unused dependency 2016-07-20 19:42:53 +02:00
Daniel García Aubert
1625d8a556 Fixed timeout in job canceller test 2016-07-20 19:41:55 +02:00
Daniel García Aubert
457414c2fe Skipping integration test 2016-07-20 18:27:54 +02:00
Daniel García Aubert
39a9f950b0 Added integration test for multiquery jobs 2016-07-20 16:38:57 +02:00
Daniel García Aubert
b33caf6126 Moved batch integration test to a separated folder 2016-07-19 19:56:12 +02:00
Daniel García Aubert
8d4dbd85df Implmented integration tests for publisher, runner and canceller of batch service. 2016-07-19 19:42:49 +02:00
Daniel García Aubert
fe11828046 Implemented integration test for job service 2016-07-19 16:20:53 +02:00
Daniel García Aubert
2a4364142d Added integration test for job backend 2016-07-19 13:08:52 +02:00
Daniel García Aubert
89c3681be0 Fix bug when checking if a job is found 2016-07-19 12:34:06 +02:00
Daniel García Aubert
ddd5a0bd19 Added integration folder to tests 2016-07-18 14:49:57 +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
Daniel García Aubert
5cdfd91a16 Stubs next version 2016-07-11 18:15:52 +02:00
Daniel García Aubert
5d8aa63503 Release 1.34.1 2016-07-11 18:13:05 +02:00
Daniel
74c0dbcafd Merge pull request #326 from CartoDB/fix-publisher-connection
Fix unpublished messages in Batch Publisher
2016-07-11 18:08:55 +02:00
Daniel García Aubert
395635d246 Merge branch 'master' into fix-publisher-connection 2016-07-11 17:49:11 +02:00
Raul Ochoa
07599db088 Stubs next version 2016-07-11 17:19:50 +02:00
Raul Ochoa
8effb552ee Release 1.34.0 2016-07-11 17:19:04 +02:00
Raul Ochoa
b766c5d0fc Bump version 2016-07-11 17:18:42 +02:00
Raul Ochoa
3a2a4edea3 Merge pull request #330 from CartoDB/do-not-tag-not-updated_at-tables
Skip tables with no updated_at registered in cdb_tablemetadata
2016-07-11 17:17:49 +02:00
Raul Ochoa
3ebbd9f7c4 Skip tables with no updated_at registered in cdb_tablemetadata 2016-07-11 16:39:12 +02:00
Carlos Matallín
7511178db6 Merge pull request #329 from CartoDB/docs-781
rebranding
2016-07-07 18:50:15 +02:00
Carlos Matallín
5b23d511c7 Merge branch 'master' into docs-781 2016-07-07 18:40:56 +02:00
Daniel García Aubert
ccff602bbf Merge branch 'master' into fix-publisher-connection 2016-07-07 16:07:41 +02:00
Daniel García Aubert
2f63d42548 Regenerates npm-shrinkwrap 2016-07-07 16:02:59 +02:00
Raul Ochoa
537c5163b2 Merge pull request #327 from CartoDB/oauth-multiple-domains
Allow to setup more than one domain to validate oauth against
2016-07-07 15:16:23 +02:00
Raul Ochoa
368fe2403e Allow to setup more than one domain to validate oauth against 2016-07-07 14:20:36 +02:00
Daniel García Aubert
5eaad4d5d9 Uses redis-mpool for pubsub in Batch API 2016-07-07 14:14:46 +02:00
Daniel García Aubert
74d83a457e Now batch publisher sends a ping to server before publishing and create a new connection if error.
Batch publisher and subscriber logs (if debug enabled) both outcoming and incoming messages to give more visibility.
2016-07-07 10:44:17 +02:00
csobier
8e677e0407 updated all api examples with rebranded account url- confirmed by luis 2016-07-04 17:42:18 -04:00
Raul Ochoa
0b68faefff Stubs next version 2016-07-01 09:38:49 +02:00
Raul Ochoa
be60eea3e8 Release 1.33.0 2016-07-01 09:37:59 +02:00
Raul Ochoa
24b5248d4b Merge pull request #324 from CartoDB/template-job_id
Add `<%= job_id %>` template support for onerror and onsuccess queries
2016-06-30 20:09:48 +02:00
Raul Ochoa
63d3cd59e2 Skip test for travis 2016-06-30 20:02:43 +02:00
Raul Ochoa
b4ee2effbd Fix line too long error 2016-06-30 19:49:34 +02:00
Raul Ochoa
b9af5e7846 Create table in before 2016-06-30 19:40:36 +02:00
Raul Ochoa
8a57a64961 Output actual response when it fails 2016-06-30 19:14:21 +02:00
Raul Ochoa
1f8f5e2c57 Use another name for test table 2016-06-30 19:12:45 +02:00
Raul Ochoa
dc5807b790 Do not validate expected output 2016-06-30 18:55:19 +02:00
Raul Ochoa
74964bc696 Be more clear about what is not matching 2016-06-30 18:31:58 +02:00
Raul Ochoa
51747879d6 Reorder tests 2016-06-30 18:16:52 +02:00
Raul Ochoa
be0f059f01 Add <%= job_id %> template support for onerror and onsuccess fallback queries 2016-06-30 17:41:02 +02:00
Daniel García Aubert
c592d77916 fix typo 2016-06-30 12:43:37 +02:00
Daniel García Aubert
ebe30b108c Release 1.32.0 2016-06-30 12:33:17 +02:00
Daniel
919a81390a Merge pull request #323 from CartoDB/broadcast-enqueue
Now Batch API broadcast to other APIs every time that re-enqueues a job
2016-06-30 12:22:48 +02:00
Raul Ochoa
44fc4427a3 Stubs next version 2016-06-29 18:36:45 +02:00
Raul Ochoa
67a5da0f32 Release 1.31.0 2016-06-29 18:35:44 +02:00
Raul Ochoa
b73fd4593f Bump version for new features 2016-06-29 18:35:18 +02:00
Daniel García Aubert
a1f31df92e Now Batch API broadcast to other APIs everytime that re-enqueues a multiple-query job 2016-06-29 18:29:53 +02:00
Raul Ochoa
8ca83ebbb6 Merge pull request #322 from CartoDB/batch-onerror-template
Add `<%= error_message %>` template support for onerror fallback queries
2016-06-29 18:26:54 +02:00