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

fix(redux):Fixing bug in stage #460

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

Fewwy
Copy link
Collaborator

@Fewwy Fewwy commented Nov 18, 2022

Updating redux toolkit to fix the bug in stage

The bug - for some reason when you switch between recommendations and clusters page the table stop loading and get stuck in the "isFetching"
image

to reproduce, open the https://console.stage.redhat.com/openshift/insights/advisor/recommendations
Go to Clusters table then back to Recommendations table

How to test this PR
0. You need both Insights Chrome and OCP Advisor locally.

  1. Add route in Insights Chrome a to the wepback.config.js
    ...proxy({ env: 'stage-beta', port: 1337, appUrl: [/^\/*$/, /^\/beta\/*$/], useProxy: true, publicPath, proxyVerbose: true, isChrome: true, routes: { '/apps/ocp-advisor': { host: 'https://localhost:8004', }, }, }),

  2. run insights chrome with "npm run dev"

  3. run this command in OCP Advisor
    "BETA=true npx webpack serve --config config/dev.webpack.config.js --port=8004"

  4. Visit the https://stage.foo.redhat.com:1337/beta/openshift/insights/advisor/recommendations then open Clusters table. After that go back to the Recommendations table

@gkarat gkarat requested review from gkarat and a team November 18, 2022 12:02
@gkarat gkarat added the bug Something isn't working label Nov 18, 2022
@gkarat gkarat merged commit 7c25856 into RedHatInsights:master Nov 18, 2022
gkarat pushed a commit that referenced this pull request Nov 18, 2022
## [1.8.2](v1.8.1...v1.8.2) (2022-11-18)

### Bug Fixes

* **Requests management:** Fix the loading bug ([#460](#460)) ([7c25856](7c25856))
@gkarat
Copy link
Collaborator

gkarat commented Nov 18, 2022

🎉 This PR is included in version 1.8.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants