-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
fix(thumbnails): missing field, logging and new config var #10562
Changes from 1 commit
e78c659
b3ba2ab
0f64bc6
8f6ba68
ad7310e
329a194
d453071
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -797,6 +797,8 @@ class CeleryConfig: # pylint: disable=too-few-public-methods | |
|
||
# Any config options to be passed as-is to the webdriver | ||
WEBDRIVER_CONFIGURATION: Dict[Any, Any] = {} | ||
# The webdriver to use supports "chrome" and "firefox" | ||
WEBDRIVER_TYPE = "firefox" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. let's use EMAIL_REPORTS_WEBDRIVER or just converge those 2
or
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe took it too far, but I actually removed it now. Tell me if it's ok by you @bkyryliuk |
||
|
||
# The base URL to query for accessing the user interface | ||
WEBDRIVER_BASEURL = "http://0.0.0.0:8080/" | ||
|
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.
sorted and added a new field
thumbnail_url