forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update my Fork #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add unit tests for VisualizeModal component
* 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
* [explore] 'Save as' -> 'Save' as it can be used to overwrite * Fix tests
* [explore] adding y_axis_bounds to force Y axis * Handling comments
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 #2733
Sub list in rst requires a blank line above and below. Ref: - http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists
* fix js error on explore view * bump version
As we are testing on 3.4 and 2.7.
* 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
* italian translation * update for the italian translation
in Visualize Modal, table headers are left-aligned. So columns checkboxes should also be left-aligned.
…ble schema support (#2911) * Removed __time column from load, added long/double schema support * Format fix
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.
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.
* 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
* 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
Observed issue in dev environment where SQL queries were emitted with `LIMIT 0`. This fix addresses it.
Now sqlalchemy-utils will make explicit that we are trying decoding the secret with the wrong key instead of a generic UnicodeDecodeError. Fix #2600
* Bumping npm * Fixing the build This addresses long standing issues and hacks around react-map-gl that have been creating all sorts of build issues over time. It appears that recent changes broke things further. This PR upgrades to the latest `react-map-gl` and removes related hacks.
* Fix off-by-one error with linear color scales * linting
Currently the heatmap axis are sorted randomly, this PR makes it such that it's properly sorted. Also allowing for specifying the left and bottom margins
* [explore] show validation error on control panel header * Linting
* [heatmap] numerous improvements * flexibility as to how to sort X and Y axis (alpha/value, desc/asc) * option to show a legend * fixed margins, maximize real estate * allowed users to define bounds * Tunning
* Allow to specify sort criteria on table viz * Better handling of ordering
* add lanscape? * prevent empty queries from being sent to db * Revert "add lanscape?" This reverts commit b3d6e80. * improve code style * nit * unnit * renit
* Fixed bugs when removing filter, switching operators, and switching columns * Fixed lint errors for code style * Added more unit tests for FilterControl * Code format changes to meet standards
Shopee (https://shopee.sg) use superset for data analytics, visualisation and reporting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.