Simon Martín
|
2834975d14
|
controllers using user limits service
|
2018-03-01 11:31:35 +01:00 |
|
Daniel García Aubert
|
700c64bba3
|
Extract to a middleware user timeout limit from user-database-services
|
2018-02-22 12:45:55 +01:00 |
|
Daniel García Aubert
|
94c5bd11df
|
Split authorization middleware, it was actually doing two things: authorize and get database connection params
|
2018-02-22 12:22:39 +01:00 |
|
Daniel García Aubert
|
8730b5c517
|
Read if the request is authenticated through res.locals
|
2018-02-22 12:04:05 +01:00 |
|
Daniel García Aubert
|
b399abee18
|
Move authorization to auth-api and extract it from user-database-service
|
2018-02-22 11:46:34 +01:00 |
|
Daniel García Aubert
|
9088cbf150
|
Improve naming
|
2018-02-21 13:51:28 +01:00 |
|
Daniel García Aubert
|
864ec30058
|
Remove duplication
|
2018-02-20 13:22:33 +01:00 |
|
Daniel García Aubert
|
8c13add7a8
|
Rename middleware
|
2018-02-19 15:49:17 +01:00 |
|
Daniel García Aubert
|
939443ef81
|
Unify credentials and authenticated request midllewares
|
2018-02-19 15:44:28 +01:00 |
|
Daniel García Aubert
|
7898b49e59
|
Extract profiler middleware to used in query and job controllers
|
2018-02-19 15:13:36 +01:00 |
|
Daniel García Aubert
|
75c2d85dbb
|
Use authenticated middleware in query controller
|
2018-02-19 13:24:44 +01:00 |
|
Daniel García Aubert
|
114070ef96
|
Rename middleware
|
2018-02-19 12:37:19 +01:00 |
|
Daniel García Aubert
|
adfe3dd52b
|
Remove comment
|
2018-02-19 11:10:39 +01:00 |
|
Daniel García Aubert
|
edd382fb8f
|
Check user is the same user that sends the request when basic-auth is provided
|
2018-02-16 18:21:06 +01:00 |
|
Daniel García Aubert
|
2cadfe6f18
|
Add support for Basic Auth
|
2018-02-16 10:46:58 +01:00 |
|
Daniel García Aubert
|
756fbe42c9
|
Use apikey midlleware
|
2018-02-15 17:24:04 +01:00 |
|
Raul Ochoa
|
32154b67c6
|
Merge branch 'master' into upgrade-cartodb-psql
|
2017-08-11 11:57:16 +02:00 |
|
Daniel García Aubert
|
01a71ee60e
|
Apply user timeout to ogr2ogr command
|
2017-08-09 12:50:16 +02:00 |
|
Raul Ochoa
|
3e536b822e
|
Remove unnecessary destroyOnError option
|
2017-08-08 18:21:10 +02:00 |
|
Raul Ochoa
|
c32a2199fa
|
Use request bootstrapper to add host header
|
2016-10-04 15:43:19 +02:00 |
|
Raul Ochoa
|
3ebbd9f7c4
|
Skip tables with no updated_at registered in cdb_tablemetadata
|
2016-07-11 16:39:12 +02:00 |
|
Daniel García Aubert
|
64ad284c9c
|
WIP: adding metrics to Batch API
|
2016-05-24 11:19:00 +02:00 |
|
Raul Ochoa
|
66cd1f400f
|
Skip query tables cache for authenticated requests
|
2016-03-10 19:20:56 +01:00 |
|
Raul Ochoa
|
b8460d033e
|
Add a cache decorator over QueryTables
|
2016-03-08 14:48:56 +01:00 |
|
Raul Ochoa
|
dbe033112d
|
Rethrow error but do not fail when getting affected tables
|
2016-03-08 14:00:31 +01:00 |
|
Alejandro Martínez
|
cd593e12ce
|
Join all Surrogate-Keys in one line
|
2016-02-24 11:43:43 +01:00 |
|
Alejandro Martínez
|
7d024dbf3f
|
Fix include in query_controller
|
2016-02-22 19:10:59 +01:00 |
|
Alejandro Martínez
|
5411aa3a01
|
Use Date.now() fallback value for getLastUpdatedTime
|
2016-02-22 19:08:04 +01:00 |
|
Alejandro Martínez
|
2c4b659100
|
Properly discard errors fetching updated tables
|
2016-02-22 19:07:41 +01:00 |
|
Alejandro Martínez
|
5e06711b4b
|
Use node-cartodb-querytables library
|
2016-02-22 12:24:05 +01:00 |
|
Raul Ochoa
|
15f90c1a78
|
QueryTablesApi only caches affected tables and always retrieve last modification
|
2016-02-02 01:16:24 +01:00 |
|
Raul Ochoa
|
9deab814c9
|
Skip query-tables-api for authenticated requests
|
2016-02-01 16:53:28 +01:00 |
|
Raul Ochoa
|
a654c90b6d
|
X-Cache-Channel generation only requires affected tables
mayWrite is redundant, and it's not its responsibility
|
2016-01-28 14:18:38 +01:00 |
|
Raul Ochoa
|
131d798653
|
Change interface to return also authenticated connection params
|
2016-01-28 14:18:10 +01:00 |
|
Raul Ochoa
|
235e7f9bc1
|
Rename method to match returning connection params behaviour
|
2016-01-28 14:14:31 +01:00 |
|
Raul Ochoa
|
023d06fd19
|
Affected tables and last modified behind QueryTablesApi
It handles the internal cache and exposes an unified result
|
2016-01-28 14:08:18 +01:00 |
|
Raul Ochoa
|
9881a6f7d4
|
Use readonly flag to run affected tables query
|
2016-01-28 12:33:00 +01:00 |
|
Daniel García Aubert
|
79e626a71e
|
Added cors middleware, decoupled query and job controllers from its dependencies
|
2016-01-21 17:24:48 +01:00 |
|
Daniel García Aubert
|
048d2cd0ea
|
Refactored user database service ans updated controllers to use it.
|
2016-01-21 16:17:17 +01:00 |
|
Daniel García Aubert
|
f42727212b
|
Removed unnecessary checkAborted function in job controller and changed signature for getUserDatabase.
|
2016-01-21 15:05:46 +01:00 |
|
Daniel García Aubert
|
a1243ad64d
|
Implemented job controller to enqueue jobs
|
2015-12-07 09:40:51 +01:00 |
|
Daniel García Aubert
|
f7a3c6ac4e
|
Renamed controllers routing method
|
2015-12-03 18:43:13 +01:00 |
|
Daniel García Aubert
|
a697fe6faa
|
Making test pass
|
2015-12-03 18:19:39 +01:00 |
|
Daniel García Aubert
|
e5dedb6315
|
Split query controller and separated from app
|
2015-12-03 17:28:18 +01:00 |
|