Daniel García Aubert
|
a95b3f2f99
|
Fix comment
|
2018-03-07 14:54:09 +01:00 |
|
Daniel García Aubert
|
b2cc7ab84f
|
Move functions to improve readablity
|
2018-03-07 14:53:13 +01:00 |
|
Daniel García Aubert
|
eb3414f07f
|
Follow middleware pattern
|
2018-03-07 14:48:21 +01:00 |
|
Daniel García Aubert
|
292dad130d
|
Move middlewares to the right place
|
2018-03-07 14:42:21 +01:00 |
|
Daniel García Aubert
|
ec41cddb19
|
Do not pass the whole res.locals to backends
|
2018-03-07 12:52:44 +01:00 |
|
Daniel García Aubert
|
5871f8290d
|
Use default param values
|
2018-03-07 12:46:18 +01:00 |
|
Daniel García Aubert
|
33089be2cd
|
Do not attach header middlewares to node status endpoint
|
2018-03-07 12:30:59 +01:00 |
|
Daniel García Aubert
|
d351c8d14c
|
Define var as const
|
2018-03-07 12:09:41 +01:00 |
|
Daniel García Aubert
|
82446e5ffa
|
Use template string to define routes
|
2018-03-07 12:05:53 +01:00 |
|
Daniel García Aubert
|
b786164e8a
|
Middlewarify metrics increment whether success or error
|
2018-03-07 11:56:57 +01:00 |
|
Daniel García Aubert
|
a66c19c6c7
|
Do not bind context when unneeded
|
2018-03-06 20:05:55 +01:00 |
|
Daniel García Aubert
|
94d1667d70
|
Refactor affected tables
|
2018-03-06 20:01:43 +01:00 |
|
Daniel García Aubert
|
3399db1cff
|
Add comment
|
2018-03-06 18:58:09 +01:00 |
|
Daniel García Aubert
|
874ea99d19
|
Remove step
|
2018-03-06 18:43:23 +01:00 |
|
Daniel García Aubert
|
7022fb87b4
|
Extract header, affected-tables and response middlewares
|
2018-03-06 18:28:40 +01:00 |
|
Daniel García Aubert
|
7c1e2a6af0
|
Avoid nested steps
|
2018-03-06 17:08:39 +01:00 |
|
Daniel García Aubert
|
2f011c3266
|
Remove nested steps
|
2018-03-06 17:01:51 +01:00 |
|
Daniel García Aubert
|
4762aa0897
|
Remove step from sendResponse function
|
2018-03-06 16:55:27 +01:00 |
|
Daniel García Aubert
|
f30f83331f
|
Extract tile error middleware
|
2018-03-06 16:44:37 +01:00 |
|
Daniel García Aubert
|
3695e1e3e5
|
Place function closer to where is called
|
2018-03-06 16:21:46 +01:00 |
|
Daniel García Aubert
|
585b5929aa
|
Middlewarify tile and layer endpoints
|
2018-03-06 16:19:53 +01:00 |
|
Daniel García Aubert
|
9b40370794
|
Now that mapConfigProvider is linked to 'res.locals' do not pass the whole 'res.locals' to map-config-provider to avoid converting circular structure to JSON
|
2018-03-06 12:44:17 +01:00 |
|
Daniel García Aubert
|
95f3d58383
|
Make jshint happy
|
2018-03-05 19:33:46 +01:00 |
|
Daniel García Aubert
|
0f0cde1093
|
Middlewarify static-api (bbox/center) endpoints
|
2018-03-05 19:26:26 +01:00 |
|
Daniel García Aubert
|
ca56df5cfe
|
Middlewarify attributes endpoint
|
2018-03-05 18:28:52 +01:00 |
|
Daniel García Aubert
|
d8a4209768
|
Middlewarify analysis-node-status endpoint
|
2018-03-05 18:13:19 +01:00 |
|
Daniel García Aubert
|
40712a2e62
|
Middlewarify search dataview endpoint
|
2018-03-05 18:05:42 +01:00 |
|
Daniel García Aubert
|
acb9ce33b1
|
Pass dataview-backend as middleware option
|
2018-03-05 18:04:50 +01:00 |
|
Daniel García Aubert
|
5e43a7145a
|
Middlewarify dataview endpoint
|
2018-03-05 17:44:04 +01:00 |
|
Daniel García Aubert
|
5de8c4f9c3
|
Make explicit that forceFormat is optional
|
2018-03-05 11:19:17 +01:00 |
|
Daniel García Aubert
|
6331bebb30
|
Going green: be able to request defaul named tiles in vector format
|
2018-03-02 18:25:23 +01:00 |
|
Daniel García Aubert
|
5c2248d419
|
Merge branch 'master' into project-auth-api
|
2018-02-28 14:43:12 +01:00 |
|
Daniel García Aubert
|
102b11b1b5
|
Follow middleware naming convention
|
2018-02-28 13:10:46 +01:00 |
|
Eneko Lakasta
|
26df09b13f
|
require debug at the top of file
|
2018-02-28 11:42:44 +01:00 |
|
Eneko Lakasta
|
8867cdbc02
|
use anonymous function instead of arrow function in middleware export to don't bind this
|
2018-02-26 15:57:42 +01:00 |
|
Eneko Lakasta
|
521b441da5
|
default apikey is returned by metadata module if no apikey found, remove this code because is never going to be run
|
2018-02-20 12:53:33 +01:00 |
|
Eneko Lakasta
|
59ca00b33b
|
move apikey credentials getter to middleware file
|
2018-02-20 12:31:36 +01:00 |
|
Daniel García Aubert
|
7c7d606aa7
|
Remove trailing spaces
|
2018-02-19 19:05:13 +01:00 |
|
Daniel García Aubert
|
603ef4044c
|
Reduce cyclomatic complexity
|
2018-02-19 18:48:02 +01:00 |
|
Daniel García Aubert
|
2e3abfb2cd
|
Catch "name not found" errors from metadata backend and set http code status 404
|
2018-02-19 18:28:58 +01:00 |
|
Eneko Lakasta
|
7e14247ea9
|
remove cause of unreachable code/dead code. Not necessary because carto redis assures at least the default api key
|
2018-02-19 17:06:59 +01:00 |
|
Eneko Lakasta
|
7b21bd26d0
|
Merge branch 'project-auth-api' into project-auth-api-fallback
|
2018-02-16 11:29:36 +01:00 |
|
Eneko Lakasta
|
4ac224688c
|
in fallback mode, use default api key if api key token doesnt exist
|
2018-02-16 11:20:04 +01:00 |
|
Eneko Lakasta
|
cda2616a8a
|
get and check api key credentials from api key: username and token
|
2018-02-15 17:49:47 +01:00 |
|
Eneko Lakasta
|
18dbeea003
|
get apikey token from request in named maps admin middleware
|
2018-02-15 15:20:52 +01:00 |
|
Eneko Lakasta
|
3e916c6054
|
check if req.query exist before getting req.query.api_key/map_key
|
2018-02-15 15:20:05 +01:00 |
|
Eneko Lakasta
|
fc420c2c0f
|
use for compatibility res.locals.api_key instead of res.locals.apikeyToken
|
2018-02-15 15:19:09 +01:00 |
|
Eneko Lakasta
|
5db0e9c8d8
|
add middleware for apikeyToken
|
2018-02-15 12:50:42 +01:00 |
|
Eneko Lakasta
|
963737d3fb
|
create lib for getting api key token from request
|
2018-02-15 11:36:42 +01:00 |
|
Eneko Lakasta
|
890f0d1ef6
|
add fallback for using metadata fallback
|
2018-02-14 17:31:05 +01:00 |
|