Commit Graph

2213 Commits

Author SHA1 Message Date
Paul Ramsey
5f9cc37dba Jshint change, DRY the content-disposition handler 2018-04-27 12:19:53 +02:00
Paul Ramsey
fcea39adba Slight rewrite and fixes. 2018-04-27 12:17:38 +02:00
Paul Ramsey
f4dd157e4f Fix typo in example 2018-04-27 12:05:36 +02:00
Paul Ramsey
fe52af71ac Add documentation SQL API copyfrom/copyto end points,
and make small modifications arising from that task
2018-04-27 11:55:06 +02:00
Paul Ramsey
c78cac9bd6 Use the correct database credentials, so we obey security 2018-04-26 10:45:52 +02:00
Paul Ramsey
f13028b497 More jshint changes 2018-04-26 10:20:21 +02:00
Paul Ramsey
cc5fa5c6ce Changes suggested by jshint 2018-04-26 10:04:38 +02:00
Paul Ramsey
ea66076255 Remove 'console.debug', try and get travis tests clean 2018-04-26 09:40:13 +02:00
Paul Ramsey
a98781d335 Working code for /copyfrom (streaming) and /copyto (streaming) 2018-04-25 18:37:04 +02:00
Paul Ramsey
b59bda5780 Get working copyto implementation in place. Many test cases
needed still and thoughts on how to communicate errors back
that are maybe nicer than stack messages?
2018-04-24 15:55:20 +02:00
Paul Ramsey
4914100205 CopyFrom works, but still needs a decent return payload and
a lot of work on returning useful information for error cases (post empty input,
db errors returned more nicely? etc)
2018-04-24 13:07:57 +02:00
Paul Ramsey
72bce5732b WIP on /copyfrom 2018-04-24 11:26:15 +02:00
Rafa de la Torre
2229d0ee57 Fix jshint issues 2018-04-13 16:36:43 +02:00
Rafa de la Torre
d4fef1c2b1 Fix dependencies 2018-04-13 16:12:01 +02:00
Paul Ramsey
0161696627
Update copy_controller.js 2018-04-13 05:43:23 -07:00
Paul Ramsey
d54e2f5a07 Implementation including multer, custom storage engine, and pg-copy,
but without turning over pg-copy, and demonstrating the missing 'sql'
parameter in the custom storage engine.
2018-04-12 12:25:28 -07:00
Simon Martín
c9bc11078d
Merge pull request #472 from CartoDB/limits-error-refactor
timeout error simplify
2018-03-27 16:45:15 +02:00
Simon Martín
0998e50014 refactor getFields method 2018-03-27 15:56:53 +02:00
Simon Martín
cdeb8b8e63 make EnekoLinter happy xD 2018-03-27 15:49:38 +02:00
Simon Martín
1f5e00e656 bad merge 2018-03-27 15:46:58 +02:00
Simon Martín
b75334f1e7 Merge branch 'master' into limits-error-refactor 2018-03-27 15:32:24 +02:00
Simon Martín
43193e0261
Merge pull request #471 from CartoDB/finalDetails
Rate limits details
2018-03-27 15:24:42 +02:00
Simon Martín
4f4ec1856a Merge branch 'master' into finalDetails 2018-03-27 14:56:04 +02:00
Simon Martín
b8315a0f1d
Merge pull request #473 from CartoDB/rediscell-macos
Fix test environment in Mac OS X with redis-cell
2018-03-27 14:52:21 +02:00
Simon Martín
84af567577 run with local files insterad of download and by OS 2018-03-27 12:23:29 +02:00
Simon Martín
bb929bf3dc adding rediscell files for linux and mac 2018-03-27 12:14:28 +02:00
Simon Martín
483c263f61 adding and testing limits error response with params 2018-03-26 19:10:23 +02:00
Simon Martín
54876fa203 addind properties to limits errors 2018-03-26 15:56:50 +02:00
Simon Martín
50b8a9ed17 remove unused parameter 2018-03-23 18:02:44 +01:00
Simon Martín
0b708165b3 simplify timeout error catch 2018-03-23 17:48:21 +01:00
Simon Martín
8c86c2b3f8 correct error message in rate limit 2018-03-23 15:35:06 +01:00
Simon Martín
26baaf6081 removing retry after when no necessary 2018-03-23 15:09:16 +01:00
Simon Martín
ea3724bbe2 stubs next version 2018-03-22 16:34:20 +01:00
Simon Martín
01f480c8e5 version 2.0.0 2018-03-22 12:06:18 +01:00
Simon Martín
03ea330c0a updating shrinkwrap 2018-03-22 12:02:16 +01:00
Simon Martín
51e56361b9 upgrading cartodb-redis to 1.0.0 2018-03-22 12:01:47 +01:00
Simon Martín
6abe660234
Merge pull request #465 from CartoDB/rateLimits
Rate limits
2018-03-22 11:18:58 +01:00
Simon Martín
80818c3cbb fix userLimits reference 2018-03-20 16:20:56 +01:00
Simon Martín
bec45d5dc9 setting specific version of redis v4 2018-03-19 12:41:42 +01:00
Simon Martín
d3959bd024 change redis cell file path 2018-03-15 12:10:23 +01:00
Simon Martín
a5ddb83b36 using curl instead of wget 2018-03-15 11:54:02 +01:00
Simon Martín
62414ec34e download redis-cell lib during tests 2018-03-15 11:42:13 +01:00
Simon Martín
9e1794fbf3 removing redis-cell file 2018-03-15 11:41:46 +01:00
Simon Martín
581bd0dd89 Merge branch 'master' into rateLimits 2018-03-14 12:47:45 +01:00
Simon Martín
1ffeb456e8 Headers following rfc6648 2018-03-14 12:17:26 +01:00
Daniel
38f80eaa15
Merge pull request #469 from CartoDB/fix-batch-queries-port
Honor `batch_api_port` for Batch Queries
2018-03-13 19:22:50 +01:00
Daniel García Aubert
8dea7615c4 Use user's port instead of the generic one 2018-03-13 19:08:51 +01:00
Daniel García Aubert
328d6f253e Honor batch api port 2018-03-13 18:49:01 +01:00
Eneko Lakasta
7436d205fb
Merge pull request #468 from CartoDB/vary-header
Set Vary Header to honor Authorization header when caching (fastly)
2018-03-13 12:31:11 +01:00
Simon Martín
4ca34cad95 removing logs 2018-03-13 12:01:51 +01:00