Simon Martín
d28c915635
jshint happy
2018-03-23 15:57:30 +01:00
Daniel García Aubert
f76606bc26
Do not use locals middleware in layergroup controller
2018-03-23 14:13:27 +01:00
Daniel García Aubert
7ba3394508
Do not merge req.params and req.query into res.locals (don't use locals middleware in analysis controller)
2018-03-23 14:10:27 +01:00
Simon Martín
f19eeff899
returning error mvt on rate limit
2018-03-23 13:30:47 +01:00
Daniel García Aubert
d3c9da6d5f
Fix layer filter by query params
2018-03-23 11:57:28 +01:00
Simon Martín
1ce908177e
correct error message in rate limit tests
2018-03-23 11:47:28 +01:00
Simon Martín
609bf13765
correct error message in rate limit
2018-03-23 11:42:53 +01:00
Daniel García Aubert
97a49fab2f
Remove function defined but nerver used
2018-03-23 11:33:40 +01:00
Daniel García Aubert
10ead27676
Pass only needed properties to named map provider cache (static endpoint)
2018-03-23 11:23:19 +01:00
Daniel García Aubert
8be7ea5cc1
Pass only needed properties to named map provider cache
2018-03-23 11:01:36 +01:00
Daniel García Aubert
ebefba9e32
Revert: move map-config assignment
2018-03-23 10:57:35 +01:00
Simon Martín
fb784d6a91
removing retry after when no necessary
2018-03-23 10:23:57 +01:00
Daniel García Aubert
c31639ebbd
Move assignments
2018-03-22 19:38:56 +01:00
Daniel García Aubert
4ff8d6fbc3
Pass only needed params to map backend
2018-03-22 19:37:08 +01:00
Daniel García Aubert
d029f81992
Pass only needed params to create layergroup map config provider
2018-03-22 19:36:42 +01:00
Daniel García Aubert
6b7c2675f1
Use database params module
2018-03-22 19:20:51 +01:00
Daniel García Aubert
4f8c184bc0
Pass only needed params to map config adapter
2018-03-22 19:14:18 +01:00
Daniel García Aubert
afc608fc5d
Pass only needed params to named map map config provider
2018-03-22 18:57:26 +01:00
Daniel García Aubert
8523875349
Remove function thet is never used
2018-03-22 18:29:00 +01:00
Daniel García Aubert
79955c7fac
Pass only needed params to tile backend
2018-03-22 18:27:40 +01:00
Daniel García Aubert
d3cbd70054
Pass only needed params to attributes backend backend
2018-03-22 18:16:41 +01:00
Daniel García Aubert
81706b8726
Pass only needed params to dataview backend (search)
2018-03-22 18:03:38 +01:00
Daniel García Aubert
2812a54210
Pass only needed params to dataview backend
2018-03-22 17:55:15 +01:00
Daniel García Aubert
258d768887
Use upercase for constants
2018-03-22 17:54:40 +01:00
Daniel García Aubert
1059066c05
Use module to get database parameters
2018-03-22 17:53:24 +01:00
Daniel García Aubert
875f3c07b3
Pass only needed params to MapStoreMapConfigProvider
2018-03-22 17:07:38 +01:00
Daniel García Aubert
8ce72ea842
Do not pass res.locals
to collaborators
2018-03-22 12:30:51 +01:00
Daniel García Aubert
e542d38ec7
Reorder middleware
2018-03-22 11:38:33 +01:00
Daniel
771eaf97c8
Merge pull request #909 from CartoDB/spread-prepare-context-middleware
...
Spread `prepareContext` middleware
2018-03-22 10:48:37 +01:00
Daniel García Aubert
b40ed13f47
Do not use step to deal with asyn code
2018-03-21 19:08:37 +01:00
Javier Goizueta
b9de49d5ab
Remove superfluous aggregation filter condition
...
The default aggregation doesn't admit filters, so this wasn't necessary.
2018-03-21 17:36:26 +01:00
Javier Goizueta
ead6fa5f1f
Document aggregation filters
...
Note that dimension filters remain undocumented
2018-03-21 17:21:05 +01:00
Javier Goizueta
6ada8ba6a2
Implement aggregation filters
2018-03-21 17:01:32 +01:00
Daniel García Aubert
672b19b106
Magic number
2018-03-21 16:48:21 +01:00
Daniel García Aubert
4a2580c9ea
Missing semicolon
2018-03-21 16:43:34 +01:00
Daniel García Aubert
52c8c9341a
Remove function defined but never used
2018-03-21 16:40:09 +01:00
Daniel García Aubert
72c4a7abd6
Extract cache control header middleware
2018-03-21 16:38:37 +01:00
Daniel García Aubert
d022a1fa5e
Extract last-modified header middlleware
2018-03-21 14:43:00 +01:00
Daniel García Aubert
a142620b70
Make generic middlewares to calculate surrogate key and cache channel headers:
...
- In controllers: all reference to map config are now camelized, for instance: mapconfig -> mapConfig or mapconfigProvider -> mapConfigProvider
- In controllers: all map config providers created in req/res cycle are saved into `res.locals` and `mapConfigProvider` as key.
- In map-config-providers: all of them implement `.getAffectedTables()`, in order to calculate the tables involved for a given map-config. For that, `pgConnection` and `affectedTablesCache` are injected as constructor argument.
- Named Map Provider: rename references from `affectedTablesAndLastUpdate` to `affectedTables`.
- Named Map Provider Cache: In order to create new named map providers, needs affectedTablesCache.
- Extract locals middlewares (surrogate-key and cache-channel) from controllers and create an unified version of them.
- Extract last-modified middleware from named maps controller (draft).
2018-03-21 14:11:54 +01:00
Simon Martín
5603336253
stubs next version
2018-03-20 14:51:37 +01:00
Raúl Marín
838a3464c1
Merge pull request #911 from Algunenano/master_pg11
...
PG11: Modify regex match to accept pg11 errors
2018-03-20 11:47:14 +01:00
Raul Marin
0906ae3c93
PG11: Modify regex match to accept pg11 errors
2018-03-20 11:34:30 +01:00
Daniel García Aubert
af8ed99ae7
Merge branch 'spread-prepare-context-middleware' into unify-middlewares
2018-03-20 11:09:32 +01:00
Daniel García Aubert
f8d1e159f4
Please jshint
2018-03-20 11:09:05 +01:00
Daniel García Aubert
df999e040c
Merge branch 'spread-prepare-context-middleware' into unify-middlewares
2018-03-20 11:06:31 +01:00
Daniel García Aubert
2e13bc42a1
Merge branch 'master' into spread-prepare-context-middleware
2018-03-20 11:01:13 +01:00
Daniel García Aubert
9fd2519c12
Rename middleware
2018-03-20 09:34:50 +01:00
Daniel García Aubert
325bdfe92f
Move middleware
2018-03-20 09:34:06 +01:00
Daniel García Aubert
9211fa065b
Extract sendResponse middleware
2018-03-19 19:48:14 +01:00
Daniel García Aubert
bb170ee208
Please, jshint
2018-03-19 19:27:38 +01:00