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
8487008ee0
Merge pull request #365 from CartoDB/assert-response
...
Assert response callback signature
2016-09-26 15:00:18 +02:00
Raul Ochoa
a4aba62e9c
Fix name clash for err vars
2016-09-26 14:51:41 +02:00
Raul Ochoa
90e4600a6c
Rename vars to avoid name clash
2016-09-26 14:42:50 +02:00
Raul Ochoa
3dce6af20f
Remove unused param
2016-09-26 14:42:35 +02:00
Raul Ochoa
9bd240ef6c
Remove unused params
2016-09-26 14:42:24 +02:00
Raul Ochoa
26400342f3
Remove unused param
2016-09-26 14:42:14 +02:00
Raul Ochoa
c47dde1a29
Short hand method
2016-09-26 14:42:02 +02:00
Raul Ochoa
c9846a2437
Change callback signature in assert.response
2016-09-26 14:37:40 +02:00
Raul Ochoa
8d74b9dcda
Remove best practice about updating a job as it's no longer possible
2016-09-16 15:43:06 +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
1a6897b961
Merge pull request #363 from CartoDB/external-config
...
Allow to use `--config /path/to/config.js` to specify config file
2016-09-15 01:25:59 +02:00
Raul Ochoa
4dfdb2eaea
Fix example
2016-09-15 00:40:25 +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
510f1cd7d7
Rename var
2016-09-14 23:10:14 +02:00
Raul Ochoa
0d54604428
Remove setMaxListeners from tests
2016-09-14 21:24:22 +02:00
Raul Ochoa
50ec05e685
Merge pull request #362 from CartoDB/external-config
...
Remove settings and app_root dependency
2016-09-14 21:23:10 +02:00
Raul Ochoa
4ffadb725d
Use before_install hook for travis
2016-09-14 21:18:54 +02:00
Raul Ochoa
84b80547c2
Remove settings' app_root
2016-09-14 21:02:56 +02:00
Raul Ochoa
f92d50cccf
Rename from app to server
...
Removes app_root dependency in requires
2016-09-14 20:54:53 +02:00
Raul Ochoa
97ac1b8db6
Merge pull request #361 from CartoDB/logs-conf
...
Allow to use absolute paths for log files
2016-09-14 20:16:09 +02:00
Raul Ochoa
e315e77525
Allow to use absolute paths for log files
...
Fixes #355
2016-09-14 20:03:16 +02:00
Raul Ochoa
6b2c5b40e7
Merge pull request #360 from CartoDB/remove-rollbar
...
Removes support for optional rollbar logging
2016-09-14 19:58:28 +02:00
Raul Ochoa
0626d80e24
Removes support for optional rollbar logging
2016-09-14 19:22:31 +02:00
csobier
ea94716eb9
Merge pull request #359 from CartoDB/358-enhance-batch-description
...
added another best practice to batch queries content
2016-09-13 11:16:29 -04:00
Daniel García Aubert
80445c7d49
Removed unneeded file
2016-09-13 16:54:29 +02:00
csobier
f0e790fe6e
applied edits
2016-09-13 10:01:31 -04:00
csobier
94eb758c18
added another best practice to batch queries content
2016-09-13 08:48:13 -04:00
Daniel García Aubert
17411f2bb6
Avoids to delete empty keys
2016-09-12 16:00:33 +02:00
Raul Ochoa
ec23a9de67
Merge pull request #353 from CartoDB/remove-batch-list-update
...
Remove batch list update
2016-09-05 18:13:53 +02:00
csobier
0517d26818
Merge pull request #348 from CartoDB/creating-indexes
...
added create indexes to sql api docs
2016-08-31 07:08:53 -04:00
Raul Ochoa
461728d3e2
Remove user indexer
2016-08-30 19:08:06 +02:00
Raul Ochoa
20edddc721
Remove user indexer dependency from tests
2016-08-30 19:06:59 +02:00
Raul Ochoa
6f4fb931f7
Remove user indexer from app
2016-08-30 19:04:36 +02:00
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