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

Unified report filter #1510

Merged
merged 1 commit into from
Apr 16, 2018
Merged

Conversation

csordasmarton
Copy link
Contributor

Closes #1444

Creates only one general view (based on the diff view) for report filtering with all the existing diff and filtering features.

Copy link
Contributor

@gyorb gyorb left a comment

Choose a reason for hiding this comment

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

  • Could you add some popup to the user for the diff type, that at least one run name should be selected before you can choose a diff type?

  • Could you reset the Diff type filter if the Run name filter is cleared for the newcheck?

baselineFilterToggle.addChild(this._runHistoryTagFilter);

this._newCheckFilterToggle = new FilterToggle({
title : 'Newcheck',
Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think if we would name it Diff to or Compare to?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • I changed the popup message.
  • As we discussed personally, I do not rename 'Newcheck' to 'Compare to'.
  • It is better to handle filter items independently. With It should be possible to diff two different tagged versions of the same run #1346 it will be possible to diff results by multiple run tags. Let's assume the user selects multiple run and tag filters for baseline and multiple run and tag filter for newcheck. If the user clears the run filter set for newcheck we do not want to change the diff type filter because multiple run tag filters are selected to newcheck.

Creates only one general view (based on the diff view) for report
filtering with all the existing diff and filtering features.
@gyorb gyorb merged commit 628970f into Ericsson:master Apr 16, 2018
@csordasmarton csordasmarton deleted the common-filter-view branch April 17, 2018 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants