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

Outage recovery link fix #16365

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Outage recovery link fix #16365

merged 1 commit into from
Mar 7, 2023

Conversation

philrenaud
Copy link
Contributor

Noticed that the link to recovering from outage (shown in the UI if a cluster leader is not elected) was 404ing; this returns the updated link.

@philrenaud philrenaud requested a review from ChaiWithJai March 7, 2023 15:20
@philrenaud philrenaud self-assigned this Mar 7, 2023
@github-actions
Copy link

github-actions bot commented Mar 7, 2023

Ember Asset Size action

As of 097a0bc

Files that got Bigger 🚨:

File raw gzip
nomad-ui.js +33 B +13 B

Files that stayed the same size 🤷‍:

File raw gzip
vendor.js 0 B 0 B
nomad-ui.css 0 B 0 B
vendor.css 0 B 0 B

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

Ember Test Audit comparison

main 097a0bc change
passes 1485 1485 0
failures 0 0 0
flaky 0 0 0
duration 11m 30s 136ms 13m 04s 061ms +1m 33s 925ms

@@ -43,7 +43,7 @@
<h1 data-test-error-title class="title is-spaced">No Cluster Leader</h1>
<p data-test-error-message class="subtitle">
The cluster has no leader.
<a href="https://www.nomadproject.io/guides/outage.html">
<a href="https://developer.hashicorp.com/nomad/tutorials/manage-clusters/outage-recovery">
Copy link
Contributor

Choose a reason for hiding this comment

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

There are 7 references to the previous domain. Should we examine those outbound links and convert this to a constant that we reference throughout the codebase?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's just in the UI; there are many more in the API/CLI/etc. Most of those links are still live and working, but this one isn't.

Copy link
Contributor

@ChaiWithJai ChaiWithJai left a comment

Choose a reason for hiding this comment

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

There might be half a dozen other places that need patching alongside of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.5.x backport to 1.5.x release line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants