Bug 251824 - [git-webkit] Automatically classify commits
Summary: [git-webkit] Automatically classify commits
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-06 16:56 PST by Jonathan Bedard
Modified: 2023-02-28 17:23 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2023-02-06 16:56:42 PST
When creating the `git-webkit pickable` command, we started to classify commits based on their commit message and content. As I've started working on various systems automating bug state as commits are landed, I've realized that the concept of "CommitClasses" is a more broadly applicable one. We should break out `git-webkit pickable`'s concept of "CommitClasses" into a seperate object and command, allowing systems to query a commit's class outside of `git-webkit pickable`.
Comment 1 Radar WebKit Bug Importer 2023-02-06 16:57:01 PST
<rdar://problem/105105664>
Comment 2 Jonathan Bedard 2023-02-06 17:00:08 PST
Pull request: https://github.com/WebKit/WebKit/pull/9724
Comment 3 EWS 2023-02-14 13:52:44 PST
Committed 260273@main (45adfd10be41): <https://commits.webkit.org/260273@main>

Reviewed commits have been landed. Closing PR #9724 and removing active labels.
Comment 4 EWS 2023-02-28 17:23:52 PST
Committed 259548.325@safari-7615-branch (11967fdfdf39): <https://commits.webkit.org/259548.325@safari-7615-branch>

Reviewed commits have been landed. Closing PR #421 and removing active labels.