rename and update some variables for the test-eng team rename
This commit is contained in:
Родитель
b14ea0e747
Коммит
57aeb23d9c
|
@ -1,3 +1,3 @@
|
|||
# [MozWebQA Dashboard](https://mozilla.github.io/mozilla/mozwebqa-dashboard)
|
||||
# [Firefox Test Engineering Dashboard](https://mozilla.github.io/mozilla/mozwebqa-dashboard)
|
||||
|
||||
GitHub dashboard for monitoring [Web QA](https://wiki.mozilla.org/QA/Execution/Web_Testing)'s issues, pull requests, and more.
|
||||
GitHub dashboard for monitoring [Firefox Test Engineering](https://wiki.mozilla.org/TestEngineering)'s issues, pull requests, and more.
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"https://github.com/mozilla/snippets-tests",
|
||||
"https://github.com/mozilla/Socorro-Tests",
|
||||
"https://github.com/mozilla/treeherder-tests",
|
||||
"https://github.com/mozilla/webqabot"
|
||||
"https://github.com/mozilla/webqabot",
|
||||
"https://github.com/mozilla/services-test"
|
||||
],
|
||||
"api_token": "692aadd2c9789a337c4d3544787f101ad8c35bc7"
|
||||
}
|
||||
|
|
10
index.html
10
index.html
|
@ -7,7 +7,7 @@
|
|||
<base href="#/issues" />
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>MozWebQA Dashboard</title>
|
||||
<title>Firefox Test Engineering Dashboard</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#" style="color:white">MozWebQA Dashboard</a>
|
||||
<a class="navbar-brand" href="#" style="color:white">Firefox Test Engineering Dashboard</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -57,9 +57,9 @@
|
|||
<li id="nav-jenkins"><a href="https://webqa-ci.mozilla.com/">Jenkins</a></li>
|
||||
</ul>
|
||||
<ul class="nav nav-sidebar">
|
||||
<li><a href="https://quality.mozilla.org/teams/web-qa/">About Web QA</a></li>
|
||||
<li><a href="https://wiki.mozilla.org/QA/Execution/Web_Testing">Wiki</a></li>
|
||||
<li><a href="https://oneanddone.mozilla.org/tasks/available/?search=&team=6">Contribute</a></li>
|
||||
<li><a href="https://quality.mozilla.org/teams/test-engineering/">About Firefox Test Engineering</a></li>
|
||||
<li><a href="https://wiki.mozilla.org/TestEngineering">Wiki</a></li>
|
||||
<li><a href="https://oneanddone.mozilla.org/tasks/available/">Contribute</a></li>
|
||||
</ul>
|
||||
<ul class="nav nav-sidebar">
|
||||
<li id="nav-fork"><a href="https://github.com/mozilla/mozwebqa-dashboard/">Fork on GitHub</a></li>
|
||||
|
|
6
setup.py
6
setup.py
|
@ -14,12 +14,12 @@ with open('requirements.txt') as f:
|
|||
|
||||
setup(name='mozwebqa-dashboard',
|
||||
version='1.1',
|
||||
description="Dashboard data generators and UI for Mozilla Web QA",
|
||||
description="Dashboard data generators and UI for Firefox Test Engineering",
|
||||
long_description=description,
|
||||
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
keywords='mozilla',
|
||||
author='WebQA Team and contributors',
|
||||
author_email='mozwebqa@mozilla.org',
|
||||
author='Firefox Test Engineering Team and contributors',
|
||||
author_email='firefox-test-engineering@mozilla.org',
|
||||
url='https://github.com/mozilla/mozwebqa-dashboard',
|
||||
license='MPL',
|
||||
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
|
||||
|
|
Загрузка…
Ссылка в новой задаче