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://demo.changemetrics.io/
GNU Affero General Public License v3.0
362 stars 56 forks source link

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

Closed morucci closed 8 months ago

morucci commented 8 months ago

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

fix #1074

leonid-deriv commented 8 months ago

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