-
Notifications
You must be signed in to change notification settings - Fork 77
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
Don't retrieve Tinderbox directory listing when timestamp is provided (#313) #679
Conversation
There was a problem hiding this 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.
…mozilla#313) - re-arrange if-else
…rectory' into issue-313-tinderbox-timestamp-directory
Done moving if-else @whimboo |
…mozilla#313) - revert comment removal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fix #313 - Don't retrieve Tinderbox directory listing when timestamp is provided @whimboo