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.
Create analysis task should use build time as fallback when commit ti…
…me is not available. https://bugs.webkit.org/show_bug.cgi?id=183309 Reviewed by Ryosuke Niwa. Added the ability to schedule analysis task for the range without commit time. * public/privileged-api/create-analysis-task.php: Use build time as fallback. * server-tests/privileged-api-create-analysis-task-tests.js: Added a unit test for this change. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@229501 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
eacb275
commit 5299c2e
Showing
3 changed files
with
98 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-03-04 Dewei Zhu <[email protected]> | ||
|
||
Create analysis task should use build time as fallback when commit time is not available. | ||
https://bugs.webkit.org/show_bug.cgi?id=183309 | ||
|
||
Reviewed by Ryosuke Niwa. | ||
|
||
Added the ability to schedule analysis task for the range without commit time. | ||
|
||
* public/privileged-api/create-analysis-task.php: Use build time as fallback. | ||
* server-tests/privileged-api-create-analysis-task-tests.js: Added a unit test for this change. | ||
|
||
2018-03-04 Aakash Jain <[email protected]> | ||
|
||
BuildbotBuildEntry for buildbot 0.9 uses incorrect buildrequestid | ||
|
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