This repository has been archived by the owner on May 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Filter objects UI #489
Merged
bors
merged 23 commits into
mozilla:master
from
peterbe:filter-objects-with-react-testing-library
Oct 18, 2018
Merged
Filter objects UI #489
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
47f5187
Add UI for Filter objects
peterbe 7352326
addin whatwg-fetch for ability to polyfill window.Headers
peterbe 0328c4e
feedbacked
peterbe 9c86658
tests for QueryRecipeFilters
peterbe 87abd55
started actions.test.js
peterbe a41166d
change order of tabs
peterbe 615c8a8
and tests
peterbe f94f73c
Merge branch 'master' into filter-objects-with-react-testing-library
peterbe d51c9cd
update yarn integrities
peterbe 5398297
'Sampling' tab first
peterbe 81b5801
one version at a time
peterbe daa56c7
channels displayed alphabetically by label
peterbe 3ac4de5
leftover console log
peterbe 6cbdf96
fix validation error rendering
peterbe 7765403
ability to select exactly '0'
peterbe 5589096
inputs now require clicking the plus button
peterbe 43f4cdd
the right defaults for 'defaultInputOptions'
peterbe a02ea37
ability to leave extra_filter_expression blank
peterbe 4fe13f9
stealth api requests
peterbe e787283
getting rid of component shortchuts
peterbe 0dc0f2d
remove XXX comment on checkSampling validation function
peterbe 7f41d96
remove last XXX comment
peterbe 3425188
feedbacked
peterbe 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
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.
Can we write this as
if (!stealth) { ... }
instead?&&
version is useful when you need an expression, but we don't need an expression here.Also, do we need/want to disable the
REQUEST_SUCCESS
/REQUEST_FAILURE
? events whenstealth
is true as well?