Find a review on Gerrit¶
For finding an existing review (patch), there are several possibilities. Use whatever is most convenient for you or what fits your needs.
Forger¶
In any case, you can use Forger to search for the review.
Examples:
- select Reviews : All to view and filter for reviews
- Sprints Reviews to see a board of all open patches by type (Bugs, Tasks, Features)
- Sprints TYPO3-Core to see a board of all open core issues by type (Next patchlevel, Regressions)
Email notification¶
If you are in any way involved in the review (e.g. you are author, reviewer or you made changes), you will get a notification about it to your email address. The notification contains a link.
Gerrit: Your Changes¶
For your own patches, go to Gerrit and select Your: Changes.
Gerrit: Open Changes¶
Select Changes : Open to get the latest changes or changes with recent modifications.
Gerrit: Search¶
Or use the search box on Gerrit
GitHub: Links to Gerrit¶
Each commit to the TYPO3 Git repository comes with some metadata linking issue and patch reviews, for example:
[TASK] Provide PSR-7 Request in PolicyMutatedEvent
For additional context does the PolicyMutatedEvent
now provide the current PSR-7 Request.
Resolves: #104141
Releases: main, 12.4
Change-Id: I1817366e77f20f6c43eef0ee209fbb419e7237e2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84913
Tested-by: Lorem Ipsum <example@example.com>
Reviewed-by: Lorem Ipsum <example@example.com>
Tested-by: core-ci <typo3@example.com>
The line Resolves
contains the Forge issue id.
The line Reviewed-
contains the link to the gerrit patch.
Forge¶
Once a patch has been pushed for an issue, the corresponding issue on Forge will contain comments with the topic "Updated by Gerrit Code Review ..." and a link to the review on Gerrit.