Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-7129

Email notifications: the message 'and more commits' is missing when there is more than 5 commits for batched notifications

    XMLWordPrintable

Details

    Description

      This is because the rescope processor caps the number of both the added and removed commits to 5.

      As a result, PullRequestRescopeActivity.getAdded().getChangesets() and PullRequestRescopeActivity.getRemoved().getChangesets() will always return at most 5 changesets. (The counts PullRequestRescopeActivity.getAdded().getTotal() and PullRequestRescopeActivity.getRemoved().getTotal() are always correct though.)

      Attachments

        Activity

          People

            pepoirot Pierre-Etienne Poirot (Inactive)
            pepoirot Pierre-Etienne Poirot (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: