Skip to content

many fixes to Issue#561 #594

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

Merged
merged 8 commits into from
Nov 5, 2021
Merged

many fixes to Issue#561 #594

merged 8 commits into from
Nov 5, 2021

Conversation

MiccWan
Copy link
Collaborator

@MiccWan MiccWan commented Nov 5, 2021

  • fix runWithProgressBar wont return
  • fix wrong error trace location
  • remove TracesByCalleeTraceIndex
  • disable practice success feature
  • confirm before expanding ContextNode with more than 10000 children
  • fix StatsByContextQuery to exclude virtual roots when traverse
  • do npmInstall after switch to a bug tag
  • fix graph refresh multiple times

#561

@MiccWan MiccWan requested a review from Domiii November 5, 2021 10:05
@@ -229,6 +229,14 @@ class SyncGraphBase extends GraphBase {
this._selectContextNode(contextNode);
}

getChildrenCounts() {
Copy link
Owner

Choose a reason for hiding this comment

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

this is not plural -> count, not counts

return this.children.getComponents('ContextNode').length;
}

getSubGraphChildrenCounts() {
Copy link
Owner

Choose a reason for hiding this comment

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

this is not plural -> count, not counts

@@ -149,6 +149,14 @@ class ContextNode extends HostComponentEndpoint {
this.controllers.getComponent('GraphNode').setMode(GraphNodeMode.ExpandChildren);
}

getChildrenCounts() {
Copy link
Owner

Choose a reason for hiding this comment

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

@Domiii Domiii merged commit 28692fa into master Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants