forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 3
[filtering] define combo of slice/fields unafected by filtering #2
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
Closed
Conversation
This file contains hidden or 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
* [security] setting X-Frame-Options=SAMEORIGIN to prevent clickjacking * Changing to a more flexible approach
* move some redux utils to shared file so they can be used in the new export view too * enhancer is a func now
This addresses issue apache#1167 If the database name passed in the request is not found in the db, test using the sqlalchemy uri passed.
* Add dashboard creator as owner of the dashboard * Address comments.
* Implement permission request/approve flow * Address the comments. * Refactor the code to support multiple datasources. * Reformat the queries.
…e password is stored encrypted. (apache#1177) This fixes a regression I introduced with PR apache#1137
* [FilterBox] dashboard date range filtering * Addressing comments
c405e2a to
71a8d9d
Compare
mistercrunch
added a commit
that referenced
this pull request
Feb 15, 2019
The problem with the previous solution was that the `npm ci` command nuke the `node_modules` folder, including the `.cache` that was used by default. By moving the cache out of `node_modules` we get to both run `npm ci` and accelerate `TerserPlugin`
mistercrunch
added a commit
that referenced
this pull request
Feb 15, 2019
The problem with the previous solution was that the `npm ci` command nuke the `node_modules` folder, including the `.cache` that was used by default. By moving the cache out of `node_modules` we get to both run `npm ci` and accelerate `TerserPlugin`
mistercrunch
added a commit
that referenced
this pull request
Feb 18, 2019
…e#6882) The problem with the previous solution was that the `npm ci` command nuke the `node_modules` folder, including the `.cache` that was used by default. By moving the cache out of `node_modules` we get to both run `npm ci` and accelerate `TerserPlugin`
mistercrunch
added a commit
that referenced
this pull request
May 6, 2022
* feat: add plugin for Kepler * fix: add dep and update naming for consistency * fix: lint issues
mistercrunch
pushed a commit
that referenced
this pull request
May 6, 2022
* fix: Explore long URL problem * Fixes lint problems * Fixes default value * Removes duplicated test * Fixes share menu items * Fixes tests * Debounces form_data updates * Rewrites debounce function * Moves history update outside the functional component * Mocks lodash function in tests * Fixes Cypress test * Fixes Cypress test #2
mistercrunch
pushed a commit
that referenced
this pull request
Aug 4, 2025
feaft: adds comprehensive documentation for using ModelContextChat.com + Codespaces improvements
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.
Depends on apache#1165