Commit Graph

3046 Commits

Author SHA1 Message Date
Daniel G. Aubert
a075965214
Merge pull request #592 from CartoDB/498-pgtypes
Retrieve exact Pg field type information in JSON format
2019-06-04 11:51:43 +02:00
Daniel García Aubert
ab668a265f Updates NEWS 2019-06-04 11:47:08 +02:00
Daniel García Aubert
4a342bce83 Merge branch 'master' into 498-pgtypes 2019-06-03 20:49:10 +02:00
Daniel García Aubert
88f8ad3013 Fix assertion 2019-06-03 20:48:12 +02:00
Daniel García Aubert
f6073c0729 Includes raster 2019-06-03 20:47:59 +02:00
Daniel García Aubert
bd9de97b79 Add tests 2019-06-03 20:42:49 +02:00
Raúl Marín
a5ac12c2de
Merge pull request #593 from Algunenano/extension_update
Extension update
2019-06-03 17:54:02 +02:00
Daniel García Aubert
a6a4889cce Please jshint 2019-06-03 17:45:38 +02:00
Raul Marin
f971565ca7 Docker: Install cartodb extension 2019-06-03 17:45:04 +02:00
Raul Marin
be9f657958 Tests: Stop downloading individual files and use the full cartodb extension 2019-06-03 17:42:54 +02:00
Raul Marin
f6f8836152 Test: Remove some console.log calls 2019-06-03 17:42:19 +02:00
Daniel García Aubert
6417a734a0 Retrieve exact Pg field type information in JSON format 2019-06-03 17:37:40 +02:00
Daniel García Aubert
3fbe18b333 Update version 2019-06-03 12:49:57 +02:00
Daniel García Aubert
274838a0d0 Typo 2019-06-03 12:48:45 +02:00
Daniel García Aubert
31457e16ca Update NEWS 2019-06-03 12:48:16 +02:00
Daniel G. Aubert
9e5cb0328d
Merge pull request #591 from CartoDB/copyto-post
Implement POST for copyto endpoint
2019-06-03 12:38:25 +02:00
Daniel García Aubert
3b9f5a523d Ensure query exists before returning the sql property 2019-05-31 12:35:37 +02:00
Daniel García Aubert
e991511434 Extract filename default vaule to a middleware 2019-05-31 12:08:18 +02:00
Daniel García Aubert
8ab98f705d Going green, be able to handle post method for copyto endpoint 2019-05-31 11:54:20 +02:00
Daniel García Aubert
12a8fad251 Going red: test to check copyto endpoint through POST method 2019-05-31 10:55:00 +02:00
Daniel García Aubert
f20a38b3c8 Revert "typo"
This reverts commit 1eb7c86562.
2019-05-31 10:38:36 +02:00
Daniel García Aubert
1eb7c86562 typo 2019-05-31 10:34:30 +02:00
Daniel G. Aubert
2848de8593
Merge pull request #588 from CartoDB/copy-cancel
Improve copy[to|from] cancel mechanism
2019-05-30 13:39:53 +02:00
Daniel García Aubert
4d469100a7 Update NEWS 2019-05-30 13:37:33 +02:00
Daniel G. Aubert
d9f668048c
Merge pull request #589 from CartoDB/improve-copy-error-handling
Improve copy error handling
2019-05-30 13:25:37 +02:00
Daniel G. Aubert
86fcc57c23
Merge pull request #590 from CartoDB/copy-throttle
Short out copy-from when client is hang
2019-05-30 13:20:12 +02:00
Daniel García Aubert
d37aef21a0 Use copy from protocal to cancel the copy query 2019-05-30 11:36:57 +02:00
Daniel García Aubert
06cb514ece Remove unused reference 2019-05-30 11:36:14 +02:00
Daniel García Aubert
33e659c142 Please, linter 2019-05-29 11:38:25 +02:00
Daniel García Aubert
4ddcc3b0e6 Set minimum input data speed default to 0 bytes 2019-05-29 11:21:22 +02:00
Daniel García Aubert
e6b9325b77 Extract class 2019-05-29 11:20:18 +02:00
Daniel García Aubert
2b86abbeba Please, jshint 2019-05-28 19:30:17 +02:00
Daniel García Aubert
6676260b17 Implement a throttler stream to check input data speed 2019-05-28 19:24:29 +02:00
Daniel García Aubert
5a116c69e9 Draft for copy from throttle 2019-05-27 19:32:43 +02:00
Daniel García Aubert
7a3e4d617d Encapsulate cancel 2019-05-27 19:24:48 +02:00
Daniel García Aubert
73eb9656cd Removing unpipe calls, regarding documentation, unpipe is emitted when error. 2019-05-27 15:26:44 +02:00
Daniel García Aubert
c0b5997745 Terminate backend when cancel did not work 2019-05-27 15:11:52 +02:00
Daniel García Aubert
19b9aab042 Do not resume internal connection stream (handled properly in the pg-copy-stream module) 2019-05-24 17:31:56 +02:00
Daniel García Aubert
e57f7b6ecf Use CARTO's fork of pg-copy-streams 2019-05-24 17:30:26 +02:00
Daniel García Aubert
c52dbb7a40 Release connection to the pool depending on the action 2019-05-24 15:53:09 +02:00
Daniel García Aubert
9c0e76bb4a decouple cancel from the stream 2019-05-24 15:39:56 +02:00
Daniel García Aubert
7519037333 de-tab 2019-05-24 13:07:34 +02:00
Daniel García Aubert
b297005ebb Do not pass unecessary parameter 2019-05-24 12:45:27 +02:00
Daniel García Aubert
679f9fa451 Use pg-copy-stream upstream 2019-05-17 18:50:41 +02:00
Daniel García Aubert
e743fefe37 Don't use console.log to log errors 2019-05-16 17:46:59 +02:00
Daniel García Aubert
17de6e8d4f Unpipe streams when error 2019-05-16 17:24:21 +02:00
Daniel García Aubert
9b21b813be Do not pass error for emitting cancel events 2019-05-16 15:07:26 +02:00
Daniel García Aubert
62dc063677 Create stream at the begining 2019-05-16 15:06:27 +02:00
Daniel García Aubert
f7f96f004a Be more specific with arguments 2019-05-16 12:19:03 +02:00
Daniel García Aubert
fbc958f8e1 Materialize table creation as test setup 2019-05-16 12:17:24 +02:00