Commit Graph

3112 Commits

Author SHA1 Message Date
Simon Martín
9325b573e7
Merge pull request #478 from CartoDB/hide-tables
Postgres entities access validator
2018-04-25 15:33:25 +02:00
Simon Martín
ff2225ee36 removing no sense tests 2018-04-24 17:24:13 +02:00
Iñigo Medina
395e7a0c1f
Merge pull request #479 from CartoDB/dev-center-fix-cartodbfy
Fix cartodbfy tables function for org accounts
2018-04-24 16:00:09 +02:00
Simon Martín
ebbdbed836 EOF line 2018-04-24 15:56:35 +02:00
Paul Ramsey
b59bda5780 Get working copyto implementation in place. Many test cases
needed still and thoughts on how to communicate errors back
that are maybe nicer than stack messages?
2018-04-24 15:55:20 +02:00
Simon Martín
b373c76d8c adding parameter in config files 2018-04-24 15:54:48 +02:00
Simon Martín
4f6d4322f6 forgotten 'only' 2018-04-24 15:51:40 +02:00
Simon Martín
00273bc760 unit tests 2018-04-24 15:51:12 +02:00
Oriol
f5fd01686d
Fix cartodbfy tables function for org accounts 2018-04-24 15:36:06 +02:00
Simon Martín
b9295245d3 testing by authorized level 2018-04-24 13:22:15 +02:00
Simon Martín
e12e16507a create object and export 2018-04-24 13:21:43 +02:00
Paul Ramsey
4914100205 CopyFrom works, but still needs a decent return payload and
a lot of work on returning useful information for error cases (post empty input,
db errors returned more nicely? etc)
2018-04-24 13:07:57 +02:00
Paul Ramsey
72bce5732b WIP on /copyfrom 2018-04-24 11:26:15 +02:00
Simon Martín
3b228ac17b solving jshint crazy error 2018-04-24 10:10:37 +02:00
Simon Martín
43e08a6681 adding tests 2018-04-24 10:10:09 +02:00
Simon Martín
985f9ef7f5 pgEntitiesAccessValidator 2018-04-23 18:17:44 +02:00
Iñigo Medina
afbb388758
Update 02-contribute.md 2018-04-17 14:46:28 +02:00
Simon Martín
2b1fcb2d95
Merge pull request #475 from CartoDB/error-middleware-refactor
Error middleware refactor
2018-04-17 12:24:32 +02:00
Rafa de la Torre
2229d0ee57 Fix jshint issues 2018-04-13 16:36:43 +02:00
Rafa de la Torre
d4fef1c2b1 Fix dependencies 2018-04-13 16:12:01 +02:00
Paul Ramsey
0161696627
Update copy_controller.js 2018-04-13 05:43:23 -07:00
Iñigo Medina
97e898feed
Update 05-rate-limiting.md 2018-04-12 23:59:37 +02:00
Iñigo Medina
18d7ff8757
Update 06-metrics.md 2018-04-12 22:52:00 +02:00
Iñigo Medina
a0f8a720a0
Create 06-timeout-limiting.md 2018-04-12 22:12:38 +02:00
Iñigo Medina
7fc1d48c17
Rename 06-rate-limiting.md to 05-rate-limiting.md 2018-04-12 22:11:34 +02:00
Iñigo Medina
5e6dac9b97
Create 06-rate-limiting.md 2018-04-12 22:11:22 +02:00
Iñigo Medina
20cc9a5f50
Rename 06-tips-and-tricks.md to 07-tips-and-tricks.md 2018-04-12 22:09:46 +02:00
Iñigo Medina
3f88d4198b
Rename 03-tips-and-tricks.md to 06-tips-and-tricks.md 2018-04-12 22:07:55 +02:00
Iñigo Medina
d6441b4c06
Rename 02-libraries-support.md to 04-libraries-support.md 2018-04-12 22:07:39 +02:00
Iñigo Medina
7788504114
Rename 01-version-number.md to 03-version-number.md 2018-04-12 22:07:23 +02:00
Iñigo Medina
25f394df42
Create 02-contribute.md 2018-04-12 22:07:11 +02:00
Iñigo Medina
196125bd70
Create 01-support-options.md 2018-04-12 22:06:08 +02:00
Iñigo Medina
3e33ba08ad
Rename 07-making-calls.md to 08-making-calls.md 2018-04-12 22:03:23 +02:00
Iñigo Medina
0eb6ae297e
Create 07-making-calls.md 2018-04-12 22:03:10 +02:00
Paul Ramsey
d54e2f5a07 Implementation including multer, custom storage engine, and pg-copy,
but without turning over pg-copy, and demonstrating the missing 'sql'
parameter in the custom storage engine.
2018-04-12 12:25:28 -07:00
Simon Martín
2a729b7da8 destructuring error_handler parameters 2018-04-03 13:43:17 +02:00
Simon Martín
3f6b6d3cff middleware naming 2018-04-03 13:41:18 +02:00
Simon Martín
3ad3cb7aa9 permission denied tests 2018-03-28 14:02:10 +02:00
Simon Martín
db6ab4a591 let & const vars 2018-03-28 13:52:45 +02:00
Simon Martín
adab7f21d8 setErrorHeader refactor 2018-03-28 13:50:45 +02:00
Simon Martín
720c3eb8cb changing msg var name for errorResponse 2018-03-28 13:35:19 +02:00
Simon Martín
d17975d7f5 errorHandlerFactory tests 2018-03-28 13:31:45 +02:00
Simon Martín
4301b63189 fix error 2018-03-28 13:31:31 +02:00
Simon Martín
616f3f3c07 errorHandlerFactory 2018-03-28 13:06:39 +02:00
Simon Martín
16ea727fc3 move ErrorHandler logic from error middleware 2018-03-28 12:58:10 +02:00
Simon Martín
5b6f876cd6 change pgErrorHandler for more generic errorHandler 2018-03-28 12:50:07 +02:00
Simon Martín
b45f5fe31e move ErrorHandler to services folder 2018-03-28 12:49:33 +02:00
Simon Martín
287d4634c6 rename createPgError to createGenericError 2018-03-28 12:43:34 +02:00
Simon Martín
e611d21029 getName refactor 2018-03-28 12:38:45 +02:00
Simon Martín
2bfa00ab57 getStatus refactor 2018-03-28 12:35:01 +02:00