-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
feature: Importing Saved queries commands and API #13890
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
* moving Loading.tsx to the Loading folder * Creating storybook for Loading component * Creating unit test for Loading component * fix eof on package.json * Improving accessibility and interface * just to run CI again
* feat: POC adding filters set feature * lint: fix TS * fix: fix FF name * refactor: fix CR notes * fix: fix update values in filter bar * refactor: save filter sets in meta * feat(filter-sets): save filters sets in metadata
* chore: use shillelagh instead of gsheetsdb * Fix tests * Clean up code and remove duplication * Fix test * Tighten dep
* Remove unwanted package lock * Edit on new and autofocus * Update test * Remove autofocus
* Initial Popover tests * Add more cases * Add Popover storybook entry * Improve storybook entry * Clean up
…#13213) * Kickstart tests * Finalize tests * Add storybook entry * Remove unnecessary args types
apache#13211) * Reset values in TextControl only when datasource changes * Fix undefined error
… and some dashboard label in messages.pot (apache#13123)
…thon datetime format to java simple date format (apache#13163) * Fixing pinot query generation for date format conversion from python datetime format to java simple date format * Address comments * fix test Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
* Bump node version to v15.8.0 * Update node version in Dockerfile and docker-compose.yml * Set node version to LTS - v14.15.5 * Bump node version in .nvmrc
…e#13181) * Fix downloading as image charts which use Mapbox * Remove unused prop * Bump deckgl version
* alert modal loading * add ui test
* feat: Add sort by metric for pivot-table * feat(legacy-plugin-chart-parallel-coordinates): subject Add sort by metric * feat(legacy-plugin-chart-rose-chart): subject Add sort by metric * feat(legacy-plugin-chart-partition): subject Add sort by metric * feat(legacy-plugin-chart-paired-t-test): subject Add sort by metric * feat(legacy-plugin-chart-treemap): subject Add sort by metric * feat(legacy-plugin-chart-nvd3-area): subject Add sort by metric * Fix lint * feat(plugin-chart-horizon): Add sort by & Add no default sorting if checkbox is not selected
…e#13268) * refactor(native-filters): Refactor filters config modal module * fix: fix import * lint: fix import
* fix: dashboard filter scope bug * fix comments * fix function/variables name
This column contains schedule information when the feature flag `SCHEDULED_QUERIES` is enabled. Adding it here makes it available through the REST API.
* fix(cross-filters): only apply filters if ff is set * fix missing parent
* Make initial user configurable in helm chart * Update helm/superset/values.yaml Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com> * Update helm/superset/values.yaml Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Co-authored-by: Craig Rueda <craig@craigrueda.com> Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
* docs: update helm documentation * docs: fix for end-of-file-fixer pre-commit-config * update: bump chart apiVersion to v2 and remove requirements.yaml
* fix: fix removeing native filter * fix: fix native-cross filters * fix: fix native-cross filters * fix: fix native-cross filters * fix: fix function declaration * refactor: before pull * refactor: refactor filter bar * chore: add lic * lint: fix lint
* Test small config change for carryforward flags * redo print statement * newline * Remove print statement
…namically (apache#13500) * separate out api calls * add new loading states * remove consoles * update tests * fix types and lint * make code more robust and add test * address comments * address comments * fix lint
* chore: Improve Korean translation * chore: Improve Korean translation * delete wrong end line * chore: Improve Korean translation * delete wrong end line * apply pre-commit
* Tests for DatasourcePanelDragWrapper * Absolute import path
* feat: use cross-env when running dev-server * use cross-env for other inline env vars
* docs: added release notes for 1.1 * fixed link * incorporated villes excellent feedback
* Update docs for 1.1 * Update CONTRIBUTING.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update UPDATING.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update UPDATING.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> * Update UPDATING.md Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
…nent (#134… (apache#13785) This reverts commit 2c3d9e9.
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.
SUMMARY
Created backend routes and validation for Import Saved Queries feature that Superset is rolling out.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
none yet
TEST PLAN
none yet!
ADDITIONAL INFORMATION