forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Viz 447 up to date with master #99
Closed
Closed
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
* New entry into superset user Added a new company that uses apache superset for dashboard and visualization purpose * alphabetical order
* fix: change database save in DatasourceEditor This addresses the issue where pointing a datasource to another database in the datasource editor is not reflected. Also addresses: - a minorcosmetic issue in the datasource editor. - user/owners list not getting populated * tests
This fixes bugs related to chart rerendering. apache-superset/superset-ui-plugins#392
…pache#9107) * Rolling big number * addressing comment
* fix: add connection testingt params for snowflake * Linting
Co-authored-by: John Bodley <[email protected]>
* [api] Fix, related fields need to be explicitly defined * [api] Fix, lint * Update superset/datasets/api.py Co-Authored-By: ʈᵃᵢ <[email protected]> Co-authored-by: ʈᵃᵢ <[email protected]>
* Adding free memory nag / running npm build with development options in compose * Adding license
* [datasets] new, react listview * add hidden columns to support filtering by columns not rendered * throw exception if config is incorrect * fix database filter * update endpoints to point to datasets; fix translation strings * move Link into src/components * add add new record button to datasets listview
* bump click * add token_normalize_func to click cli decorator
…#9267) * typescriptification * use the chart edit modal on the react list view * linting * typings don't work on old react-bootstrap version * lint * remove duplicate field
I noticed two small typos in the README that I fixed: 1) "Acts" was wrong because it does not have the correct subject-verb agreement 2) "Who Have" is the wrong pronoun to use when referring to companies. "That have" is the grammatically correct option. Additionally, my company, Let's Roam, uses superset to visualize people completing challenges all over the world.
…pache#9287) * [sqllab] fix exception caused by casting string to int with psycopg2 * rollback session on exception * add SQLLAB_BACKEND_PERSISTENCE to default feature flags * cast tab_state_id to str in python instead of sql * remove import
…9316) * fix: remove character set and collate column info by default * lint * remove collation and charset info before compile
One of the pain points in developing Superset frontend code is the lack of testing data. Local installation often do not have enough examples setup to test all edge cases. This change allows `webpack-dev-server` to proxy to any remote Superset service, but the same time replaces frontend asset references in HTML with links to local development version. This allows developers to test with production data locally, tackling edge cases all while maintaining the productivity of editing the code locally.
…9311) * [cache warm_up] warm_up slice with dashboard default_filters * update Celery warmup tasks * fix code review comments * add try catch and type checking for parsed dash metadata * extra code review fix
* fix: Add force flag to QueryContext schema * Fix comment * Remove unnecessary required=Falses
Update superset-frontend/src/SqlLab/main.less Co-authored-by: Evan Rusackas <[email protected]> Co-authored-by: bogdan kyryliuk <[email protected]> Co-authored-by: Evan Rusackas <[email protected]>
When altering a filter, when using `equals` or `does not equals`, the save button is disabled even when it should be enalbed.
* [perf logging] Add extra logging for new/editMode dash * fix review comments
…)" (apache#9755) This reverts commit 865a909.
* Update README.md Update and reorganize README to make it easier to navigate and use for community visitors. * Update README.md
* chore: bump superset-ui * build: bump superset-ui to 0.13 * docs: remove comment
* calling new chart api (mostly working) * can't .then when the promise has already been await-ed * Add handling for v1 API response * comment * update word cloud plugin & dependencies * testing * try just waiting * Revert "try just waiting" This reverts commit 10c092e. * tweaking bootstrap types * Bumping word cloud package version * new package lock Co-authored-by: Ville Brofeldt <[email protected]> Co-authored-by: Evan Rusackas <[email protected]>
* fix: implement force refresh in chart data request * unrelated lint
* test(frontend): use absolute path for src imports * Upgrade prettier, fix eslint
…me" app (apache#9714) * fix bug where error at import dashboard fails * fix: make reusable component for messages and bring to app level * fix: add liscence * fix: lint errors and tests * fix * fix: lint * fix: lint error * add suggestions * add suggestions Co-authored-by: Phillip Kelley-Dotson <[email protected]>
Co-authored-by: bogdan kyryliuk <[email protected]>
Co-authored-by: bogdan kyryliuk <[email protected]>
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.
CATEGORY
Choose one
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION
REVIEWERS