Commit Graph

2295 Commits

Author SHA1 Message Date
Simon Martín
d970742860 removing uneeded param 2018-05-11 14:10:52 +02:00
Simon Martín
791967877c addining gzip support to copyfrom 2018-05-11 13:33:54 +02:00
Simon Martín
f749798ca5 validating inputs 2018-05-11 10:38:33 +02:00
Simon Martín
85528459b8 updating tests 2018-05-11 10:38:04 +02:00
Paul Ramsey
1d3baaa05d Remove gzip post example, as it doesn't actually work.
We could manually support content-encoding: gzip
in express, but we'd have to hack body parsing a little,
but it would make uploads potentially nicer/faster
2018-05-10 13:48:10 -07:00
Paul Ramsey
031d7d794b Add chunked header to CURL examples 2018-05-10 12:52:57 -07:00
Paul Ramsey
87c70066f5 Add stream option to POST example 2018-05-10 12:48:36 -07:00
Paul Ramsey
58166eeda4 Add compressed upload example 2018-05-10 12:37:19 -07:00
Paul Ramsey
c676b2f520 Ensure python example works with POST chunked 2018-05-10 12:26:16 -07:00
Paul Ramsey
d2ea840def Fix curl example for copyfrom 2018-05-10 12:24:12 -07:00
Paul Ramsey
8f211f905c Remove wrong examples 2018-05-10 12:21:33 -07:00
Paul Ramsey
f0021264d2 Change from form-multipart to POST with chunked upload 2018-05-10 12:11:55 -07:00
Simon Martín
dddfc806af shrinkwrap 2018-05-08 18:55:15 +02:00
Simon Martín
fa4cbfac19 dependencies 2018-05-08 18:49:59 +02:00
Simon Martín
7109b204e2 awaiting for fuc**** shrinkwrap 2018-05-08 18:44:51 +02:00
Simon Martín
d400926387 using busboy instead of multer 2018-05-08 18:39:16 +02:00
Simon Martín
40c7878da9 improve test message 2018-05-08 18:38:57 +02:00
Simon Martín
82d14ab98f busboy configuration 2018-05-08 13:15:19 +02:00
Simon Martín
7c4409bcf5 from var to const/let 2018-05-08 13:10:25 +02:00
Simon Martín
c40ab801b1 refactoring handleCopyTo 2018-05-08 13:08:29 +02:00
Simon Martín
b036b876ff using Busboy instead of multer 2018-05-08 12:52:33 +02:00
Simon Martín
a2d0163ece ensuring works with sql parameter in query string 2018-05-08 12:51:52 +02:00
Simon Martín
6b96032fcf ensuring return error 2018-05-04 16:50:17 +02:00
Simon Martín
383b86cf9b simplify sql paramter handler and removing underscore 2018-05-04 16:47:50 +02:00
Simon Martín
fa0584e40a adding error tests 2018-05-04 16:47:02 +02:00
Simon Martín
2b066eadfa removing unused dependencies 2018-05-04 15:35:23 +02:00
Simon Martín
6939b54ac4 jshint happy 2018-05-04 15:27:56 +02:00
Simon Martín
02238fefe1 moving body-parser from global to routes of query and job 2018-05-04 15:15:37 +02:00
Simon Martín
0346cf11d8 enabling multipart/form-data again 2018-05-04 15:11:45 +02:00
Simon Martín
db3984021c ensuring query via multipart 2018-05-04 10:50:14 +02:00
Simon Martín
4322ccdd09 adding new endpoints to rate limits 2018-05-03 18:50:13 +02:00
Simon Martín
d19d236d24 test of copyto 2018-05-03 18:46:16 +02:00
Simon Martín
41a585d761 test of copyfrom 2018-05-03 18:32:39 +02:00
Simon Martín
7e71f8dc3b supporting multipart requests 2018-05-03 18:32:15 +02:00
Simon Martín
af4c5906c8 adding /sql tro the endpoints 2018-05-03 18:31:49 +02:00
Paul Ramsey
8b3fea2130
Sync SQL to text 2018-04-28 19:28:57 -04:00
Paul Ramsey
36bdf84f71 Merge branch 'master' of github.com:CartoDB/CartoDB-SQL-API into pgcopy-stream 2018-04-27 15:56:13 +02:00
Paul Ramsey
0254388727 Clarify parameters for COPY success 2018-04-27 15:55:34 +02:00
Paul Ramsey
97d359498b Add some explanation in the "copy to" examples 2018-04-27 15:50:42 +02:00
Paul Ramsey
e2d8896307 Typo in curl example 2018-04-27 12:32:47 +02:00
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
Simon Martín
6ad54b284f
Merge pull request #481 from CartoDB/fix-validatePGEntitiesAccess
fix validatePGEntitiesAccess access
2018-04-26 10:59:40 +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
Simon Martín
5f8e1d8f53 fix validatePGEntitiesAccess access 2018-04-26 10:13:03 +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