Skip to content

83 Display reasons for detecting RHEL/OCP in detailed image usage view

CD Cabrera requested to merge 83-image-reasons into master

What's included

  • feat(accountImagesView): 83 display image detail reasons

    • accountServices add get for account image, mock & test updates
    • accountConstants, apiConstants & test updates
    • reselect build package, selectors for accountImages components
    • redux actions, accountActions, tests
    • redux reducers, account, accountImages, accountImageEdit, tests
    • styling, minor unordered list padding adjustment
    • helper, component testing, render translation key for tests
    • accountViewListItem, activate translation
    • accountImagesView, switch to selector
    • accountImagesViewListItem, activate translations
    • accountImagesViewListItemDetail, display detail reasons
  • feat(wordigrade): manual wordigrade build
    • integrate wordigrade manual build
    • Docker container updated for wordigrade
    • minimum node version increased
  • chore(build): changelog and package increment

How to test

The review setup can be used to help a quick confirmation. You'll need a login, or access to a Cloudigrade instance.

  1. Clone the updates locally, then
  2. From the terminal, within the repo context, run $ yarn start:review
  3. You may need to log in, do so

The mock dev setup can be used to help with a limited quick confirmation. NOTE: an error will happen when multiple images are expanded with the mock dev setup. This is expected, and due to the mock server only serving a single static response with the same ID

  1. Clone the updates locally, then
  2. From the terminal, within the repo context, run $ yarn start
  3. You may need to log in, do so
    • Note: the local dev server will take any combo of email/made up password to log in

Example

Screenshot_2019-01-20_Cloud_Meter

Updates issue/story

Updates #83 (closed) #90 (closed)

Edited by CD Cabrera

Merge request reports