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 Stage (CI/QA-beta to Prod-beta) PF4 requested updates #331

Merged
merged 16 commits into from
Jul 13, 2020

Conversation

cdcabrera
Copy link
Member

@cdcabrera cdcabrera commented Jul 2, 2020

Commits

Features

  1. rhsmServices,redux issues/10 inventory api, state (feat(rhsmServices,redux): issues/10 inventory api, state #312) (b6e2e7a)

Chores

  1. build npm updates (NPM package updates #313) (e84a032)

Bug Fixes

  1. build npm lint updates (NPM package updates #313) (8ab0608)
  2. build,chartArea npm update for victory charts (fix(build,chartArea): npm update for victory charts #314) (60dd30b)
  3. graphCardHelpers yAxisTickFormat, use NumberFormat (fix(graphCardHelpers): yAxisTickFormat, use NumberFormat #315) (19e8387)
  4. build issues/321 commit lint, rebase (fix(build): issues/321 commit lint, rebase #322) (17e5fdb)
  5. graphCardHelpers issues/317 yAxisTickFormat locale (fix(graphCardHelpers): issues/317 yAxisTickFormat locale #319) (577adb9)
  6. graphCardHelpers issues/317 yAxisTickFormatFallback (fix(graphCardHelpers): issues/317 yAxisTickFormatFallback #323) (475ee20)
  7. chartArea issues/318 inaccurate voronoi x coords (fix(chartArea): issues/318 inaccurate voronoi x coords #324) (28ab730)
  8. graphCardChartLegend issues/158 activate tooltips (fix(graphCardChartLegend): issues/158 activate tooltips #325) (103c262)
  9. tourView issues/289 remove unused tourView (PF, Platform NPM resource updates #326) (c70ae9f)
  10. build issues/296 npm updates for pf4, platform (PF, Platform NPM resource updates #326) (e654f4e)
  11. build issues/296 npm updates for pf4 react core (PF, Platform NPM resource updates #326) (11c20d1)
  12. build issues/296 npm updates for platform (PF, Platform NPM resource updates #326) (975ec6e)
  13. messageView reposition empty state icon (8c554a9)
  14. rhsmServices,redux issues/10 inventory guests, state (fix(rhsmServices,redux): issues/10 inventory guests api, state #330) (6b49253)

Notes

This PR is a temporary sync only, it will not be merged into Prod-stable directly.

The below process is based on the remaining requested platform environment syncs and still allows Curiosity to follow its normal release cadence after 7/13/2020

  1. IN PROGRESS, CI -> Stage (CI/QA-beta to Prod-beta), by 7/13/2020
  2. CI -> QA -> Stage (CI/QA-beta to CI/QA-stable to Prod-beta), this meets the 7/20/2020 requirement by still following our normal release cycle/process
  3. Stage -> Master (Prod-beta to Prod-stable), this meets the 7/30/2020 requirement by still following our normal release cycle/process

Related issues

#296

Additional reviewers

@ruda

cdcabrera added 16 commits June 16, 2020 16:26
* build, dotenv host inventory API endpoint
* redux actions, reducers, types for inventory
* rhsmServices, add base host inventory API
* rhsmApiTypes, inventory API response types
* build, jsdoc annotation updates
* chartArea, label attribute fix, note
* graphCardHelpers, c3GraphCardHelpers, use Intl.NumberFormat
* tests, expand tick format checks
* build, commit lint checks adjusted for rebase
* helpers, expose default locale, description
* graphCardHelpers, apply helper default locale
* userServices, apply helper default locale
* graphCardHelpers, apply abbreviation fallback
* chartArea, large graph widths throw inaccurate voronoi x coords
* graphCardChartLegend, legend tooltips, apply product context, i18n
* i18n, locale strings for en-US, test update for locale keys
* tourView, component removed
* i18n, remove tourView locale strings
* routerTypes, component removed
* tests, dist/integration file check
* tests, apply component displayNames to snapshots
* build, local dev run updates, header, branch parameter
* build, npm platform packages patched
* build, npm pf-react icons, tokens, styles, charts
* build, victory charts update sync to pf charts update
* graphCard, c3, cardTitle component
* graphCardChartLegend, c3, tooltip distance
* optinView, cardTitle and flex layout
* pageHeader, revert to pf title component
* select, isExpanded to isOpen prop
* toolbar, dataToolbar to toolbar component rename
* style, card header
* build, platform specific npm resources
* chartArea, fix resize method, relates to left nav
* pageHeader, revert title to platform version
* redux, middleware, reducer, types, update notifications import
* styles, move css files to src/index.js to avoid breaking sass
* build, dotenv host inventory guest API endpoint added
* redux actions, reducers, types for inventory guests
* rhsmServices, add base host inventory guests API
* rhsmApiTypes, common API response types, inventory guests
@cdcabrera cdcabrera requested review from ntkathole and mbpierce July 2, 2020 01:45
@codecov-commenter
Copy link

Codecov Report

Merging #331 into stage will increase coverage by 0.12%.
The diff coverage is 94.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##            stage     #331      +/-   ##
==========================================
+ Coverage   92.31%   92.44%   +0.12%     
==========================================
  Files          55       55              
  Lines        1288     1336      +48     
  Branches      301      315      +14     
==========================================
+ Hits         1189     1235      +46     
- Misses         84       86       +2     
  Partials       15       15              
Impacted Files Coverage Δ
src/common/dateHelpers.js 100.00% <ø> (ø)
src/components/c3GraphCard/c3GraphCard.js 88.67% <ø> (ø)
...rc/components/c3GraphCard/c3GraphCardLegendItem.js 100.00% <ø> (ø)
src/components/form/checkbox.js 100.00% <ø> (ø)
src/components/form/formState.js 86.79% <ø> (ø)
src/components/form/select.js 100.00% <ø> (+1.75%) ⬆️
src/components/graphCard/graphCard.js 83.67% <ø> (ø)
src/components/graphCard/graphCardChartTooltip.js 100.00% <ø> (ø)
src/components/messageView/messageView.js 100.00% <ø> (ø)
src/components/optinView/optinView.js 95.45% <ø> (ø)
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30cba6e...6b49253. Read the comment docs.

Copy link
Member

@ruda ruda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked into all changes, notice the inclusion of localization stuff, a bunch of renames (like @Property to @param). Template changes (CardHead to CardTitle), some URLs changes (components/section to components/cjs/Sections). The inclusion of Host information and guest information. Components renaming (<Component to <Button). So for my general review, it looks good to me.

Copy link
Member

@ntkathole ntkathole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK. Looks good 👍

@cdcabrera
Copy link
Member Author

As of 10:40 EST chrome changes have merged, merging ours. Cron job should kick off in a bit once the build merge completes.

@cdcabrera cdcabrera merged commit c08e9b9 into stage Jul 13, 2020
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.

4 participants