Commit Graph

2457 Commits

Author SHA1 Message Date
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
Raul Marin
d3ec4a4f67 Update node-sqlite3 to 4.0.0 2018-06-08 13:03:34 +02:00
Simon Martín
2bcea0484a rename BunyanLogger to Logger 2018-06-08 10:59:34 +02:00
Simon Martín
0ee86029cf Merge branch 'master' into pgcopy-stream 2018-06-08 10:54:41 +02:00
Raúl Marín
162aae47f7
Merge pull request #493 from CartoDB/psql_update
Psql update
2018-06-07 16:06:36 +02:00
Eneko Lakasta
440ba8c840 make function checkUserExists node callback pattern compilant 2018-06-06 15:48:22 +02:00
Eneko Lakasta
340e55ea46 reduce error info 2018-06-06 15:23:53 +02:00
Raul Marin
acb5f1043a Update npm-shrinkwrap.json 2018-06-06 15:08:34 +02:00
Raul Marin
2c80aab663 Update cartodb-psql to 0.12.0 2018-06-06 15:05:47 +02:00
Eneko Lakasta
3891d93b8d remove unnecessary require 2018-06-05 17:59:46 +02:00
Eneko Lakasta
62df0a387a remove functionality from parseMetadataToDatabase. DB user and pass not longer needed 2018-06-05 17:58:55 +02:00
Eneko Lakasta
4993f8a956 use job configuration instead of user metadata service in test 2018-06-05 17:56:29 +02:00
Eneko Lakasta
ca8ae503ac Merge branch 'master' into remove-auth-fallback 2018-06-05 16:19:36 +02:00
Eneko Lakasta
03e484c5da FIX tests. Create jobs should return 403 if auth fails 2018-06-05 15:49:15 +02:00
Eneko Lakasta
06282b61fb refactor authenticatedRequest to masterRequest 2018-06-05 13:22:43 +02:00
Eneko Lakasta
eab3d289b6 refactor authenticated to authorizationLevel 2018-06-05 13:21:56 +02:00
Eneko Lakasta
da08e42921 refactor forceToBeAuthenticated to forceToBeMaster 2018-06-05 13:16:36 +02:00
Simon Martín
66af518deb jshint 2018-06-05 13:16:14 +02:00
Simon Martín
a8ccacbc09 size returns to unzipped 2018-06-05 13:16:01 +02:00
Eneko Lakasta
0207b67d5f refactor forceToBeAuthenticated to forceToBeMaster 2018-06-05 13:14:50 +02:00
Eneko Lakasta
a4292f08cf refactor apikey to apikeyToken 2018-06-05 13:13:09 +02:00
Simon Martín
29d1fb1274 logging GzipSize 2018-06-05 13:02:14 +02:00
Simon Martín
02cc606be1 gzipSize support in metrics 2018-06-05 13:01:15 +02:00
Simon Martín
dd689d3568 log metrics only once 2018-06-05 12:36:36 +02:00
Simon Martín
550c736032 metrics in errors 2018-06-05 12:35:52 +02:00
Rafa de la Torre
d2c0e68a78
Merge pull request #497 from CartoDB/cancel-copy-to-client-disconnect
Cancel copy to upon client disconnect
2018-06-05 09:59:49 +02:00
Paul Ramsey
d6d9022c7f Coerce format string to upper for better log consistency 2018-06-04 13:12:06 -07:00