Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Requested by our users, we added an option in the Merge check settings, to allow repository admins to merge pull requests, even if the Merge checks are not fulfilled.
This should be used sparsely but can be valuable if e.g. a Code Owner is not available, but the pull request should be merged to not block further progress.

Changelog

Resolved issues in 3.0.3 on

  • Fix combined use of CodeOwners with Default reviewers from Bitbucket

    • Earlier 3.x versions are not compatible with Default reviewers feature

  • Fix Merge checks for rules with individual users, if group merge check is active.

    • If  CodeOwners merge checks are active, any user which is mentioned individually in a active code owner rule, must approve, before pull request can be merged.

    • There was a bug in the group based Merge check validation. If an individual user was also member of a active group rule, the check did not enforce the approval of this individual, if other group members have approved.

  • Improved formatting of CodeOwners active rules explanation in pull request comments and tool-tips.

  • Improved positioning of CodeOwners avatar decorations (Bitbucket 7.9.x and newer)

Resolved issues in 3.0.2 on

  • Fix installation problem of 3.0.0 artifact.

    • Automatic Marketplace upload broke the release artifact.

...