Daniel García Aubert
|
7e099be134
|
Add specific implementations of histograms based on column type; still not used
|
2017-09-08 10:29:54 +02:00 |
|
Daniel García Aubert
|
63a7ee08d0
|
Avoid nested ternaries for date histograms
|
2017-09-06 19:15:39 +02:00 |
|
Daniel García Aubert
|
b63a67a5b8
|
Avoid nested ternaries
|
2017-09-06 18:33:51 +02:00 |
|
Daniel García Aubert
|
1ac8455dc2
|
Use template strings to build histogram query
|
2017-09-06 18:13:34 +02:00 |
|
Daniel García Aubert
|
9f52e58be8
|
Rename BaseWidget by BaseDataview
|
2017-09-06 16:54:08 +02:00 |
|
Daniel García Aubert
|
4edf18f77a
|
Remove underscore requirement
|
2017-09-06 16:52:17 +02:00 |
|
Daniel García Aubert
|
b5d2de8edc
|
Do not use _.omit()
|
2017-09-06 16:49:00 +02:00 |
|
Daniel García Aubert
|
8ac041805c
|
Use typeof !== string instead of underscore's equivalent
|
2017-09-06 16:20:01 +02:00 |
|
Daniel García Aubert
|
6e0dc8666d
|
Use .hasOwnProperty() instead of underscore's equivalent
|
2017-09-06 16:14:29 +02:00 |
|
Daniel García Aubert
|
3e55bd2abb
|
Make happy to jshint
|
2017-09-06 15:56:52 +02:00 |
|
Daniel García Aubert
|
da1d0550f6
|
Use const keyword for constants
|
2017-09-06 15:52:13 +02:00 |
|
Daniel García Aubert
|
c37ef36a61
|
Move parseOffset function to a class method
|
2017-09-06 15:49:05 +02:00 |
|
Daniel García Aubert
|
9e3e1cad9a
|
Move getWidth function to a class method
|
2017-09-06 15:47:21 +02:00 |
|
Daniel García Aubert
|
e84f30488f
|
Move getBinsCount function to a class method
|
2017-09-06 15:45:51 +02:00 |
|
Daniel García Aubert
|
49a60caffc
|
Move getBinEnd function to a class method
|
2017-09-06 15:42:29 +02:00 |
|
Daniel García Aubert
|
392e004879
|
Move getBinStart and populateBinStart function to a class method
|
2017-09-06 15:38:23 +02:00 |
|
Daniel García Aubert
|
288656301b
|
Move getOffset function to a class method
|
2017-09-06 15:37:28 +02:00 |
|
Daniel García Aubert
|
96740b82ed
|
Move getAggregation function to a class method
|
2017-09-06 13:52:02 +02:00 |
|
Daniel García Aubert
|
1be66e1552
|
Use const for requirements
|
2017-09-06 13:47:19 +02:00 |
|
Daniel García Aubert
|
5ba2dfbbd6
|
Use ES6 class syntax
|
2017-09-06 13:43:54 +02:00 |
|
Daniel García Aubert
|
af4b3d81cd
|
make happy to jshint
|
2017-09-06 11:55:40 +02:00 |
|
Daniel García Aubert
|
bbd42b73f2
|
Remove dot requirement
|
2017-09-06 11:44:52 +02:00 |
|
Daniel García Aubert
|
8e2535745e
|
Use template string for columnCastTpl
|
2017-09-06 11:44:25 +02:00 |
|
Daniel García Aubert
|
4f75f6c07b
|
Use template string for dateBinsQueryTpl and dateHistogramQueryTpl
|
2017-09-06 11:41:24 +02:00 |
|
Daniel García Aubert
|
0ede3013db
|
Use template string for dateOverrideBasicsQueryTpl
|
2017-09-06 10:57:38 +02:00 |
|
Daniel García Aubert
|
0b79ac76db
|
Use template string for dateBasicsQueryTpl
|
2017-09-06 10:39:17 +02:00 |
|
Daniel García Aubert
|
2739364193
|
Use template string for histogramQueryTpl
|
2017-09-05 15:53:21 +02:00 |
|
Daniel García Aubert
|
adcff54589
|
Use template string for nansQueryTpl
|
2017-09-05 15:53:06 +02:00 |
|
Daniel García Aubert
|
734cfa6d83
|
Fix undefined argument
|
2017-09-05 15:51:31 +02:00 |
|
Daniel García Aubert
|
7ea6b3e371
|
Use template string for infinitiesQueryTpl
|
2017-09-05 12:21:30 +02:00 |
|
Daniel García Aubert
|
f1018f3272
|
Use template string for nullsQueryTpl
|
2017-09-05 12:18:42 +02:00 |
|
Daniel García Aubert
|
151bdec1fd
|
Use template string for overrideBinsQueryTpl
|
2017-09-05 12:16:38 +02:00 |
|
Daniel García Aubert
|
5d413ac1f9
|
Use template string for overrideBasicsQueryTpl
|
2017-09-05 11:26:38 +02:00 |
|
Daniel García Aubert
|
37b1376767
|
Fix bad find & replace
|
2017-09-05 11:26:27 +02:00 |
|
Daniel García Aubert
|
00741bc0a4
|
Use template string for basicsQueryTpl
|
2017-09-05 10:41:48 +02:00 |
|
Daniel García Aubert
|
c580600590
|
Extract template to filter out special numeric values
|
2017-09-05 10:36:18 +02:00 |
|
Daniel García Aubert
|
6373fe8652
|
Use template string for filteredQueryTpl
|
2017-09-04 19:01:58 +02:00 |
|
Daniel García Aubert
|
5ce419d863
|
Use template string for dateIntervalQueryTpl
|
2017-09-04 18:42:30 +02:00 |
|
Raul Ochoa
|
1c6a76af72
|
Merge pull request #726 from CartoDB/725-polygon-count
725 fix polygon count
|
2017-08-16 15:33:19 +02:00 |
|
Simon
|
814b123b2b
|
fix 725 using the ST_Intersects function instead of &&
|
2017-08-09 18:55:14 +02:00 |
|
Daniel García Aubert
|
14f85abd39
|
Merge branch 'master' into response-time-limit
|
2017-08-09 18:48:38 +02:00 |
|
Daniel García Aubert
|
c643160671
|
Prefix date interval query (to calculate automatic aggregation) to avoid name collision
|
2017-08-08 10:32:53 +02:00 |
|
Daniel García Aubert
|
e7a0b246a3
|
Prefix with double underscore
|
2017-08-08 10:20:36 +02:00 |
|
Daniel García Aubert
|
3c061769c6
|
Prefix basics columns to avoid name collision
|
2017-08-08 10:11:35 +02:00 |
|
Daniel García Aubert
|
7e159c565b
|
Prefix iqr query calculation to avoid name collision
|
2017-08-08 10:03:40 +02:00 |
|
Daniel García Aubert
|
ff3d7ed7b2
|
Fix jshint typo
|
2017-08-08 09:57:12 +02:00 |
|
Daniel García Aubert
|
cf71489a7f
|
Prefix nans and infinities counters to avoid name collision
|
2017-08-08 09:54:49 +02:00 |
|
Daniel García Aubert
|
c7e5dbf158
|
Fix query aliases
|
2017-08-08 09:46:34 +02:00 |
|
Daniel García Aubert
|
34cf45bc9d
|
Prefix infinities query to avoid name collision
|
2017-08-08 09:43:31 +02:00 |
|
Daniel García Aubert
|
7e058955ea
|
Use final naming to group by
|
2017-08-08 09:39:51 +02:00 |
|