forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 1
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
merging in updates from main repo #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
* 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.
* viz: remove unused countries import * viz: simplify code in BaseViz.query_obj
As sqlalchemy support has been merged and available in a release since a few.
* Add "Impersonate user" setting to Datasource * Add tests * Use g.user.username for all the sync cases * use uri.username instead of uri.user * Small refactoring
* Added Partition Visualization * added unit tests
* Add a ColorPickerControl * Tests
* provide troubleshooting link * add option to append error troubleshooting link beneath sqllab error
When in dashboard view, the Time Table needs some paddding
…veServer2 using hive.server2.proxy.user (a.fernandez) (#3652)
* Added percent metric options to table viz * Added unit tests for TableViz * fixed code for python3 * bump travis
* Add srcdoc-polyfill tosupport Internet Explorer iframes in markup slices. Add allow-top-navigation and allow-popups to support links within iframes * Remove jquery from markup.js
datasource in landing explore view is not the datasource created in sal lab.
* [translation] added japanese support * fix
* Fix the ISO code description of region/province/department * Missing the data of one province and two regions of China * Revert " Missing the data of one province and two regions of China" This reverts commit abff455.
[Chinese Translation]
A shortcut to make it easy to refresh a table's schema
1. avoid exports is not defined error 2. per jordan's suggestion, update .babelrc only use airbnb presets
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.