forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revision information returned by querying measurement set api with an…
…alysis task id should contain commit order. https://bugs.webkit.org/show_bug.cgi?id=184902 Reviewed by Ryosuke Niwa This is a bug fix for r230719 which does not cover the case while querying `measurement-set.php?analysisTask=$task_id` * public/api/measurement-set.php: AnalysisResultsFetcher.fetch_commits results should contains commit order. * server-tests/api-measurement-set-tests.js: Added unit test for this change. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@230940 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
7f8d276
commit 2d13154
Showing
3 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2018-04-23 Dewei Zhu <[email protected]> | ||
|
||
Revision information returned by querying measurement set api with analysis task id should contain commit order. | ||
https://bugs.webkit.org/show_bug.cgi?id=184902 | ||
|
||
Reviewed by Ryosuke Niwa. | ||
|
||
This is a bug fix for r230719 which does not cover the case while querying `measurement-set.php?analysisTask=$task_id` | ||
|
||
* public/api/measurement-set.php: AnalysisResultsFetcher.fetch_commits results should contains commit order. | ||
* server-tests/api-measurement-set-tests.js: Added unit test for this change. | ||
|
||
2018-04-19 Dewei Zhu <[email protected]> | ||
|
||
Add a bisect button to automatically schedule bisecting A/B tasks. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters