Commit Graph

2483 Commits

Author SHA1 Message Date
Simon Martín
16c2fd728f js hint happy 2018-06-20 10:48:03 +02:00
Simon Martín
81e33b632d Merge branch 'master' into copyto-cancel-test 2018-06-19 15:50:46 +02:00
Simon Martín
6dbc241e04
Merge pull request #509 from CartoDB/pgcopy-stream-maybe-last-refactor
- Adding things from discarded refactors
- tests more deterministics
- success and cdb-user in logs
- logs rotate support
2018-06-19 15:21:06 +02:00
Simon Martín
3d30f1f762 trailing white spaces 2018-06-19 10:34:52 +02:00
Simon Martín
30402f2e89 remove unused statsClient 2018-06-19 10:04:17 +02:00
Simon Martín
b4724d7408 data ingestion logger reopenFileStreams 2018-06-18 18:48:38 +02:00
Simon Martín
7727a9d506 data ingestion logger created in controller and added to app 2018-06-18 18:48:11 +02:00
Simon Martín
32dca8dfdb reopenFileStreams to parent class 2018-06-18 18:47:12 +02:00
Daniel García Aubert
258baa3792 Remove test filter 2018-06-18 10:56:14 +02:00
Daniel García Aubert
bd499b88e5 Add tests to check copyto cancel works properly 2018-06-18 10:53:44 +02:00
Simon Martín
7dec3f4e95 jshint happy 2018-06-15 13:47:37 +02:00
Simon Martín
8f727fc15a cdb-user in logs 2018-06-15 13:30:42 +02:00
Simon Martín
8a450a862c recover the metrics header (needed for tests purposes) 2018-06-15 13:25:47 +02:00
Simon Martín
c7e01f2ed6 success in copy log 2018-06-14 18:40:06 +02:00
Simon Martín
9097cbe16e adding log of the error when headers are already sent 2018-06-14 18:29:50 +02:00
Simon Martín
39e5395edc change gzip to isGzip 2018-06-14 18:29:03 +02:00
Simon Martín
d4e03303f9 done after response end in test copy to 2018-06-14 18:25:38 +02:00
Simon Martín
0757d11bd0 more deterministic tests when client disconnects 2018-06-14 18:10:41 +02:00
Simon Martín
4cb7de7318 changing let for const 2018-06-14 10:51:05 +02:00
Simon Martín
b091a375fc fix ensuring right validation error 2018-06-14 10:49:36 +02:00
Simon Martín
34c0c5c738 removing console log 2018-06-14 10:48:00 +02:00
Simon Martín
1f31b8e2ae removing old copy logs 2018-06-14 10:45:23 +02:00
Simon Martín
2fa5e7b84a grouping all copy related tests in a describe 2018-06-14 10:44:57 +02:00
Simon Martín
6ecd0c00dd stubs next version 2018-06-13 13:29:26 +02:00
Eneko Lakasta
4e52ca39a5
Merge pull request #507 from CartoDB/patch-oauth-missing-return
FIX add return to callback call
2018-06-13 13:25:10 +02:00
Eneko Lakasta
f5d56a2253
FIX add return to callback call 2018-06-13 13:17:01 +02:00
Simon Martín
ad79717069 NEWS 2.1.0 date 2018-06-13 10:39:44 +02:00
Rafa de la Torre
c0ef36ec5c Update npm shrinkwrap (just version of cartodb_sql_api) 2018-06-12 12:29:22 +02:00
Rafa de la Torre
b8fcae9b5b Update NEWS.md and version w/ COPY 2018-06-12 12:23:32 +02:00
Rafa de la Torre
0ce6205127
Merge pull request #480 from CartoDB/pgcopy-stream
/copyfrom and /copyto end points
2018-06-12 11:31:08 +02:00
Rafa de la Torre
3b4e23d150
Merge pull request #505 from CartoDB/pgcopy-stream-disconnect-tests
Pgcopy stream disconnect tests
2018-06-12 10:06:26 +02:00
Rafa de la Torre
fc12917938 Please jshint 2018-06-11 19:26:40 +02:00
Rafa de la Torre
b1073dc401 Test for the COPY FROM + disconnect 2018-06-11 19:17:23 +02:00
Rafa de la Torre
66664de286 Make the test far more robust 2018-06-11 19:04:33 +02:00
Rafa de la Torre
1417dedfd3 Final touches for client disconnect test 2018-06-11 18:45:12 +02:00
Rafa de la Torre
62fe8abd0a A much cleaner test 2018-06-11 18:38:18 +02:00
Rafa de la Torre
4b6ee133df Mess a little with the timeouts 2018-06-11 18:18:44 +02:00
Rafa de la Torre
52590faeac Add a test for client disconnection scenarios 2018-06-11 17:28:53 +02:00
Rafa de la Torre
646f4fc11d
Merge pull request #504 from CartoDB/pgcopy-stream-update-node-module
Use our patched node-pg-copy-streams
2018-06-11 15:54:30 +02:00
Rafa de la Torre
bbe5db64d0 Use our patched node-pg-copy-streams
The patch includes a performance improvement for the COPY TO. It can
eventually be removed in the PR to upstream is approved. See

https://github.com/brianc/node-pg-copy-streams/pull/70

and

https://github.com/CartoDB/node-pg-copy-streams/pull/1
2018-06-11 15:36:19 +02:00
Simon Martín
b9a0fa78d2 adding metadataBackend to user middleware in copycontroller 2018-06-11 14:55:37 +02:00
Simon Martín
1174499dcf Merge branch 'master' into pgcopy-stream 2018-06-11 14:38:52 +02:00
Eneko Lakasta
f08ad3becd
Merge pull request #489 from CartoDB/remove-auth-fallback
Remove auth fallback
2018-06-11 12:34:54 +02:00
Eneko Lakasta
05af9a422e Merge branch 'master' into remove-auth-fallback 2018-06-11 11:38:42 +02:00
Daniel G. Aubert
52e318e2e7
Merge pull request #502 from CartoDB/fix-statsd-prefix
Fix statsd prefix
2018-06-08 15:49:03 +02:00
Daniel García Aubert
d7c3fc7b99 Merge branch 'master' into fix-statsd-prefix 2018-06-08 14:58:17 +02:00
Daniel García Aubert
22182b792c Update fqdn-sync to version 0.2.2 2018-06-08 14:40:44 +02:00
Raúl Marín
b599f6ebf1
Merge pull request #501 from Algunenano/1477_cast
[Test] Update node-sqlite3 to 4.0.0
2018-06-08 14:35:47 +02:00
Daniel García Aubert
47232a7a6c Update shrinkwrap 2018-06-08 13:40:49 +02:00
Daniel García Aubert
d7e24f7745 Use external module to get full qualified domain name properly 2018-06-08 13:30:54 +02:00