Skip to content
  • Georges Racinet's avatar
    Merged upstream v14.0.0 into heptapod-stable branch · eaf3be02fbc4
    Georges Racinet authored
    In the process of bumping the heptapod branch to v14.1, we found
    that upstream was enforcing a stop at 14.0 for migrated instances.
    Hence we are for once bumping the stable series of Heptapod directly
    to 14.0 instead of the usual propagation of new versions from
    the heptapod branch to the heptapod-stable branch.
    
    Various notes and remarks:
    
      - app/models/merge_request.rb: `open_and_locked` scope seems to have
        been added by mistake in b424a93fdfc0 (merge with GitLab 13.3) and
        had never been used.
      - the rename of project services as integrations (same terminology
        as in the UI is complete)
      - `GitLab::Checks:ChangeAccess` split in `ChangesAccess` (plural)
        and `SingleChangeAccess`
        and `SingleChangeAccess`
      - #524: in the "import by URL" pages, we remove the alert if
        the URL doesn't end in `.git`, which was milder in GitLab 14.0
        than GitLab 13.12 anyway (manually tested to be ok).
      - Branches view has changed, gaining a new confirmation modal for
        deletion (Git only). Adapted with a conditional on VCS Type,
        manually tested (quickly) for both Mercurial and Git projects.
      - Gitaly protocol files are now in the separate `v14` Go subpackage
    eaf3be02fbc4