-
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
Draft release 0.1.19, Sync Test to Stage #376
Conversation
* build, platform package update for h1 * pageHeader, pf class added * style, file names for consistency
* i18n, replace withTranslation new HOC, use translate function * redux, remove withTranslation convenience HOCs
* rhsmTypes, add filter types, align naming * rhsmServices, expand mock * toolbar, rename SLA rhsmType * viewReducer, apply filter types
* graphCard, c3GraphCard, prop graphQuery to query * rhelView, openshiftView, toolbar, graphQuery to query * redux, viewReducer, selectors, graphQuery to query
* graphCard, c3graphCard, filter to query name * queryTypes, rhsmTypes, filter to query, align naming * toolbar, apply query SLA type * viewReducer, apply query types
* i18n, locale strings for usage * toolbar, toolbarTypes, add usage filter * redux, middleware, multiActionMiddleware, add array of actions * redux, reducers, types, toolbar addtions * styles, add toolbar styles
* toolbar, default filter category, soft filter reset
* locale, i18n, appName, product context strings * openshiftView, rhelView, apply appName, product context * pageHeader, appName param, product context * table, apply appName clean up
Codecov Report
@@ Coverage Diff @@
## stage #376 +/- ##
==========================================
- Coverage 92.41% 92.40% -0.01%
==========================================
Files 61 64 +3
Lines 1476 1528 +52
Branches 349 355 +6
==========================================
+ Hits 1364 1412 +48
- Misses 98 101 +3
- Partials 14 15 +1
Continue to review full report at Codecov.
|
This is temporarily blocked until we can apply a disable for the "usage" filter for the Openshift product display, see #377 |
* 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
@ntkathole we've removed the unblocked tag. The changes for applying only the SLA filter to the OpenShift product view are within the CI-stable/QA-stable environments and ready for your review! |
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.
ACK. Filters looks good 👍
Features
Bug Fixes
Chores