-
Notifications
You must be signed in to change notification settings - Fork 47
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
PXP-10565/PPS-177 fix: exclude file nodes from chart with options #1208
Conversation
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.
awesome!
@@ -129,7 +132,7 @@ Below is an example, with inline comments describing what each JSON block config | |||
"name": "Documentation" | |||
} | |||
], | |||
"useProfileDropdown": false // optional; enables expiremental profile UI; defaults false, may change in future releases | |||
"useProfileDropdown": false // optional; enables experimental profile UI; defaults false, may change in future releases |
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.
it's not experimental anymore, is it?
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.
well... it kind of still is, because only MIDRC is using this setup now 😅
Jira Ticket: PXP-10565 PXP-177
The current chart in homepage will automatically include file node counts in it. This PR add options to opt-out this auto-including feature
New Features
Deployment changes
"graphql.chartNodesExcludeFiles"
to exclude File nodes from graphql chart, or use"components.index.homepageChartNodesExcludeFiles"
to exclude File nodes from homepage chart. Note both of them are default tofalse
so you have to explicitly set them totrue
to enable them