Simon Martín
|
732c229e63
|
creating StreamCopy class
|
2018-06-08 11:09:51 +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 |
|
Simon Martín
|
66f7ab45fe
|
release connection with error
|
2018-06-04 20:51:21 +02:00 |
|
Simon Martín
|
7b6056b799
|
using the correct errors in done
|
2018-06-04 20:36:16 +02:00 |
|
Paul Ramsey
|
aee15ebc8d
|
Merge branch 'pgcopy-stream' of github.com:CartoDB/CartoDB-SQL-API into pgcopy-stream
|
2018-06-04 11:35:00 -07:00 |
|
Paul Ramsey
|
42cd74e553
|
Change parameter lists to table, per @andye request
|
2018-06-04 11:34:38 -07:00 |
|
Rafa de la Torre
|
8d486ef967
|
Ignore log and yarn.lock
|
2018-06-04 19:07:03 +02:00 |
|
Rafa de la Torre
|
014ea8142b
|
A cleaner approach to the cancel command
|
2018-06-04 19:06:11 +02:00 |
|
Simon Martín
|
2f2dcfd762
|
fix copy format case
|
2018-06-04 18:15:28 +02:00 |
|
Simon Martín
|
a844b5d31d
|
jshint happy
|
2018-06-04 18:15:00 +02:00 |
|
Simon Martín
|
1cf7032c9a
|
adding user and date in copy logs
|
2018-06-04 18:08:34 +02:00 |
|
Rafa de la Torre
|
4022fb2967
|
Clean up before executing the copy suite
So that it can be executed saving a bit of setup/teardown time:
test/run_tests.sh --nodrop --nocreate test/acceptance/copy-endpoints.js
|
2018-06-04 15:46:52 +02:00 |
|
Eneko Lakasta
|
8515c2cc31
|
use job configuration instead of user metadata service
|
2018-06-04 11:28:59 +02:00 |
|
Simon Martín
|
b05ded92aa
|
db connections usage test
|
2018-06-01 11:26:28 +02:00 |
|
Rafa de la Torre
|
994e8a702b
|
Add callbacks to pg.connect
And call them to return connections to the pool.
|
2018-05-31 18:59:19 +02:00 |
|
Rafa de la Torre
|
b59ae1d057
|
Make sure the COPY TO query is cancelled
Issue a CancelRequest upon client disconnection, to make sure the COPY
TO query is cancelled and the connection/session is put back to the pg
pool.
|
2018-05-31 17:27:35 +02:00 |
|
Rafa de la Torre
|
332f7096d3
|
Listen to response events (on behalf of @oleurud)
|
2018-05-31 17:06:19 +02:00 |
|
Rafa de la Torre
|
0eab03a7e7
|
Add a more informative message
|
2018-05-31 16:41:22 +02:00 |
|
Eneko Lakasta
|
46e3a87f41
|
add some auth TODOs
|
2018-05-30 18:15:35 +02:00 |
|
Eneko Lakasta
|
71de7248ba
|
get DB configuration from job instead from metadata in Job Canceller (again)
|
2018-05-30 17:38:06 +02:00 |
|
Eneko Lakasta
|
cf8bf6e5e6
|
get DB configuration from job instead from metadata in Job Canceller
|
2018-05-30 17:36:55 +02:00 |
|
Eneko Lakasta
|
60beea19d7
|
add default public fallback tests
|
2018-05-30 13:28:50 +02:00 |
|
Simon Martín
|
310f652ae4
|
send CopyFail when user close connection
|
2018-05-30 12:59:49 +02:00 |
|
Eneko Lakasta
|
7764975c09
|
please jshint: remove unnecessary require (underscore)
|
2018-05-30 12:08:04 +02:00 |
|
Eneko Lakasta
|
6e3eb8ef28
|
Fix test: add auth params to job
|
2018-05-30 11:48:15 +02:00 |
|
Simon Martín
|
a083eb909c
|
fix req events
|
2018-05-29 16:19:53 +02:00 |
|