-
Notifications
You must be signed in to change notification settings - Fork 19
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
Production Increment 0.1.19 #387
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
* 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 @@
## master #387 +/- ##
==========================================
- 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.
|
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 👍
0.1.19 (2020-08-21)
This is the last of the
0.1.XX
minor versions planned. Inventory table implementations will bump us up to0.2.XX
or1.X.X
versions (edit 2020-09-17).Features
Bug Fixes