Maxime Beauchemin
24e3c7f89a
[dashboard] notify instead of modal onSave ( #2941 )
...
* [dashboard] notify instead of modal onSave
* Addressing comments
2017-06-12 21:04:46 -07:00
Maxime Beauchemin
987cb9978d
[hotfix] bumping pandas version to 0.20.2
2017-06-13 00:03:33 +00:00
Nishant Bangarwa
274d21795f
Fix handling of Chunked requests ( #1742 )
...
* Fix handling of Chunked requests
Add fix for handling chunk encoding requests.
If ENABLE_CHUNK_ENCODING is set to true, for requests with transfer
encoding set to true. It will set wsgi.input_terminated to true which
tells werkzeug to ignore content-length and read the stream till the
end.
break comment in multiple lines
* remove debug print logging
2017-06-12 13:46:14 -07:00
Maxime Beauchemin
0d2c2b0681
[table viz] get metrics to right-align ( #2943 )
...
Moved the histogram to be rooted on the right side as well
fixes https://github.com/airbnb/superset/issues/2933
2017-06-12 13:35:00 -07:00
Maxime Beauchemin
1eff48facb
Bumping some dependencies ( #2945 )
...
Most notably Flask AppBuilder to 1.9.0
2017-06-12 13:21:14 -07:00
timfeirg
17bd7512ff
remove reference for CSRF_ENABLED, and use WTF_CSRF_ENABLED instead ( #2946 )
2017-06-12 13:17:59 -07:00
Maxime Beauchemin
16141ecb94
[explore] improve metric(s) and groupby(s) controls ( #2921 )
...
* [explore] improve metric(s) and groupby(s) controls
- surface verbose_name, description & expression in controls
- [table viz] surface verbose name in table header
* Fixing tests
* Addressing comments
* Fixing tests (once more)
2017-06-09 11:29:55 -07:00
Alanna Scott
34f381bc25
v 0.18.5-alpha.3
2017-06-08 11:21:07 -07:00
Alanna Scott
24292dbc11
add new slice form improvements ( #2928 )
...
* dont set first datasource as default
* not used
* add a disabled class if datasource is not selected
* sort datasources alphabettically
* make btn disabled is no datasource is selected
* fix linting
2017-06-08 10:49:02 -07:00
Maxime Beauchemin
24a2f5b8f0
[big number] various improvements ( #2912 )
...
* [big number] various improvements
* dynamic number of X axis ticks based on width to prevent label overlap
* corrected overflow on the x axis
* improved tooltips (precise arrow and visible data point circle on hover)
* Fixing tooltips in heatmap viz
2017-06-08 08:50:30 -07:00
Maxime Beauchemin
0e6f754af9
Fix #2814 - json serialization edge case ( #2924 )
2017-06-08 08:49:01 -07:00
Alanna Scott
fb85f008fa
v 0.18.5-alpha.2
2017-06-07 23:12:16 -07:00
Maxime Beauchemin
85fb4a933d
[hotfix] only apply SQLAlchemy limit where needed
...
Observed issue in dev environment where SQL queries were emitted with
`LIMIT 0`. This fix addresses it.
2017-06-07 22:56:56 -07:00
Alanna Scott
d3ace6d63f
[js-testing] type checking for dates.js ( #2893 )
...
* tests for dates.js
* linting
* test fduration output
* ignore warnings in code climate
* use eslint-2 otherwise defaults to eslint-3
* test eslint 1
* remove channel rule
* disable checks
* checks for eslint engine
2017-06-07 22:27:21 -07:00
Alanna Scott
205eed8350
add more tests for Timer ( #2889 )
2017-06-07 22:12:07 -07:00
Alanna Scott
5bf40e2256
[slices] add simple new slice form ( #2800 )
...
* initial structure for add new slice page
* simplify add slice form
* add a test
* fix long line
* use underscore for template name
* fix controls path
* fix vis types select
2017-06-07 22:08:59 -07:00
Denny Biasiolli
7c28e4eace
updating react-alert dependency to v2.0.1 ( #2923 )
2017-06-07 12:07:15 -07:00
Xiao Hanyu
a882f7a55f
Ignore pyenv files in .gitignore. ( #2906 )
...
Some python developers use Python version manager to create and switch Python
enviroments, pyenv (http://github.com/yyuu/pyenv ) is one of the version managers.
When you use `pyenv local x.x.x`, `pyenv` will put a `.python-version` file in
project directory, which, in general, should not be commited to git.
2017-06-06 23:44:57 -07:00
Maxime Beauchemin
9aba77db74
0.18.5-alpha.1
2017-06-06 12:22:27 -07:00
Grace Guo
c9e5fbb09b
[dashboard]Add timeout message on Dashboard view ( #2910 )
...
Same as explore view, if query takes > 45 seconds not returned, we will show Query timeout warning message. Otherwise user will see 504 Gateway timeout error.
2017-06-06 12:05:05 -07:00
Maxime Beauchemin
65f25a1e5a
[explore] fix IN filter on numeric field ( #2908 )
2017-06-05 17:41:08 -07:00
Josh Walters
e0dd5d9d1d
Removed __time column from druid metadata refresh, added long and double schema support ( #2911 )
...
* Removed __time column from load, added long/double schema support
* Format fix
2017-06-05 17:40:47 -07:00
Grace Guo
737db25b6e
fix visualize modal checkbox alignment ( #2897 )
...
in Visualize Modal, table headers are left-aligned. So columns checkboxes should also be left-aligned.
2017-06-05 10:38:42 -07:00
Maurizio Napolitano
bea702269c
update for the italian translation ( #2902 )
...
* italian translation
* update for the italian translation
2017-06-04 18:03:34 -07:00
Maxime Beauchemin
d78da8a9bf
[docs faq] how do I add new columns to an existing table ( #2888 )
2017-06-04 18:02:10 -07:00
Riccardo Magliocchetti
ed8153ff8b
update contributing a bit re contributing code ( #2903 )
...
* CONTRIBUTING: document starter_task label
* CONTRIBUTING: PR should work travis python versions
* CONTRIBUTING: move PR guidelines at the top
* CONTRIBUTING: no need to open a new pr after review
2017-06-04 18:00:33 -07:00
Riccardo Magliocchetti
f7ce100180
travis: no need to install python3.5 ( #2904 )
...
As we are testing on 3.4 and 2.7.
2017-06-04 17:56:43 -07:00
Maxime Beauchemin
72291d65c9
0.18.4
0.18.4
2017-06-04 17:54:31 -07:00
Grace Guo
0d3f57a78d
fix a linting error ( #2895 )
2017-06-02 15:52:39 -07:00
Alanna Scott
04fb0e2c2d
fix js error on explore view ( #2894 )
...
* fix js error on explore view
* bump version
2017-06-02 14:36:51 -07:00
Maxime Beauchemin
155fec0a6b
Updating CHANGELOG.md to 0.18.3
2017-06-02 13:06:21 -07:00
Maxime Beauchemin
d90044cd52
0.18.3
0.18.3
2017-06-02 08:27:56 -07:00
fabianmenges
62bd4eb211
Converting filter argument to number if column is number ( #2891 )
2017-06-02 08:13:46 -07:00
Alanna Scott
677c427b16
delete DataPreviewModal, it doesn't get used anywhere ( #2882 )
2017-06-01 14:30:15 -07:00
justinr1234
52b0716571
[bugfix] allow database macro to work when CSRF is diabled ( #2884 )
2017-06-01 09:41:55 -07:00
Xiao Hanyu
04b662ea11
Fix a type error in rst' sub list. ( #2881 )
...
Sub list in rst requires a blank line above and below.
Ref:
- http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists
2017-05-31 21:26:17 -07:00
Grace Guo
db052b17ea
Add visualize advise for long query ( #2879 )
...
in SqlLab view, if query takes over 45 seconds, we will show advise to store a summarized data set before user clicks on Visualize button.
This advise will not block Visualize button.
fixes https://github.com/airbnb/superset/issues/2733
2017-05-31 15:50:26 -07:00
Maxime Beauchemin
e300273e71
[explore] adding y_axis_bounds to force Y axis bounds ( #2878 )
...
* [explore] adding y_axis_bounds to force Y axis
* Handling comments
2017-05-31 14:47:09 -07:00
Maxime Beauchemin
c5f2eafc90
[explore] 'Save as' -> 'Save' as it can be used to overwrite ( #2875 )
...
* [explore] 'Save as' -> 'Save' as it can be used to overwrite
* Fix tests
2017-05-31 14:31:13 -07:00
Alanna Scott
90e4d6469d
[js-testing] more tests for SelectControl ( #2877 )
...
* rename spec folder
* remove special handling for viz_type control since it now uses VizTypeControl
* add test for getOptions
* linting
* add test for cwp
* linting
2017-05-31 10:52:02 -07:00
Grace Guo
1e7773eb16
Improve visualize modal test coverage ( #2811 )
...
add unit tests for VisualizeModal component
2017-05-30 18:16:22 -07:00
Maxime Beauchemin
3c89c8cc46
0.18.3-alpha.3
2017-05-30 11:24:14 -07:00
Maxime Beauchemin
74086dae2b
[bars] fix sort numeric bar on x axis ( #2812 )
2017-05-30 11:18:25 -07:00
Maxime Beauchemin
66403f1876
[explore] viz type selector as modal ( #2787 )
...
* [explore] viz type selector as modal
* Addressing comments
* Adressing comments
2017-05-30 11:05:18 -07:00
Maxime Beauchemin
3a4cd3ae24
Applying specified limit in bubble plot ( #2815 )
...
* Applying specified limit in bubble plot
* Keeping bubbles proportinate
2017-05-30 11:04:44 -07:00
Maxime Beauchemin
4ffc1f613e
Fix filter values populating for views ( #2816 )
2017-05-30 10:51:34 -07:00
Maxime Beauchemin
dfbba84400
0.18.3-alpha.2
2017-05-30 10:39:17 -07:00
Grace Guo
77864e6cf4
reduce clientside timeout limit ( #2820 )
...
it was set to 60 seconds. But it seems gateway will return 504 around 50 seconds.
Will reduce client side timeout limit to 45 seconds.
2017-05-25 16:07:02 -07:00
Maxime Beauchemin
4d12251806
[explore] include ControlHeader as part of Control interface ( #2809 )
...
* [explore] include ControlHeader as part of Control interface
* Adressing comments
2017-05-25 11:54:26 -07:00
Alanna Scott
0c9f9b695b
[clarity/consistency] rename /explorev2/ -> /explore/ ( #2802 )
...
* rename /explorev2/ -> /explore/
* add redirect for existing explorev2 urls
* fix long line
* remove extra line
* fix missed ref in spec
2017-05-24 17:12:28 -07:00