[webkit-changes] [WebKit/WebKit] d7bdf6: [webkitbugspy] Implement ability to relate radars

Brianna Fan noreply at github.com
Fri Jan 19 16:03:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d7bdf653cbd118b1081198813b8ea6c16bd6a4ae
      https://github.com/WebKit/WebKit/commit/d7bdf653cbd118b1081198813b8ea6c16bd6a4ae
  Author: Brianna Fan <bfan2 at apple.com>
  Date:   2024-01-19 (Fri, 19 Jan 2024)

  Changed paths:
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/radar.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/radar_unittest.py

  Log Message:
  -----------
  [webkitbugspy] Implement ability to relate radars
rdar://120013230
https://bugs.webkit.org/show_bug.cgi?id=266790

Reviewed by Jonathan Bedard.

You can now create and modify relationships between radars using radarclient!
Added mocks for testing. Aligned bugzilla.relate functionality with radar.relate.

* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/radar.py:
(RadarModel.__init__):
(RadarModel.relationships):
(RadarModel.add_relationship):
(Radar.Relationship):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py:
(Tracker):
(Tracker.populate):
(Tracker.create_relationship):
(Tracker.relate):
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py:

Canonical link: https://commits.webkit.org/273248@main




More information about the webkit-changes mailing list