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

Scrape button Added #96

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Scrape button Added #96

wants to merge 4 commits into from

Conversation

Adityaakr
Copy link

@Adityaakr Adityaakr commented Sep 13, 2023

###TITLE ###

Add "Scrape" button for quick access to scrape.log

This PR adds a "Scrape" button to the batch run page, providing users with a convenient way to access the scrape.log file. The button links to the correct URL format, including "/teuthology/" for consistency.

Related Issue:
Fixes #88 @kamoltat @ljflores

This change addresses feedback from previous discussions and aligns with the project's URL structure. It improves user experience by simplifying access to important logs.

Hey! i added the button kindly check it.
@Adityaakr Adityaakr closed this Sep 13, 2023
@Adityaakr Adityaakr reopened this Sep 13, 2023
@Adityaakr Adityaakr changed the title Update run.html Scrape button Added Sep 13, 2023
@@ -53,7 +53,9 @@ <h2>
<a href="/{{ run.name }}/detail"> See detail view?</a>
</h2>
</div>

<h2>
<a href="http://qa-proxy.ceph.com/teuthology/{{ run.name }}/scrape.log">Want to see scrape.log?</a>
Copy link
Member

Choose a reason for hiding this comment

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

I would write it like this to keep similar to the other hyperlinks.

Suggested change
<a href="http://qa-proxy.ceph.com/teuthology/{{ run.name }}/scrape.log">Want to see scrape.log?</a>
<a href="http://qa-proxy.ceph.com/teuthology/{{ run.name }}/scrape.log">See scrape.log?</a>

keeping similar to the other hyperlinks.
@Adityaakr Adityaakr requested a review from ljflores September 18, 2023 16:36
Copy link
Author

@Adityaakr Adityaakr left a comment

Choose a reason for hiding this comment

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

Updated @ljflores

@ljflores
Copy link
Member

@Adityaakr looks like the file was deleted by mistake

@Adityaakr
Copy link
Author

Adityaakr commented Sep 19, 2023

@Adityaakr looks like the file was deleted by mistake

I apologize for that I recreated the review request. @ljflores

Copy link
Author

@Adityaakr Adityaakr left a comment

Choose a reason for hiding this comment

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

Updated @ljflores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants