Giter Site home page Giter Site logo

redhatinsights / insights-advisor-frontend Goto Github PK

View Code? Open in Web Editor NEW
9.0 13.0 47.0 28 MB

The Advisor Frontend

Home Page: https://console.redhat.com/insights/advisor

License: Apache License 2.0

JavaScript 91.13% CSS 5.86% HTML 0.54% Shell 1.70% SCSS 0.77%

insights-advisor-frontend's Introduction

Advisor Frontend

Build Status codecov

First time setup

  1. Make sure you have Node.js version >= 16 installed
  2. Run script to patch your /etc/hosts
  3. Make sure you are using Red Hat proxy

Running locally

  1. Install dependencies with npm install
  2. Run development server with npm run start:proxy:beta
  3. Local version of the app will be available at https://stage.foo.redhat.com:1337/preview/insights/advisor/

In case you want to use the stable environment instead of beta you can run the app with npm run start:proxy and access it from https://stage.foo.redhat.com:1337/insights/advisor/. Usually there is no difference between these two environments unless there is a large feature in progress which is hidden behind isBeta flag.

Testing federated modules with another application

If you want to test Advisor with another application deployed locally, you can utilise LOCAL_APPS environment variable and deploy the needed application on separate ports. To learn more about the variable, see https://github.com/RedHatInsights/frontend-components/tree/master/packages/config#running-multiple-local-frontend-applications.

Example

We'll take for example insights-inventory-frontend.

Open new terminal, navigate to Inventory repository, and run it on a separate port without proxy:

npm run start -- --port=8003

In a separate terminal, run Advisor with proxy enabled and list Inventory:

LOCAL_APPS=inventory:8003~http npm run start:proxy

Testing

Travis is used to test the build for this code.

  • npm run test will run tests.
  • npm run lint will run all linters.

Before opening a pull request, you can run npm run verify:local to make sure your changes pass automated tests (Jest and Cypress) and linter (both JS and CSS linters).

Deploying

Any push to the following branches will trigger a build in insights-advisor-frontend-build repository which will deploy to corresponding environment. Travis is used to deploy the application.

Push to branch in this repo Updated branch in build repo Environment Available at
master stage-beta stage beta https://console.stage.redhat.com/preview
master-stable stage-stable stage stable https://console.stage.redhat.com
prod-beta prod-beta production beta https://console.redhat.com/beta
prod-stable prod-stable production stable https://console.redhat.com

Internationalization

Translation keys

Translation keys are saved in messages.js.

Generating translation keys

Each time you add a new translation keys you need to run npm run translations, which will automatically generate JSON files for every language into locales/ folder based on the entries in the messages.js.

Using translated strings

There are two ways to use translated strings:

  1. With intl.formatMessage(messages.messageId)
  2. With <FormattedMessage {...messages.messageId}/>

Design System

This project uses Patternfly React.

Insights Components

This app imports components from Insights Front-end Components library. ESI tags are used to import Insights Chrome which takes care of the header, sidebar, and footer.

Release process change in stage env

We are using the new release process in stage environment that uses containers for deplyoment. Containerized Frontends are the new way to to build, package, and deploy the applicaitons.

insights-advisor-frontend's People

Contributors

adonispuente avatar allenbw avatar astonlele avatar bastilian avatar blakeholifield avatar bmclaughlin avatar ddonahue007 avatar dependabot[bot] avatar dkuc avatar dlobatog avatar epwinchell avatar fewwy avatar gabipodolnikova avatar gkarat avatar hyperkid123 avatar iphands avatar jharting avatar jiridostal avatar johnsonm325 avatar karelhala avatar lesamo avatar li0131 avatar liorkgow avatar mayurilahane avatar mhuth avatar mkholjuraev avatar rvsia avatar ryelo avatar tompsota avatar xmicha82 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

insights-advisor-frontend's Issues

Bug: Topics overflow the rule details component

"Topics related to the recommendation" can be really long. However, there is no wrapping that could limit the width of that block, and the components to the right side are just thrown away and not visible.

Screenshot from 2021-08-24 10-19-14

Title on ListActions

What do you guys think about converting the rule.description to:

<PageHeader>
    <PageHeaderTitle title={ this.state.rule.description }/>
</PageHeader>

image

Actions 2 table sorting broken

When sorting on the table, it doesn't correctly sort by ascending or descending. Some of the sorting doesn't work at all.

Example: Sorting by the Systems Exposed

"Low" filter for Total Risk missing

This was discussed on the mockups in a comment. It wasn't originally shown due to an errors, but you are supposed to filter on it. There is a comment on the Invision mocks.

Bug: first rule in the rules table is not selectable

When you open the inventory details page (e.g., I used https://cloud.redhat.com/insights/advisor/recommendations/network_device_unregister_issue|NETWORK_DEVICE_UNREGISTER_ISSUE/{INVENTORY_ID}) and try to select the first item in the rules list, the UI does not react to your click, and the item remains unselected. For the rest of the items, it works OK (see the screenshot).

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.