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

Don't retrieve Tinderbox directory listing when timestamp is provided (#313) #679

Merged

Conversation

piri-p
Copy link
Contributor

@piri-p piri-p commented May 7, 2024

Fix #313 - Don't retrieve Tinderbox directory listing when timestamp is provided @whimboo

@piri-p piri-p marked this pull request as draft May 7, 2024 23:18
@piri-p piri-p marked this pull request as ready for review May 7, 2024 23:23
Copy link
Contributor

@whimboo whimboo left a comment

Choose a reason for hiding this comment

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

With the patch applied it works great and removes a lot of work from the server. No new tests need to be added given that existing ones cover it well enough and cannot easily check that the directory index is not scraped.

I've just a small nit. Once applied we can get the patch merged.

Again thanks a lot for all the great work! And in case of questions feel free to join us in the https://chat.mozilla.org/#/room/#webdriver:mozilla.org channel. It's not directly related to this project but it's the place where we all hang out.

mozdownload/scraper.py Outdated Show resolved Hide resolved
@piri-p
Copy link
Contributor Author

piri-p commented May 8, 2024

Done moving if-else @whimboo

@piri-p piri-p requested a review from whimboo May 8, 2024 12:28
mozdownload/scraper.py Outdated Show resolved Hide resolved
@piri-p piri-p requested a review from whimboo May 8, 2024 12:32
Copy link
Contributor

@whimboo whimboo left a comment

Choose a reason for hiding this comment

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

Thanks!

@whimboo whimboo merged commit dafc75b into mozilla:master May 8, 2024
16 checks passed
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.

Don't retrieve directory listing if timestamp is provided for Tinderbox builds
2 participants