Skip to content

Revert "Prevent editing commits" feature

Mayra Cabrera requested to merge revert-allow-editing-commit-changes into master

What does this MR do?

On &4983 (closed), we toyed with the idea of allowing editing commits on unprotected branches to support generating Changelog based on merge requests.

Rollout of the new changelog workflow was completed successfully &4983 (comment 631424441), so the feature is no longer required. It can be re-added later if necessary.

This MR:

  • Reverts !51235 (merged)
  • Reverts !49152 (merged)
  • Makes db/migrate/20201203144655_add_allow_to_edit_commit_to_project_settings.rb no-op and ignores allow_editing_commit_messages. Issue to remove the column and ignore_column statement #336783 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mayra Cabrera

Merge request reports