-
Notifications
You must be signed in to change notification settings - Fork 20
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
Environment Sync, Dev to Test #362
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
Codecov Report
@@ Coverage Diff @@
## qa #362 +/- ##
==========================================
+ Coverage 92.41% 92.47% +0.06%
==========================================
Files 61 64 +3
Lines 1476 1528 +52
Branches 349 355 +6
==========================================
+ Hits 1364 1413 +49
- Misses 98 100 +2
- Partials 14 15 +1
Continue to review full report at Codecov.
|
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
Bug Fixes
Chores