-
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
Environment Sync, Dev to Test #616
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
* testing, mock for debounce * textInput, emulate onClear for non-search types * toolbarFieldDisplayName, debounce on keyup, style adjustment * rhsmServices, adjust emulated API delays to reflect environments
* build, chrome2 melts if browserslist malformed in package.json
* graphCard, expose start, end query to allow alt granularity dropdown * openshiftView, productView, Rhel, Satellite, props updates * viewReducer, queryTypes, graphCardSelectors, expose start, end query
* dateHelpers, generate a listing of month, date objects * select, maxHeight pf prop * toolbarFieldRangedMonthly, prior months with date ranges
* toolbarFieldRangedMonthly, quick fix, string fails to match date
* i18n, locale strings for products * graphCard, move granularity field into product view * productView, openshiftView customizable toolbars
* i18n, locale strings for OpenShift * inventoryList, Subscriptions, console confirmation for sorting * inventoryListHelpers, allow for missing data * productView, product label context * productViewOpenShiftDedicated, base view * routerConfig, OpenShift dedicated route * rhsmServices, mock API response, core hours * rhsmApiTypes, product IDs, core hours for sorting and inventory
* i18n, locale strings * openshiftView, converted to productViewOpenShiftContainer * productView(s), remove unused viewSelector, redux refs * productViewOpenShiftContainer, useSelector for uom * routerConfig, point to new component * viewSelectors, removed, unnecessary
* productView(s), propTypes, default props for date ranges * rhsmApiTypes, query check, include beginning, ending params * viewReducer, move date range to global query
* routerConfig, productGroups, productIds grouped by viewIds * toolbar, viewId to inventory reset * toolbarFieldDisplayName, granularity, ranged, uom, apply viewId * viewReducer, restructure reset to apply productGroups
* locale, graph description strings * graphCard, flip card title to node * productView, OpenShiftContainer, Dedicated, allow graph desc * styling, info icons
* select, expand display options, allow up down and left right * toolbarFieldRangedMonthly, apply position right * style, position right for select components
Codecov Report
@@ Coverage Diff @@
## qa #616 +/- ##
==========================================
- Coverage 94.07% 93.83% -0.24%
==========================================
Files 84 86 +2
Lines 2058 2597 +539
Branches 522 907 +385
==========================================
+ Hits 1936 2437 +501
- Misses 102 137 +35
- Partials 20 23 +3
Continue to review full report at Codecov.
|
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.
What's included
Environment Sync, Dev to Test.
* This PR can be delayed and merged since it is dependent on left navigation changes being introduced to the CI/QA stable environments. However the CI/QA stable environments are already pointed at the updated left nav changes from the Platform side due to recent updates to Prod-beta.
Commits
Features
Bug Fixes
Chores
Performance Improvements