Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 675b03ad0fde8ec9116b51a893f8766e3cf84871
https://github.com/WebKit/WebKit/commit/675b03ad0fde8ec9116b51a893f8766e3cf84871
Author: Brianna Fan <[email protected]>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/github.py
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/bugzilla.py
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py
M
Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/bugzilla_unittest.py
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/github_unittest.py
M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py
Log Message:
-----------
[webkitbugspy] Add ability to set see_also field for bugs
rdar://151183507
https://bugs.webkit.org/show_bug.cgi?id=292893
Reviewed by Jonathan Bedard and Sam Sneddon.
Set the 'see_also' field in bugzilla by calling Issue.add_related_link.
This should be passed in as a list of string URLs.
'see_also' is stored in Issue.related_links as a new property since links that
are not currently
tracked by webkitbugspy (GitHub, etc.) would not be populated in
Issue.references.
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py:
(Tracker.populate):
(Tracker.set):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/github.py:
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py:
(Issue.__init__):
(Issue):
(Issue.related_links):
(Issue.add_related_links):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/bugzilla.py:
(Bugzilla._issue):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py:
(Tracker.populate):
(Tracker.set):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/bugzilla_unittest.py:
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/github_unittest.py:
(test_source_changes):
(test_related_links):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py:
Canonical link: https://commits.webkit.org/295169@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes