1. 27 10月, 2018 1 次提交
  2. 11 9月, 2018 1 次提交
  3. 16 7月, 2018 1 次提交
  4. 13 2月, 2018 1 次提交
  5. 07 11月, 2017 1 次提交
    • T
      When deleting merged branches, ignore protected tags · ca3c8685
      Toon Claes 提交于
      In gitlab-org/gitlab-ce!13251 wildcard Protected Branches were handled
      properly when deleting all merged branches. But this fix wasn't that
      good. It also checked branch names against Protected Tags. That's not
      correct.
      
      This change will **only** check if there is a Protected Branch
      matching the merged branch, and ignores Protected Tags.
      
      Closes gitlab-org/gitlab-ce#39732.
      ca3c8685
  6. 19 9月, 2017 1 次提交
  7. 02 8月, 2017 1 次提交
  8. 04 7月, 2017 1 次提交
  9. 19 4月, 2017 1 次提交
  10. 22 11月, 2016 1 次提交
  11. 10 11月, 2016 1 次提交
    • T
      Add button to delete all merged branches · 1afab9eb
      Toon Claes 提交于
      It adds a button to the branches page that the user can use to delete
      all the branches that are already merged. This can be used to clean up
      all the branches that were forgotten to delete while merging MRs.
      
      Fixes #21076.
      1afab9eb