-
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 0.1.16 #292
Draft 0.1.16 #292
Conversation
* docs, update install, git structure, and process directions * travis, add nodejs 12 to environments
* build, API updates, proxy run origin header needs port 443 * docs, contributing reference added for port 443 troubleshooting
* userReducer, map user permissions * platformServices, remove user permissions async/await, name param * platformApiTypes, user permission types
* reduxHelpers, expose error data correctly, expand test checks * statusMiddleware, payload restructure, add data to dispatch * userReducer, reduxHelper http status check
* userReducer, expose API error codes * rhsmApiTypes, add API error response types * rhsmServices, mock for 403 and error code
* authentication, optin error code check * i18n test
* graphCardHelpers, update tooltip to display all data facets * graphCardSelectors, pass has_data and has_infinite to graphCard * i18n, strings updated
* graphCardHelpers, tooltip date ranges for week, quarter granularity
Codecov Report
@@ Coverage Diff @@
## stage #292 +/- ##
==========================================
+ Coverage 92.36% 92.41% +0.05%
==========================================
Files 47 47
Lines 1022 1029 +7
Branches 240 245 +5
==========================================
+ Hits 944 951 +7
Misses 72 72
Partials 6 6
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.
Looks good to me
0.1.16 (2020-05-20)
Features
Bug Fixes