Bug 239133 - We should have use-case based reverse lookup page for various git-webkit use
Summary: We should have use-case based reverse lookup page for various git-webkit use
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: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2022-04-12 11:24 PDT by Yusuke Suzuki
Modified: 2022-06-28 10:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2022-04-12 11:24:47 PDT
Currently, we are not sure how to use the new git-webkit and how it can be used to do the thing done in webkit-patch.
We should have wiki reverse lookup use-case wiki page, like as follows,

1. I have a change in main branch. How can I open a bugzilla for this change, upload a change as a PR, and connect the PR to the opened bugzilla?

```
git webkit ...
```

2. I have an opened bugzilla, and I would like to upload my local `eng/xxx` change to GitHub for review and connect the PR to the already opened bugzilla

```
...
```
Comment 1 Jonathan Bedard 2022-04-12 13:18:50 PDT
(In reply to Yusuke Suzuki from comment #0)
> Currently, we are not sure how to use the new git-webkit and how it can be
> used to do the thing done in webkit-patch.
> We should have wiki reverse lookup use-case wiki page, like as follows,
> 
> 1. I have a change in main branch. How can I open a bugzilla for this
> change, upload a change as a PR, and connect the PR to the opened bugzilla?
> 
> ```
> git webkit ...
> ```
> 
> 2. I have an opened bugzilla, and I would like to upload my local `eng/xxx`
> change to GitHub for review and connect the PR to the already opened bugzilla
> 
> ```
> ...
> ```

Both of these are `git-webkit pr`, although the "open a bugzilla" prompts have not been implemented yet. PRs are linked to bugzillas based on commit message content, you can see is in https://github.com/WebKit/WebKit/pull/274 / https://bugs.webkit.org/show_bug.cgi?id=237863.

The reverse-look up is a good idea, though, more complicated things like `webkit-patch apply-attachment` have parallels, but they're not obvious.
Comment 2 Radar WebKit Bug Importer 2022-04-19 11:25:37 PDT
<rdar://problem/91974332>
Comment 3 Jonathan Bedard 2022-06-28 10:02:43 PDT
Added the reverse look-up table: https://github.com/WebKit/WebKit/wiki/Migration#webkit-patch-reverse-look-up