Closed
Bug 1166623
Opened 10 years ago
Closed 10 years ago
move MAX_REVIEWER_LAST_SEEN_DAYS_AGO from a constant to a parameter
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
References
Details
Attachments
(1 file)
3.33 KB,
patch
|
dylan
:
review+
|
Details | Diff | Splinter Review |
MAX_REVIEWER_LAST_SEEN_DAYS_AGO is currently a constant.
we have a need to temporarily disable review last-seen validation when running migration scripts (eg. bug 1158513) however this isn't possible with that variable existing as a const.
let's make it a parameter instead.
Attachment #8607986 -
Flags: review?(dylan)
Comment 2•10 years ago
|
||
Comment on attachment 8607986 [details] [diff] [review]
1166623_1.patch
Review of attachment 8607986 [details] [diff] [review]:
-----------------------------------------------------------------
r=dylan
Attachment #8607986 -
Flags: review?(dylan) → review+
note to self: set this parameter to 60 on production once pushed.
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
216b28d..b09be15 master -> master
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: Review → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•