Skip to content
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

Fixes #8563: Make the search bar in menu able to also search rule, group, directive, etc #1119

Conversation

fanf
Copy link
Member

@fanf fanf commented Jun 20, 2016

https://www.rudder-project.org/redmine/issues/8563

This is a work in progress with the current prototype, to allow some pre-validation (try the feature by yourself!) and looking to the code for architecture remarks.

@fanf
Copy link
Member Author

fanf commented Jul 1, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from c79dee1 to 48be9ed Compare July 1, 2016 16:36
// only search if query is on Directives and attributes contains
// DirectiveId, DirectiveVarName, DirectiveVarValue, TechniqueName, TechniqueVersion

val attributes: Set[QSAttribute] = query.attributes.intersect(QSObject.Directive.attributes)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QSObject.Directive can be replaced by QSDirective

@fanf
Copy link
Member Author

fanf commented Jul 13, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 4400edb to 8accb18 Compare July 13, 2016 17:31
@fanf
Copy link
Member Author

fanf commented Jul 20, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 8accb18 to f1658ad Compare July 20, 2016 10:23
* (just enabled/disabled with the parsing)
*/
sealed trait FeatureSwitch { def name: String }
object FeatureSwitch {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the implementation from PR #1141

@fanf
Copy link
Member Author

fanf commented Jul 29, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch 2 times, most recently from c1245c2 to 08b68e1 Compare July 29, 2016 23:40
@fanf
Copy link
Member Author

fanf commented Jul 29, 2016

PR rebased

1 similar comment
@fanf
Copy link
Member Author

fanf commented Aug 1, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 08b68e1 to 610db0c Compare August 1, 2016 23:13
@fanf
Copy link
Member Author

fanf commented Aug 2, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 610db0c to 743fe2e Compare August 2, 2016 12:38
@fanf
Copy link
Member Author

fanf commented Aug 18, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 743fe2e to 5d7083c Compare August 18, 2016 16:54
@fanf
Copy link
Member Author

fanf commented Aug 19, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 5d7083c to 75fa5f2 Compare August 19, 2016 08:22
@fanf
Copy link
Member Author

fanf commented Aug 19, 2016

PR rebased

@fanf fanf force-pushed the ust_8563/make_the_search_bar_in_menu_able_to_also_search_rule_group_directive_etc branch from 75fa5f2 to 11a3a35 Compare August 19, 2016 08:23
@VinceMacBuche
Copy link
Member

PR rebased

@VinceMacBuche
Copy link
Member

Replaced by #1188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants