Skip to content
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 #595

Merged
merged 32 commits into from
Mar 5, 2021
Merged

Environment Sync, Dev to Test #595

merged 32 commits into from
Mar 5, 2021

Conversation

cdcabrera
Copy link
Member

@cdcabrera cdcabrera commented Mar 4, 2021

Description

Environment Sync, Dev to Test, applies the OpenShift Dedicated and updated two column OpenShift Container Platform view

Commits

Features

  1. pageColumns ent-3504 allow page columns (feat(pageColumns): ent-3504 allow page columns #581) (ced1be9)
  2. toolbarFieldRangedMonthly ent-3507 select month range (fix(graphCard): ent-3507 expose start, end for date query #589) (90b67c8)
  3. productViewOpenShiftDedicated ent-3324 base view (feat(productViewOpenShiftDedicated): ent-3324 base view #590) (e5cf9d3)
  4. productViewOpenShiftContainer ent-3324 two column view (OpenShift Container Platform 2 column view #591) (818d341)

Bug Fixes

  1. toolbarFieldDisplayName issues/476 search-as-type (fix(toolbarFieldDisplayName): issues/476 search-as-type #572) (8a238d9)
  2. i18n consistent mock emulation (fix(toolbarFieldDisplayName): issues/476 search-as-type #572) (f2405fb)
  3. toolbarFieldDisplayName issues/476 delay, style override (fix(toolbarFieldDisplayName): issues/476 delay, style override #577) (f1a2096)
  4. build npm updates (fix(build): npm updates #576) (0633df5)
  5. build pf, platform npm updates (fix(build): npm updates #576) (bc69f89)
  6. build npm updates (fix(build): npm updates #579) (e62ec84)
  7. pageHeader ent-3533 check consistent html for Pendo (fix(pageHeader): ent-3533 check consistent html for Pendo #580) (5a75510)
  8. toolbar ent-3490 clear filters copy updated (fix(toolbar): ent-3490 clear filters copy updated #582) (cb9c4fe)
  9. build npm updates for platform (fix(build): npm updates for platform #584) (857c0ba)
  10. guestsList column widths for loader (chore(build): patch local dev run, without proxy #585) (d0dd6b7)
  11. table additional cell content type (chore(build): patch local dev run, without proxy #585) (ae7fe9d)
  12. toolbarFieldGranularity,toolbarFieldUom issues/407 selector (fix(pageColumns): ent-3504 generated column keys #587) (9da7d2f)
  13. pageColumns ent-3504 generated column keys (fix(pageColumns): ent-3504 generated column keys #587) (b379642)
  14. inventoryList,inventorySubscriptions fadein, pending only (fix(pageColumns): ent-3504 generated column keys #587) (2a84d53)
  15. graphCard ent-3507 expose start, end for date query (fix(graphCard): ent-3507 expose start, end for date query #589) (c27a935)
  16. pageLayout ent-3504 export pageColumns (feat(productViewOpenShiftDedicated): ent-3324 base view #590) (ae204a9)
  17. select ent-3507 object values, match selected options (feat(productViewOpenShiftDedicated): ent-3324 base view #590) (c4a6ab6)
  18. toolbarFieldRangedMonthly ent-3507 disable selected options (feat(productViewOpenShiftDedicated): ent-3324 base view #590) (43d4e75)
  19. productView,openshiftView ent-3324 align code for products (feat(productViewOpenShiftDedicated): ent-3324 base view #590) (3dcf3ed)
  20. style on error, page layout extends below left nav (OpenShift Container Platform 2 column view #591) (c90dfb2)
  21. graphCard fadein, pending only (fix(selectors): ent-3531 component redraw, improve cache reset #592) (1918d74)
  22. selectors ent-3531 component redraw, improve cache reset (fix(selectors): ent-3531 component redraw, improve cache reset #592) (3f39c9c)
  23. productViewOpenShiftContainer ent-3607 config date range (fix(productViewOpenShiftContainer): ent-3607 config date range #593) (65ae69c)
  24. actionRecordMiddleware optional chaining for testing (fix(chartArea): ent-3601 tooltip hover and clipping, x-axis #594) (cde8893)
  25. chartArea ent-3601 tooltip hover and clipping, x-axis (fix(chartArea): ent-3601 tooltip hover and clipping, x-axis #594) (e093009)

Chores

  1. build patch local dev run, without proxy (chore(build): patch local dev run, without proxy #585) (89a2436)
  2. productViewOpenShiftDedicated code annotation (OpenShift Container Platform 2 column view #591) (897526d)

Performance Improvements

  1. productViewRhel rhelView to productViewRhel (fix(pageColumns): ent-3504 generated column keys #587) (6a7b074)

* 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
@cdcabrera
Copy link
Member Author

cdcabrera commented Mar 4, 2021

This PR is dependent on QE confirmation for the graph related tooltip fixes being resolved, ent-3601 and ent-3606 @mirekdlugosz @ntkathole

@mirekdlugosz
Copy link
Collaborator

Confirming, tooltips in CI now work better. Both issues are resolved.

@cdcabrera cdcabrera marked this pull request as ready for review March 5, 2021 15:34
@cdcabrera cdcabrera merged commit 64f9cd9 into qa Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants