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 |
|
Eneko Lakasta
|
0185cdf785
|
please jshint
|
2018-03-06 15:34:29 +01:00 |
|
Eneko Lakasta
|
8d22ca66ba
|
fix tests
|
2018-03-06 15:26:35 +01:00 |
|
Eneko Lakasta
|
b0eacb2a79
|
add vary header to honor authorization header when caching
|
2018-03-06 12:46:38 +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
|
39bd6694f2
|
Merge pull request #883 from CartoDB/fix-named-map-format
Do not force format for default named tiles
|
2018-03-05 11:29:43 +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
|
f03d98cd0d
|
Going green: fix test
|
2018-03-02 18:37:13 +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
|
fdd4c4aaa0
|
Going red: get default named map vector tile
|
2018-03-02 18:22:53 +01:00 |
|
Daniel García Aubert
|
8656fcd8d1
|
Use 'const'
|
2018-03-02 14:04:29 +01:00 |
|
Daniel García Aubert
|
f2f6b9d49c
|
ES6 goodies
|
2018-03-02 13:29:30 +01:00 |
|
Daniel García Aubert
|
82f1e6753b
|
Remove unreachable code
|
2018-03-02 13:14:02 +01:00 |
|
Daniel García Aubert
|
7ed717607a
|
Missing space before paramenter list
|
2018-03-02 13:08:57 +01:00 |
|
Daniel García Aubert
|
0ec9491d21
|
Fix test: Add stub for profiling
|
2018-03-02 11:16:46 +01:00 |
|
Daniel García Aubert
|
416970c819
|
Remove empty line
|
2018-03-01 19:10:35 +01:00 |
|
Daniel García Aubert
|
ccc28f3617
|
Add profiler step to lzma
|
2018-03-01 19:09:11 +01:00 |
|
Daniel García Aubert
|
5bac36b30f
|
Remove bad profiler usage
|
2018-03-01 18:53:05 +01:00 |
|
Daniel García Aubert
|
ef3ffddec7
|
Cosmetic changes
|
2018-03-01 18:49:44 +01:00 |
|
Daniel García Aubert
|
e6ba467d98
|
ES6 goodies
|
2018-03-01 18:47:07 +01:00 |
|
Daniel García Aubert
|
314508bcd8
|
Middleware naming convention
|
2018-03-01 18:46:04 +01:00 |
|
Daniel García Aubert
|
da18506e41
|
Follow middleware factory pattern
|
2018-03-01 18:45:04 +01:00 |
|
Daniel García Aubert
|
5eaee0b71e
|
Follow middleware naming convention
|
2018-03-01 18:12:07 +01:00 |
|
Daniel García Aubert
|
bd93e7dc7e
|
Follow middleware pattern
|
2018-03-01 18:09:49 +01:00 |
|
Daniel García Aubert
|
2c762813ba
|
Follow middleware pattern, return a function as the actual middleware
|
2018-03-01 15:52:48 +01:00 |
|
Daniel García Aubert
|
3caa1d9c4a
|
ES6 cosmetics
|
2018-03-01 15:42:46 +01:00 |
|
Daniel García Aubert
|
b0c924ca03
|
Follow middleware pattern, should return a function as the actual middleware
|
2018-03-01 15:42:03 +01:00 |
|
Daniel García Aubert
|
f6f59023b4
|
Ungroup middlewares
|
2018-02-28 19:46:46 +01:00 |
|
Daniel García Aubert
|
9dc4e7c955
|
Use the right step name for profiling
|
2018-02-28 19:29:53 +01:00 |
|
Daniel García Aubert
|
faa44e54ae
|
Cosmetic changes
|
2018-02-28 19:29:10 +01:00 |
|
Daniel García Aubert
|
bfb743b851
|
Improve profiling steps
|
2018-02-28 19:27:49 +01:00 |
|
Daniel García Aubert
|
dad2e92dd3
|
Follow middleware naming convention
|
2018-02-28 19:26:47 +01:00 |
|
Daniel García Aubert
|
59c312ea40
|
Require modules at the beginning of module
|
2018-02-28 19:25:50 +01:00 |
|
Daniel García Aubert
|
48c5a458f3
|
Remove bad use of profiling step
|
2018-02-28 19:22:22 +01:00 |
|
Daniel García Aubert
|
c0830862c8
|
Follow middleware naming convention
|
2018-02-28 19:21:44 +01:00 |
|
Daniel García Aubert
|
42deb7abbe
|
Rename middleware
|
2018-02-28 19:20:51 +01:00 |
|