-
Notifications
You must be signed in to change notification settings - Fork 29
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 filtered counts to Filter By tree #1866
Conversation
@@ -139,4 +143,58 @@ export class ExperimentsFilterByTree | |||
private getDvcRoots() { | |||
return this.experiments.getDvcRoots() | |||
} | |||
|
|||
private updateDescriptionOnChange() { |
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.
Identical blocks of code found in 2 locations. Consider refactoring.
300b875
to
8f26e72
Compare
8f26e72
to
5cc5966
Compare
Code Climate has analyzed commit 5cc5966 and detected 2 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 96.7% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.6%. View more on Code Climate. |
* add filtered counts to the filter by tree description * refactor text collection * add integration test
Follow up from #1760. The second step for #1827.
This PR adds a description showing the number of filtered experiments and checkpoints to the Filter By tree.
Demo
Screen.Recording.2022-06-09.at.3.37.35.pm.mov