add new versions coming on this week; bump dashboard to b99 for the moment
This commit is contained in:
Родитель
446052ea03
Коммит
30f8521cbb
|
@ -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 },
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
),
|
||||
|
|
Загрузка…
Ссылка в новой задаче