RedHatInsights / tower-analytics-frontend

Automation Analytics provides data analytics for Ansible Tower that provides visualization and insight into how automation is used in your organization.
https://console.redhat.com/ansible/ansible-dashboard
Apache License 2.0
9 stars 28 forks source link

[AA-1927] Fix broken redirects in stage/prod #1012

Closed skochay330 closed 11 months ago

skochay330 commented 11 months ago

This PR fixes redirects from charts and savings planner list view to the job explorer page.

Jira issue: https://issues.redhat.com/browse/AA-1927

codecov[bot] commented 11 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (87c5a0b) 47.68% compared to head (6c0981a) 47.68%.

Files Patch % Lines
src/Charts/BarChart.js 0.00% 1 Missing :warning:
src/Charts/LineChart.js 0.00% 1 Missing :warning:
...c/Containers/SavingsPlanner/List/ListItem/index.js 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## devel #1012 +/- ## ======================================= Coverage 47.68% 47.68% ======================================= Files 143 143 Lines 4517 4517 Branches 1255 1255 ======================================= Hits 2154 2154 Misses 2261 2261 Partials 102 102 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cypress[bot] commented 11 months ago

Passing run #1763 ↗︎

0 66 2 0 Flakiness 0

Details:

update package-lock
Project: tower-analytics-frontend Commit: 6c0981ad81
Status: Passed Duration: 06:02 💡
Started: Nov 16, 2023 10:30 PM Ended: Nov 16, 2023 10:36 PM

Review all test suite changes for PR #1012 ↗︎

skochay330 commented 11 months ago

Ignore codecov failure, we are not able to use jest to check redirects as of right now.