git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make new bug link in flakiness dashboard configurable
[WebKit-https.git]
/
Websites
/
test-results
/
public
/
api
/
manifest.php
diff --git
a/Websites/test-results/public/api/manifest.php
b/Websites/test-results/public/api/manifest.php
index 20fb7dfe76e390ae997cb397ee60ec7d3bb52218..d23647820781a2633b2da42bee847d92bb337d0d 100644
(file)
--- a/
Websites/test-results/public/api/manifest.php
+++ b/
Websites/test-results/public/api/manifest.php
@@
-16,5
+16,6
@@
exit_with_success(array('tests' => $db->fetch_table('tests'),
'builders' => $builders,
'slaves' => $db->fetch_table('slaves'),
'repositories' => $repositories,
'builders' => $builders,
'slaves' => $db->fetch_table('slaves'),
'repositories' => $repositories,
- 'testCategories' => config('testCategories')));
+ 'testCategories' => config('testCategories'),
+ 'newBugLinks' => config('newBugLinks')));
?>
?>