[webkit-changes] [WebKit/WebKit] 7a79ce: Add modified time to webkitbugspy.

Ben noreply at github.com
Wed Mar 20 16:13:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a79cecafe05309d0d3308c479fd62be0827809c
      https://github.com/WebKit/WebKit/commit/7a79cecafe05309d0d3308c479fd62be0827809c
  Author: Ben Schwartz <ben_schwartz at apple.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  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/mocks/data.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/github.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/github_unittest.py
    M Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py

  Log Message:
  -----------
  Add modified time to webkitbugspy.
https://bugs.webkit.org/show_bug.cgi?id=271272
rdar://125039020

Reviewed by Jonathan Bedard.

Currently, webkitbugspy does not have a method to retrieve the last modified time of an Issue
object. This change adds this information into the Issue object such that it is callable.

Added getters/setters for the new modified property:
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/bugzilla.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/github.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/issue.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/radar.py

Added the new modified property into the mocks:
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/bugzilla.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/data.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/github.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/mocks/radar.py

Added new webkitbugspy unit tests:
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/bugzilla_unittest.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/github_unittest.py
* Tools/Scripts/libraries/webkitbugspy/webkitbugspy/tests/radar_unittest.py

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list