Daniel García Aubert
|
ed9083de24
|
Remove req2params middleware from ported server options
|
2018-03-16 20:02:18 +01:00 |
|
Daniel García Aubert
|
a2fa92abf1
|
Fix ported test ny adding host header to the request
|
2018-03-16 19:58:29 +01:00 |
|
Daniel García Aubert
|
fa1e1fd779
|
Fix ported test by adding host header to the requests
|
2018-03-16 19:56:34 +01:00 |
|
Daniel García Aubert
|
adde66bc57
|
Fix more ported test
|
2018-03-16 18:59:07 +01:00 |
|
Daniel García Aubert
|
db08fc3da2
|
Remove meaningless test
|
2018-03-16 18:58:42 +01:00 |
|
Daniel García Aubert
|
97e603b215
|
Fix ported test
|
2018-03-16 18:33:47 +01:00 |
|
Daniel García Aubert
|
29936d76b1
|
Fix ported test by adding host header to request
|
2018-03-16 18:18:06 +01:00 |
|
Daniel García Aubert
|
3f88aaae64
|
Fix ported test by adding host header to requests
|
2018-03-16 18:15:37 +01:00 |
|
Daniel García Aubert
|
fccf46c67d
|
Add host header to test-client (ported)
|
2018-03-16 18:06:31 +01:00 |
|
Daniel García Aubert
|
970aca1c9d
|
Add host header to test_client (ported)
|
2018-03-16 17:55:04 +01:00 |
|
Daniel García Aubert
|
5e494f0982
|
Add host headers to attributes test (ported)
|
2018-03-16 17:51:48 +01:00 |
|
Daniel García Aubert
|
91a7dc8cf0
|
Use const
|
2018-03-16 17:31:40 +01:00 |
|
Daniel García Aubert
|
e52cd28f1e
|
User res.body as placeholder of the response's body
|
2018-03-16 17:13:48 +01:00 |
|
Daniel García Aubert
|
7bdbd4cb03
|
Move variable declaration
|
2018-03-16 16:42:47 +01:00 |
|
Daniel García Aubert
|
95d694f6c5
|
Fix unit test
|
2018-03-16 16:29:00 +01:00 |
|
Daniel García Aubert
|
313fc75ec8
|
Rename middleware
|
2018-03-16 16:28:50 +01:00 |
|
Daniel García Aubert
|
639a69a639
|
Reorder middlewares to optimize workflow
|
2018-03-16 16:12:36 +01:00 |
|
Daniel García Aubert
|
67d2d2fe95
|
Use spread operator
|
2018-03-16 14:20:41 +01:00 |
|
Daniel García Aubert
|
0aa8d63a6e
|
Unifiy allowQueryParams and cleanUpQueryParams middlewares
|
2018-03-16 14:03:59 +01:00 |
|
Daniel García Aubert
|
7b11cdcb74
|
Use template string
|
2018-03-16 13:08:00 +01:00 |
|
Daniel García Aubert
|
071a5a4bdf
|
Rename base paths
|
2018-03-16 13:04:42 +01:00 |
|
Daniel García Aubert
|
5ede6c3021
|
Add test suite to not run ported test
|
2018-03-15 19:38:39 +01:00 |
|
Daniel García Aubert
|
7ff7b0c2d1
|
Extract rest of the middlewares from prepare contex
|
2018-03-15 19:38:11 +01:00 |
|
Daniel García Aubert
|
30dab7df9f
|
Extract authorize middeware form prepareContext
|
2018-03-15 18:48:29 +01:00 |
|
Daniel García Aubert
|
afff06c7e6
|
Extract db-conn-setup middleware for prepare-context
|
2018-03-15 15:33:20 +01:00 |
|
Daniel
|
f49d7478d7
|
Merge pull request #899 from CartoDB/refactor-named-maps-admin
Named Maps Admin: Extract middlewares form controller's context
|
2018-03-14 17:55:03 +01:00 |
|
Daniel
|
b4a1c9d648
|
Merge pull request #898 from CartoDB/refactor-analysis-controller
Refactor analysis controller
|
2018-03-14 17:50:15 +01:00 |
|
Daniel
|
692246ec44
|
Merge pull request #901 from CartoDB/refactor-named-maps-controller
Refactor named maps controller
|
2018-03-14 17:50:06 +01:00 |
|
Daniel García Aubert
|
04146f897d
|
Use template strings
|
2018-03-14 17:33:54 +01:00 |
|
Daniel García Aubert
|
a34658c97f
|
Use objects instead of param list
|
2018-03-14 17:31:37 +01:00 |
|
Daniel García Aubert
|
8d37e00869
|
Use objects instead of parameter list
|
2018-03-14 17:25:58 +01:00 |
|
Raúl Marín
|
584d6ae9cf
|
Merge pull request #902 from CartoDB/camshaft0614
Update camshaft to 0.61.4
|
2018-03-14 17:25:25 +01:00 |
|
Daniel García Aubert
|
421e611356
|
Use objects instead of a list of parameters
|
2018-03-14 17:22:47 +01:00 |
|
Daniel García Aubert
|
f078713d28
|
typo
|
2018-03-14 17:15:50 +01:00 |
|
Daniel García Aubert
|
a8d31d52cf
|
Pass only required params
|
2018-03-14 17:08:04 +01:00 |
|
Raul Marin
|
d9213b2fe2
|
Update camshaft to 0.61.4
|
2018-03-14 15:56:35 +01:00 |
|
Daniel García Aubert
|
091efe52fc
|
Extract sendResponse middleware from context
|
2018-03-14 13:32:43 +01:00 |
|
Daniel García Aubert
|
a5c508733a
|
Extract setContentTypeHeader middleware from controller's context
|
2018-03-14 13:31:39 +01:00 |
|
Daniel García Aubert
|
ce944d9a7d
|
Extract setCacheControlHeader from controller's context
|
2018-03-14 13:30:27 +01:00 |
|
Daniel García Aubert
|
8321b5adba
|
Extract setLastModifiedHeader from controller's context
|
2018-03-14 13:27:56 +01:00 |
|
Daniel García Aubert
|
667c972308
|
Extract setCacheChannelHeader and setSurrogateKeyHeader from controller's context
|
2018-03-14 13:25:42 +01:00 |
|
Daniel García Aubert
|
3dbe05be3a
|
Extarct setCacheChannelHeader middleware from controller's context
|
2018-03-14 13:19:56 +01:00 |
|
Daniel García Aubert
|
2d4ce19250
|
Extract incrementMapViews middleware from controllers middleware
|
2018-03-14 13:18:37 +01:00 |
|
Daniel García Aubert
|
3b3e0c0acd
|
Extract getImage middleware from controller's context
|
2018-03-14 13:15:38 +01:00 |
|
Daniel García Aubert
|
c3ddb933bb
|
Extract getStaticImageOptions middleware from controller's context
|
2018-03-14 13:11:17 +01:00 |
|
Daniel García Aubert
|
6aae60ece7
|
Extract getTile middleware from controller's context
|
2018-03-14 13:07:40 +01:00 |
|
Daniel García Aubert
|
6b3dc8ece0
|
Extract prepareLayerFilterFromPreviewLayers middleware from controller's context
|
2018-03-14 13:05:05 +01:00 |
|
Daniel García Aubert
|
7dd231a8c9
|
Extract getTemplate middleware form controller's context
|
2018-03-14 13:02:49 +01:00 |
|
Daniel García Aubert
|
35a3219012
|
Extract getAffectedTables middleware from controller's context
|
2018-03-14 13:01:07 +01:00 |
|
Daniel García Aubert
|
7598e6ab4b
|
Extract getNamedMapProvider middleware from controller's context
|
2018-03-14 12:58:56 +01:00 |
|