Raul Ochoa
d33fe5ac21
Stop indexing jobs per user
...
Removes .list() from job backend
2016-08-30 19:01:23 +02:00
Raul Ochoa
05ada98124
Remove .list() from job service
2016-08-30 18:51:51 +02:00
Raul Ochoa
38e07bb66d
Batch test suite to include integration and unit tests also
2016-08-30 18:51:28 +02:00
Raul Ochoa
ba0f2f1066
Remove endpoint to retrieve jobs list
2016-08-30 18:49:01 +02:00
Raul Ochoa
704ba110ba
Log job creation
2016-08-30 18:43:09 +02:00
Raul Ochoa
2fd02231cf
Add makefile target to run batch tests
2016-08-30 18:42:50 +02:00
Raul Ochoa
dbf642d427
Merge remote-tracking branch 'origin/master' into remove-batch-list-update
2016-08-30 17:48:46 +02:00
Raul Ochoa
4c8d734bbf
Remove update method from job service
2016-08-30 17:46:32 +02:00
Raul Ochoa
ad0d101bfd
Remove patch/put endpoints for jobs
2016-08-30 17:43:34 +02:00
Raul Ochoa
3b1f9ad3a2
Merge pull request #352 from CartoDB/remove-batch-list-update
...
Update documentation: we will remove jobs list and job updates
2016-08-30 17:29:14 +02:00
Raul Ochoa
1beae57556
Update documentation: we will remove jobs list and job updates
2016-08-30 17:19:51 +02:00
Raul Ochoa
4f91d699d6
Reformat with npm cli
2016-08-30 16:43:30 +02:00
Raul Ochoa
9ac8e38627
Merge branch 'master' into creating-indexes
2016-08-30 16:33:06 +02:00
Daniel García Aubert
2a27410cdf
Stubs next version
2016-08-30 14:52:30 +02:00
Daniel García Aubert
0803516c96
Release 1.34.2
2016-08-30 14:50:17 +02:00
Daniel García Aubert
380f1e1962
Fixing travis conf
2016-08-30 14:27:02 +02:00
Daniel García Aubert
c45197c853
Install unmet dependencies
2016-08-30 14:14:29 +02:00
Daniel García Aubert
8c4135fd06
Removed failing command
2016-08-30 14:02:21 +02:00
Daniel García Aubert
9f50475ad1
Merge branch 'master' of github.com:CartoDB/CartoDB-SQL-API
2016-08-30 13:50:03 +02:00
Daniel García Aubert
2932227e8b
Improved naming for jobs TTL constant
2016-08-30 13:49:16 +02:00
Daniel García Aubert
02a252940a
Improved naming for jobs TTL constant
2016-08-30 10:11:49 +02:00
csobier
c67ae71dda
added create indexes to sql api docs
2016-08-25 14:51:08 -04:00
Raul Ochoa
01d1866e11
Merge pull request #345 from CartoDB/fix-batch-api-test
...
Fix batch api test
2016-07-22 18:16:37 +02:00
Daniel García Aubert
f3f45bb4e2
Fixed lint issues
2016-07-22 17:11:21 +02:00
Daniel García Aubert
587ab6a5d9
Extratcs redis clean method for batch keys
2016-07-22 17:05:01 +02:00
Daniel
0950961edb
Merge pull request #343 from CartoDB/340-doc-fallback-queries
...
Documentation for fallback queries
2016-07-22 16:33:33 +02:00
Daniel García Aubert
7fd5e42213
Removed timeouts for batch tests and skipped again a failing one in job callback template
2016-07-22 14:41:26 +02:00
Daniel García Aubert
2e8382eeff
Fixed issues in batch tests:
...
- Wait for batch is ready before testing it
- Remove batch keys in redis after testing every suit
- Fixed issue creating jobs with same id in job service integration test
2016-07-22 14:30:55 +02:00
Daniel García Aubert
0586f45413
Added callback to job subscriber to allow to batch service emit ready event
2016-07-22 13:47:14 +02:00
Daniel García Aubert
d78cc60fea
Used link to reference to a section
2016-07-22 11:01:00 +02:00
Daniel García Aubert
2de0a8720e
Improved examples
2016-07-22 10:56:03 +02:00
Daniel García Aubert
10402b0e38
Fixed typos
2016-07-22 10:44:29 +02:00
Daniel García Aubert
2bc4359b06
Applied csobier's improvements
2016-07-22 10:35:16 +02:00
Daniel García Aubert
3812c10536
Fixed typos
2016-07-21 20:54:53 +02:00
Daniel García Aubert
ad8b5c282c
Added fallback documentation
2016-07-21 20:44:33 +02:00
Daniel García Aubert
c8cfd184a4
Fixed query size limit
2016-07-21 19:14:24 +02:00
Raul Ochoa
b3b55be954
Merge pull request #341 from CartoDB/git-for-log4js-dep
...
Use git pattern for log4js dependency
2016-07-21 12:28:29 +02:00
Daniel García Aubert
438d61fb70
Set timeout to 30s
2016-07-20 19:50:28 +02:00
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
Raul Ochoa
bc377970c7
Use git pattern for log4js dependency
2016-07-20 18:26:49 +02:00
Daniel García Aubert
39a9f950b0
Added integration test for multiquery jobs
2016-07-20 16:38:57 +02:00
csobier
d40cae894a
Merge pull request #339 from CartoDB/docs-minor-batch-edits
...
renamed file and updated all docs links to this file, so that permali…
2016-07-20 10:29:31 -04:00
csobier
4955e1bd05
renamed file and updated all docs links to this file, so that permalink appears renamed for consistency
2016-07-20 10:23:59 -04:00
csobier
ea5725c633
Merge pull request #338 from CartoDB/docs-minor-batch-edits
...
applied edits based on Docs issue 925- batch queries
2016-07-20 09:52:57 -04:00
csobier
57af278797
applied edits based on Docs issue 925- batch queries
2016-07-20 08:46:53 -04: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