1. 4c17da1 CustomConfigurationTestGroupForm should dispatch different arguments based on whether analysis task is created. by dewei_zhu@apple.com · 7 years ago
  2. 81518d3 MeasurementSet should merge last four segments into two if values are identical. by dewei_zhu@apple.com · 7 years ago
  3. 83210fb Manifest.reset should clear static map for BugTracker and Bug objects. by dewei_zhu@apple.com · 7 years ago
  4. d8bbe2c Fix a bug in range bisector that start commit may be counted twice. by dewei_zhu@apple.com · 7 years ago
  5. b4b367c Fix a bug ComponentBase that wrong content template may be used. by dewei_zhu@apple.com · 7 years ago
  6. 4a5f5eb CommitSet range bisector should use commits occur in commit sets which specify the range as valid commits for commits without ordering. by dewei_zhu@apple.com · 7 years ago
  7. 1fae494 Related task may not have a metric or platform. by dewei_zhu@apple.com · 7 years ago
  8. 2d357e4 Fix browser test failed assertions and a bug in 'common-component-base' by dewei_zhu@apple.com · 7 years ago
  9. 6f148e5 Added sending notification feature when test group finishes. by dewei_zhu@apple.com · 7 years ago
  10. 3ac7cd5 Add the basic support for writing components in node.js by rniwa@webkit.org · 7 years ago
  11. 8169717 Update ChartPane per change r231087. by dewei_zhu@apple.com · 7 years ago
  12. 951c5c4 CommitLogViewer._preceedingCommit should not always be null by dewei_zhu@apple.com · 7 years ago
  13. 09cc982 Range bisector should check the commits for repositories without change in specified range. by dewei_zhu@apple.com · 7 years ago
  14. 15d7289 Create analysis task should sync analysis task status after creation. by dewei_zhu@apple.com · 7 years ago
  15. 8ec0ef0 Write a script that detects chart changes by using v3 API. by dewei_zhu@apple.com · 7 years ago
  16. c6eb1b3 Creating a custom analysis task after fetching all analysis tasks fail by rniwa@webkit.org · 7 years ago
  17. fd24a38 MeasurementSet._constructUrl should construct absolute url. by dewei_zhu@apple.com · 7 years ago
  18. 042f2c5 Extend create-analysis-test API to be able to create with confirming test group. by dewei_zhu@apple.com · 7 years ago
  19. 2d13154 Revision information returned by querying measurement set api with analysis task id should contain commit order. by dewei_zhu@apple.com · 7 years ago
  20. 053be8d Add a bisect button to automatically schedule bisecting A/B tasks. by dewei_zhu@apple.com · 7 years ago
  21. c340b15 Commit order should always be returned by api. by dewei_zhu@apple.com · 7 years ago
  22. 6e276f1 Make it possible to hide some repository groups by rniwa@webkit.org · 7 years ago
  23. 4475206 Added 'CommitSet.diff' which will be shared between multiple independent incoming changes. by dewei_zhu@apple.com · 7 years ago
  24. b42a29a Fix a bug introduced in r230295 that A/B test result is not shown. by dewei_zhu@apple.com · 7 years ago
  25. a1c50b9 Added UI to show potential regressions in chart with t-testing against segmentations. by dewei_zhu@apple.com · 7 years ago
  26. 5299c2e Create analysis task should use build time as fallback when commit time is not available. by dewei_zhu@apple.com · 7 years ago
  27. 68eea94 Should chose the best match during 'route' if there are multiple matches. by dewei_zhu@apple.com · 7 years ago
  28. e512ea4 Should fetch owner commits in build-requests-fetcher. by dewei_zhu@apple.com · 7 years ago
  29. ebbcf50 REGRESSION(r225898): The perf dashboard fails to open when there are no summary pages by rniwa@webkit.org · 7 years ago
  30. 94d710d Perf dashboard's page title can be set to a previously visited page by rniwa@webkit.org · 7 years ago
  31. cf5c7d3 CommitLogViewer should not fetch commits in serial by rniwa@webkit.org · 7 years ago
  32. 0d1aefe Fix the bug that 'TestGroupResultsViewer' creates unnecessary rows. by dewei_zhu@apple.com · 7 years ago
  33. b6f20ba Should reject updating a build request which has an associated build. by dewei_zhu@apple.com · 7 years ago
  34. 46a124b Should allow updating a build-request to 'canceled'. by dewei_zhu@apple.com · 7 years ago
  35. 1713249 Charts can be empty when values are all identical by rniwa@webkit.org · 7 years ago
  36. f4e8209 Don't fetch more than two builds to check duplicity of builds in ReportProcessor by rniwa@webkit.org · 7 years ago
  37. 0d8d317 Unreviewed build fixes in TestGroupResultsViewer. by rniwa@webkit.org · 7 years ago
  38. 0c20366 Cannot trigger Dromaeo tests on internal perf try bots by rniwa@webkit.org · 7 years ago
  39. 45dd5d6 Test freshness page should use build time instead of commit time to determine the freshness of the data point. by dewei_zhu@apple.com · 7 years ago
  40. 78b6594 Add UI for A/B testing on owned commits. by dewei_zhu@apple.com · 7 years ago
  41. 0b95e87 Add a test freshness page. https://bugs.webkit.org/show_bug.cgi?id=180126 by dewei_zhu@apple.com · 7 years ago
  42. f26b050 OwnedCommitViewer should include the preceding commit. by dewei_zhu@apple.com · 7 years ago
  43. c9ccd4f Owner commit does not necessarily exist in the same commit set for an owned commit. by dewei_zhu@apple.com · 7 years ago
  44. 2c3e81c Update perf dashboard upload logic to support uploading binaries from owned commits. by dewei_zhu@apple.com · 7 years ago
  45. 17a568b Add try-bot button on perf analysis status page. by dewei_zhu@apple.com · 7 years ago
  46. b052125 Update syncing script to be able to build binary for commit set with owned commits. by dewei_zhu@apple.com · 7 years ago
  47. 65866e1 Use 'owned commit' instead of 'sub commit' whenever refers to a commit owned by another commit. by dewei_zhu@apple.com · 7 years ago
  48. d8f19ed Performance Dashboard backend should support A/B testing for owned components. by dewei_zhu@apple.com · 7 years ago
  49. d5fed4d Should not mark a platform as missing in summary page if all expecting metrics are exlucded. by dewei_zhu@apple.com · 7 years ago
  50. 8e1063d Analysis task page shows an empty results for an irrelevant top-level test by rniwa@webkit.org · 8 years ago
  51. 0e840b3 Add a button to show two weeks of data to perf dashboard by rniwa@webkit.org · 8 years ago
  52. d506cdd Build fix. OS X "revision" can have a space. by rniwa@webkit.org · 8 years ago
  53. 5f24d69 Make it possible to specify A/B testing revision with a partial hash by rniwa@webkit.org · 8 years ago
  54. 912e834 Build fix. Creating trying a test group no longer updates the page. by rniwa@webkit.org · 8 years ago
  55. 8663f98 Performance Dashboard should be compatible with PHP 7. by dewei_zhu@apple.com · 8 years ago
  56. fc36a8b Build fix. Fixed a typo. task.id() isn't a thing in this function. by rniwa@webkit.org · 8 years ago
  57. ca10062 Another build fix. by rniwa@webkit.org · 8 years ago
  58. a024e29 Build fix. It looks like the code here is racy. by rniwa@webkit.org · 8 years ago
  59. 4e9ee6a Show the roots built by perf try bots on results page by rniwa@webkit.org · 8 years ago
  60. 9cfdcf3 Address Antti's review comment. by rniwa@webkit.org · 8 years ago
  61. 27947b7 A/B testing results page show results for the top-level tests instead of the one being analyzed by rniwa@webkit.org · 8 years ago
  62. 6774438 Safari 10.1 fails to upload a patch on perf try bots page by rniwa@webkit.org · 8 years ago
  63. 2831d8b0 Fix a typo pointed out by Andreas Kling. by rniwa@webkit.org · 8 years ago
  64. c9607d6 Add an admin page to manage uploaded files by rniwa@webkit.org · 8 years ago
  65. d235b87 Roots uploaded by bots don't get author specified properly by rniwa@webkit.org · 8 years ago
  66. a744aad Prune unused uploaded files when the file quota is reached by rniwa@webkit.org · 8 years ago
  67. 9632d031 UploadedFile should include the file extension in its url by rniwa@webkit.org · 8 years ago
  68. 634d2dd Don't shouldn't create a request to build a patch if there is no patch to build by rniwa@webkit.org · 8 years ago
  69. a2e8eac Fix UI glitches with a custom analysis test group with a patch by rniwa@webkit.org · 8 years ago
  70. 40a48f0 Show patches applied in each A/B testing build requests by rniwa@webkit.org · 8 years ago
  71. 100fd2e The queue page is broke when there is a custom analysis task by rniwa@webkit.org · 8 years ago
  72. faae365 Syncing script shouldn't schedule a build request when there is a build from another test group in progress by rniwa@webkit.org · 8 years ago
  73. 868edf6 Opening an analysis task from the queue page is broken by rniwa@webkit.org · 8 years ago
  74. e38dc35 The commit log viewer can overlap the analysis results viewer by rniwa@webkit.org · 8 years ago
  75. a1e7596 Add the support for perf try bots to sync-buildbot.js by rniwa@webkit.org · 8 years ago
  76. ddfdd15 Fix the bug that sometimes analysis task results pane is missing. by dewei_zhu@apple.com · 8 years ago
  77. 72eed77 Add a commit log viewer next to the analysis results viewer by rniwa@webkit.org · 8 years ago
  78. 142b24b Another build fix. Added a missing null check. by rniwa@webkit.org · 8 years ago
  79. 5f41ef9 Build fix. Added a missing null check. by rniwa@webkit.org · 8 years ago
  80. 0972c04 Another build fix after r215633 to make the bar graphs render even when the confidence intervals aren't available. by rniwa@webkit.org · 8 years ago
  81. b26d06b Build fix after r215633. by rniwa@webkit.org · 8 years ago
  82. 5522c21 Add API to upload a patched build for a custom A/B testing by rniwa@webkit.org · 8 years ago
  83. 5ba758e Add the support for scheduling a A/B testing with a patch. by rniwa@webkit.org · 8 years ago
  84. 229287b Rename commit_set_relationships to commit_set_items by rniwa@webkit.org · 8 years ago
  85. baa7b55 Add the support for creating a custom test group in the analysis task page by rniwa@webkit.org · 8 years ago
  86. 3d9fd2e Make it possible to view results for sub tests and metrics in A/B testing by rniwa@webkit.org · 8 years ago
  87. f4fe3bb Add sub-commit UI in commit log viewer. by dewei_zhu@apple.com · 8 years ago
  88. 9954158 Retrying an A/B testing does not set the repetition count in some cases by rniwa@webkit.org · 8 years ago
  89. 979c5ab Add the UI for scheduling a A/B testing with a custom root by rniwa@webkit.org · 8 years ago
  90. 8f10fbb .: by rniwa@webkit.org · 8 years ago
  91. b4da562 Add the UI for scheduling a A/B testing with a custom root by rniwa@webkit.org · 8 years ago
  92. efd3b32 Make cycler page scroll down when a dashboard is too tall for the current viewport size by rniwa@webkit.org · 8 years ago
  93. 2ff7832 Each build request should be associated with a repository group by rniwa@webkit.org · 8 years ago
  94. e6557e2 Introduce the notion of repository groups to triggerables by rniwa@webkit.org · 8 years ago
  95. fa2d438 Build fix. For OS versions, we can end up with non-alphanumeric revision. by rniwa@webkit.org · 8 years ago
  96. 5ed5dc0 Yet another build fix after r214502. Workaround webkit.org/b/169907 for now. by rniwa@webkit.org · 8 years ago
  97. a612ba3 Revert an erronously change in the previous commit. by rniwa@webkit.org · 8 years ago
  98. a7a4118 Build fix after r214280. Don't render components until its element is inserted into a document. by rniwa@webkit.org · 8 years ago
  99. b463102 Another build fix after r214502. by rniwa@webkit.org · 8 years ago
  100. 41b1359 Build fix after r214502. Analysis tasks without any test groups are throwing exceptions. by rniwa@webkit.org · 8 years ago