change-metrics / monocle

Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
https://changemetrics.io
GNU Affero General Public License v3.0
377 stars 58 forks source link

Use `committedDate` for ChangeCommitForcePushedEvent's `created_at` field #1076

Closed morucci closed 1 year ago

morucci commented 1 year ago

Also this change uses committedDate for ChangeCommitPushedEvent's created_at instead of pushedDate which is deprecated.

fix #1074

leonid-deriv commented 1 year ago

so both ChangeCommittedPushedEvent and ChangeCommitForcePushedEvent are covered? Ignore the question - I have looked at the code