-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix(toolbar): issues/377 openshiftView, remove usage filter #378
Conversation
As of 20200813 unit tests, snapshots, |
…sights#378) * graphCard,c3GraphCard, switch redux granularity type * locale, i18n, switch toolbar strings to context * openshiftView, rhelView, apply filters for toolbar * redux, queryTypes, viewReducer, granularity, sla, usage types * toolbar, convert to config based filter display * toolbarTypes, use context for locale strings
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.
Minor annotations need to be updated
…sights#378) * graphCard,c3GraphCard, switch redux granularity type * locale, i18n, switch toolbar strings to context * openshiftView, rhelView, apply filters for toolbar * redux, queryTypes, viewReducer, granularity, sla, usage types * toolbar, convert to config based filter display * toolbarTypes, use context for locale strings
Codecov Report
@@ Coverage Diff @@
## qa #378 +/- ##
==========================================
- Coverage 92.47% 92.40% -0.07%
==========================================
Files 64 64
Lines 1528 1528
Branches 355 355
==========================================
- Hits 1413 1412 -1
- Misses 100 101 +1
Partials 15 15
Continue to review full report at Codecov.
|
* graphCard,c3GraphCard, switch redux granularity type * locale, i18n, switch toolbar strings to context * openshiftView, rhelView, apply filters for toolbar * redux, queryTypes, viewReducer, granularity, sla, usage types * toolbar, convert to config based filter display * toolbarTypes, use context for locale strings
* graphCard,c3GraphCard, switch redux granularity type * locale, i18n, switch toolbar strings to context * openshiftView, rhelView, apply filters for toolbar * redux, queryTypes, viewReducer, granularity, sla, usage types * toolbar, convert to config based filter display * toolbarTypes, use context for locale strings
What's included
Notes
How to test
Local run check
$ yarn
$ yarn start
http://localhost:3000/rhel-sw/all
and observe that both the SLA and Usage filter types are available.http://localhost:3000/openshift-sw/
and observe that ONLY the SLA filter type is availableExample
RHEL view
OpenShift view
Updates issue/story
Updates #377
Unblocks #376
Relates #10