Simon Martín
e9f88a78d5
remove step 4
2018-08-01 15:28:15 +02:00
Simon Martín
085d26f1b2
remove step 3: refactor
2018-08-01 13:27:07 +02:00
Simon Martín
da8d92b78e
remove step 3
2018-08-01 13:20:10 +02:00
Simon Martín
2134bf898a
check user template limit in the right way
2018-08-01 13:13:25 +02:00
Simon Martín
f27d5ba7d1
unneeded check
2018-08-01 12:40:22 +02:00
Simon Martín
09a67871fb
manage JSON.stringify sync error
2018-08-01 12:38:50 +02:00
Simon Martín
cec9994add
style details
2018-08-01 12:33:59 +02:00
Simon Martín
d45d0018d2
self to this
2018-08-01 12:32:20 +02:00
Simon Martín
410cbd082c
manage errors
2018-08-01 12:26:40 +02:00
Simon Martín
fd875c41c7
remove step 2
2018-08-01 12:20:01 +02:00
Simon Martín
750798d0a3
ensuring redis_pool connection release
2018-08-01 12:10:09 +02:00
Simon Martín
04faaea10d
remove unneded check
2018-08-01 11:49:40 +02:00
Simon Martín
74831c9b7f
using ... operator instead of apply
2018-08-01 11:48:12 +02:00
Simon Martín
5471a218eb
return errors
2018-08-01 11:39:07 +02:00
Simon Martín
79f2a8dde9
vars refactor: that to this, ...
2018-08-01 11:30:17 +02:00
Simon Martín
5c0b7487f7
using calbacks instead of step
2018-08-01 11:25:55 +02:00
Simon Martín
23ef884e9b
remove step 1
2018-07-31 10:26:46 +02:00
Simon Martín
bb24b1dfcc
indentation
2018-07-31 10:25:56 +02:00
Javier Goizueta
fcfa763890
Merge pull request #1002 from CartoDB/aggregation-fixes
...
Aggregation fixes
2018-07-18 11:54:13 +02:00
Daniel G. Aubert
3e0cb0ed37
Merge pull request #997 from CartoDB/last-modified-always
...
Remove parameter `now` for last-modified-header middleware
2018-07-17 11:32:37 +02:00
Daniel García Aubert
f9b59d8549
Do not override stats
2018-07-16 17:18:58 +02:00
Daniel García Aubert
81eb849aff
Add stats first
2018-07-16 16:58:53 +02:00
Daniel García Aubert
9f9b933607
Add create layergroup stats
2018-07-16 16:52:26 +02:00
Javier Goizueta
2d102c4810
Compensate for bbox lack of accuracy
2018-07-16 12:44:30 +02:00
Javier Goizueta
2063ac15ee
Fix long lines
2018-07-16 11:58:56 +02:00
Javier Goizueta
716f983e71
Filter out partially aggregated clusters
...
Fixes #889
2018-07-15 22:26:37 +02:00
Javier Goizueta
31feb58e1f
Compute aggregation cell size accurately
...
This fixes #1001
2018-07-15 22:25:16 +02:00
Daniel García Aubert
4f81f402f5
Remove parameter now for last-modified-header
2018-07-10 13:22:38 +02:00
Rafa de la Torre
e247e45f96
Qualify columns and improve if/else style
...
As suggested by Algunenano: qualify column names with the
table/subquery/cte to avoid name clashing, and polish the code style a
little.
2018-07-05 17:21:38 +02:00
Rafa de la Torre
a1807fd0c3
A better solution to the start-end problem
2018-07-05 12:39:26 +02:00
Rafa de la Torre
d937ce4982
Fix the min >= start and max <= end case (WIP)
...
This fixes the 'should get bins with min >= start and max <= end' test
case but probably breaks a number of other cases (those with no start
and/or no end).
2018-07-05 11:56:26 +02:00
Eneko Lakasta
923b23871f
Please jshint
2018-07-03 14:48:54 +02:00
Eneko Lakasta
409a103990
update rate limit error message
2018-07-03 14:36:29 +02:00
Eneko Lakasta
6a6815d893
update render limits error message
2018-07-03 14:32:10 +02:00
Eneko Lakasta
c874a734fd
fix db limit error message set order
2018-07-02 13:02:36 +02:00
Eneko Lakasta
ee25585f06
add new error message
2018-06-29 15:01:12 +02:00
Simon Martín
37f6ac0c87
Merge branch 'master' into tilejson-url-apikey
2018-06-26 10:23:09 +02:00
Simon Martín
79fdd07d8f
adding api key to tiles base urls with querystring
2018-06-25 16:23:23 +02:00
Simon Martín
762dce7853
adding api key to tiles base urls
2018-06-22 17:31:45 +02:00
Javier Goizueta
e89503e1fa
Subsitute tokens to get columns for dates_as_numbers
...
Fixes #980
2018-06-18 13:16:49 +02:00
Javier Goizueta
e0cd1aba29
Refactor: move common token substitutions to query-utils
2018-06-18 13:15:45 +02:00
Javier Goizueta
90efe14bfb
Merge pull request #971 from CartoDB/cartovl-130
...
Send dates as unix epoch instead strings in .mvt files
2018-06-13 13:07:35 +02:00
IagoLast
649297df83
Use early return
2018-06-13 09:42:53 +02:00
IagoLast
ae7e7578db
Use early return
2018-06-13 09:38:24 +02:00
Javier Goizueta
0cf6605b8d
Use more precise function name
2018-06-12 12:59:10 +02:00
Javier Goizueta
4a52620d83
Various fixes
...
This avoids errors when trying to wrap dates or detect wrapped dates in non-mapnik layers
2018-06-12 12:05:31 +02:00
Javier Goizueta
660c1777e3
Fix per-layer date wrapping
2018-06-11 19:31:42 +02:00
Daniel García Aubert
aba737c61b
Merge branch 'master' into mapconfig-provirers-refactor
2018-06-11 15:50:52 +02:00
Eneko Lakasta
7f7eb78d8c
Merge branch 'master' into remove-auth-fallback
2018-06-11 12:02:58 +02:00
Daniel García Aubert
c6a74b66ce
Use external module to get full qualified domain name properly
2018-06-08 13:46:42 +02:00