Skip to content

Fix edited timestamp updated when transforming / resolving comments

Mycroft Kang requested to merge TaehyeokKang/gitlab:fix-edited-timestamp into master

What does this MR do?

This MR fixes edited timestamp updated when transforming / resolving comments without data migration.

Closes #27311 (closed)

Migrations

rake db:migrate

WARNING: This version of GitLab depends on gitlab-shell 13.17.0, but you're running 13.15.0. Please update gitlab-shell.
== 20210303053341 AddLastEditedAtAndLastEditedByIdToNotes: migrating ==========
-- add_column(:notes, :last_edited_at, :datetime_with_timezone)
   -> 0.0029s
== 20210303053341 AddLastEditedAtAndLastEditedByIdToNotes: migrated (0.0030s) =

rake db:rollback

WARNING: This version of GitLab depends on gitlab-shell 13.17.0, but you're running 13.15.0. Please update gitlab-shell.
== 20210303053341 AddLastEditedAtAndLastEditedByIdToNotes: reverting ==========
-- remove_column(:notes, :last_edited_at, :datetime_with_timezone)
   -> 0.0040s
== 20210303053341 AddLastEditedAtAndLastEditedByIdToNotes: reverted (0.0060s) =

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Mycroft Kang

Merge request reports