-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add Ability to Select a Search Pipeline in Comparison Tool (#…
…352) * Add search pipeline parameters to index and route files Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Add search pipeline dropdown Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Integrate option to select search pipeline Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update tests and snapshots Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update get pipelines endpoint Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update .babelrc Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update test snapshots Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Add id attribute to search bar (#338) * Add id to search bar Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Add keys to getDlTmpl component Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Change enclosing tag to span instead of div Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> --------- Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update .babelrc Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Add ability to select _none option Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update test coverages Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> * Update variables in pipeline selection Signed-off-by: Nicholas Ung <nicholasung22@gmail.com> --------- Signed-off-by: Nicholas Ung <nicholasung22@gmail.com>
- Loading branch information
Showing
13 changed files
with
1,411 additions
and
408 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
["@babel/plugin-transform-runtime", { "regenerator": true }] | ||
] | ||
} | ||
|
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
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
Oops, something went wrong.