diff --git a/dashboard/dashboard.js b/dashboard/dashboard.js index 8e818f2..bb87dc1 100644 --- a/dashboard/dashboard.js +++ b/dashboard/dashboard.js @@ -32,7 +32,7 @@ var gProductData = { }, beta: { name: "Beta", - version: "27.0b", + version: "27.0b99", appendver: true, adu: { low: 1e7, min: 1e6 }, rate: { high: 2, max: 2.5 }, @@ -82,7 +82,7 @@ var gProductData = { }, beta: { name: "Beta", - version: "27.0b9", + version: "27.0b99", appendver: true, adu: { low: 1e5, min: 1e4 }, rate: { high: 2, max: 3 }, diff --git a/get-components.php b/get-components.php index df79ac6..da06679 100755 --- a/get-components.php +++ b/get-components.php @@ -47,10 +47,20 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'26\.0.*', 'version_display'=>'26', ), + array('product'=>'Firefox', + 'channel'=>'release', + 'version'=>'27.0', + 'version_regex'=>'27\.0.*', + 'version_display'=>'27', + ), array('product'=>'Firefox', 'channel'=>'beta', 'version'=>'27.0', ), + array('product'=>'Firefox', + 'channel'=>'beta', + 'version'=>'28.0', + ), array('product'=>'Firefox', 'channel'=>'nightly', ), @@ -63,10 +73,20 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'26\.0.*', 'version_display'=>'26', ), + array('product'=>'FennecAndroid', + 'channel'=>'release', + 'version'=>'27.0', + 'version_regex'=>'27\.0.*', + 'version_display'=>'27', + ), array('product'=>'FennecAndroid', 'channel'=>'beta', 'version'=>'27.0', ), + array('product'=>'FennecAndroid', + 'channel'=>'beta', + 'version'=>'28.0', + ), array('product'=>'FennecAndroid', 'channel'=>'nightly', 'weekly'=>true, diff --git a/get-devicecrashes.php b/get-devicecrashes.php index e3a6960..f418dd5 100755 --- a/get-devicecrashes.php +++ b/get-devicecrashes.php @@ -41,10 +41,20 @@ $reports = array(array('product'=>'FennecAndroid', 'version_regex'=>'26\.0.*', 'version_display'=>'26', ), + array('product'=>'FennecAndroid', + 'channel'=>'release', + 'version'=>'27.0', + 'version_regex'=>'27\.0.*', + 'version_display'=>'27', + ), array('product'=>'FennecAndroid', 'channel'=>'beta', 'version'=>'27.0', ), + array('product'=>'FennecAndroid', + 'channel'=>'beta', + 'version'=>'28.0', + ), array('product'=>'FennecAndroid', 'channel'=>'nightly', 'weekly'=>true, diff --git a/get-explosives.php b/get-explosives.php index 3a9da19..76c9c3f 100755 --- a/get-explosives.php +++ b/get-explosives.php @@ -70,6 +70,12 @@ $reports = array(array('product'=>'Firefox', 'fake_adu'=>false, 'mincount'=>10, ), + array('product'=>'Firefox', + 'version'=>'30', + 'version_regex'=>'30\..*', + 'fake_adu'=>false, + 'mincount'=>10, + ), array('product'=>'Firefox', 'channel'=>'release', 'fake_adu'=>false, @@ -112,6 +118,12 @@ $reports = array(array('product'=>'Firefox', 'fake_adu'=>false, 'mincount'=>10, ), + array('product'=>'FennecAndroid', + 'version'=>'28', + 'version_regex'=>'28\..*', + 'fake_adu'=>false, + 'mincount'=>10, + ), array('product'=>'FennecAndroid', 'channel'=>'release', 'fake_adu'=>false, diff --git a/get-flashhangs.php b/get-flashhangs.php index 32ad54f..506ff60 100755 --- a/get-flashhangs.php +++ b/get-flashhangs.php @@ -62,6 +62,10 @@ $reports = array(array('product'=>'Firefox', ), array('product'=>'Firefox', 'version'=>'27.0', + 'version_regex'=>'27\.0.*', + ), + array('product'=>'Firefox', + 'version'=>'28.0', ), array('product'=>'Firefox', 'version'=>'28.0a2', @@ -69,6 +73,12 @@ $reports = array(array('product'=>'Firefox', array('product'=>'Firefox', 'version'=>'29.0a1', ), + array('product'=>'Firefox', + 'version'=>'29.0a2', + ), + array('product'=>'Firefox', + 'version'=>'30.0a1', + ), ); // for how many days back to get the data diff --git a/get-startupcrashes.php b/get-startupcrashes.php index 4299e11..0eebdc8 100755 --- a/get-startupcrashes.php +++ b/get-startupcrashes.php @@ -57,10 +57,20 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'26\.0.*', 'version_display'=>'26', ), + array('product'=>'Firefox', + 'channel'=>'release', + 'version'=>'27.0', + 'version_regex'=>'27\.0.*', + 'version_display'=>'27', + ), array('product'=>'Firefox', 'channel'=>'beta', 'version'=>'27.0', ), + array('product'=>'Firefox', + 'channel'=>'beta', + 'version'=>'28.0', + ), array('product'=>'Firefox', 'channel'=>'aurora', ), @@ -79,10 +89,20 @@ $reports = array(array('product'=>'Firefox', 'version_regex'=>'26\.0.*', 'version_display'=>'26', ), + array('product'=>'FennecAndroid', + 'channel'=>'release', + 'version'=>'27.0', + 'version_regex'=>'27\.0.*', + 'version_display'=>'27', + ), array('product'=>'FennecAndroid', 'channel'=>'beta', 'version'=>'27.0', ), + array('product'=>'FennecAndroid', + 'channel'=>'beta', + 'version'=>'28.0', + ), array('product'=>'FennecAndroid', 'channel'=>'aurora', ),