-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add options for Query Based Parameter for a query with parameters #4648
Draft
gabrieldutra
wants to merge
31
commits into
master
Choose a base branch
from
query-based-dropdown--parameters
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+679
−152
Draft
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5e3613d
Start experiements with a 'search' parameter
gabrieldutra b70f0fa
Iterate over backend verification
gabrieldutra 9cf3965
Parameter Mapping UI (1/2)
gabrieldutra 137aa22
Parameter Mapping UI (2/2)
gabrieldutra bb0d783
Fixes + temp remove validation for Query param
gabrieldutra b7478de
Don't validade query params with params
gabrieldutra bdd7b14
Change stored mapping attributes
gabrieldutra e555642
Add is_safe check for parameterized query based
gabrieldutra df755fb
Add try except for NoResultFound
gabrieldutra 90023ac
Make sure Table updates correctly
gabrieldutra 264fb57
Merge branch 'master' into query-based-dropdown--parameters
gabrieldutra f128b4b
Only allow search for Text Parameters
gabrieldutra d40edb8
Fix backend tests
gabrieldutra 6eeb3b3
Separate UI components
gabrieldutra 6c27619
Make Parameter Mapping required in UI
gabrieldutra 6aa0ea7
Invert tooltip messages order
gabrieldutra cc34e78
Small updates
gabrieldutra a37e7f9
Add is_safe test for queries with params
gabrieldutra 8a1640c
Separate InputPopover component
gabrieldutra 8bfcbf2
Remove redundant import
gabrieldutra f396c96
Merge branch 'master' into query-based-dropdown--parameters
gabrieldutra 53385fa
Merge branch 'master' into query-based-dropdown--parameters
gabrieldutra a741341
Oops
gabrieldutra d0a787c
Make NoResultFound invalid parameters
gabrieldutra aa2064b
Fix other dropdown_values usages to use query obj
gabrieldutra 08bcdf7
Mock query instead of query_has_parameters
gabrieldutra 0c0b62a
Remove searchTerm from structure
gabrieldutra bd9ce68
Don't filter out values when param has search
gabrieldutra b40070d
Use LabeledValues for parameterized queries
gabrieldutra c1ed884
Merge branch 'master' into query-based-dropdown--parameters
gabrieldutra 19343a0
Clear QueryBasedParameterInput
gabrieldutra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be used in other
get_by_id_and_org
uses too?