Confirmed users
1,364
edits
(added CPU idle %) |
(added bugzilla queries) |
||
Line 20: | Line 20: | ||
If you suspect issues, please follow the steps in order until you get a response: | If you suspect issues, please follow the steps in order until you get a response: | ||
# Check [[#status|status]] | # Check [[#status|status]] and [[#known_issues|known issues]] | ||
# For Firefox related work, ask the sheriffs in #releng or #developers | # For Firefox related work, ask the sheriffs in #releng or #developers | ||
# For FxOS related work, ask in #b2g | # For FxOS related work, ask in #b2g | ||
Line 27: | Line 27: | ||
#* please be specific about error codes - there's a big difference between 500 (hg) and 503 (load balancer)! | #* please be specific about error codes - there's a big difference between 500 (hg) and 503 (load balancer)! | ||
# If urgent and important, escalate bug to #moc (they escalate to [[DeveloperServices]] as needed) | # If urgent and important, escalate bug to #moc (they escalate to [[DeveloperServices]] as needed) | ||
<div id="known_issues"></div> | |||
== Known Issues == | |||
Currently open (will improve search over time): | |||
<bugzilla> | |||
{ | |||
"quicksearch": "OPEN", | |||
"product": "Developer Services", | |||
"component": "git", | |||
"include_fields": "id,priority,summary" | |||
} | |||
</bugzilla> | |||
= Recent Changes = | = Recent Changes = | ||
[https://bugzilla.mozilla.org/buglist.cgi?list_id=11918881&resolution=FIXED&chfieldto=Now&chfield=bug_status&query_format=advanced&chfieldfrom=-2w&chfieldvalue=resolved&bug_status=RESOLVED&bug_status=VERIFIED&component=git&product=Developer%20Services Bugs fixed] in last 2 weeks: | |||
<bugzilla> | |||
{ | |||
"resolution": "fixed", | |||
"status": ["RESOLVED", "VERIFIED"], | |||
"chfieldfrom": "-2w", | |||
"chfield": "resolution", | |||
"chfieldvalue": "fixed", | |||
"product": "Developer Services", | |||
"component": "git", | |||
"include_fields": "id,priority,summary" | |||
} | |||
</bugzilla> | |||
= Requesting Services = | = Requesting Services = |