BigW Consortium Gitlab

  1. 09 Nov, 2016 1 commit
    • Add button to delete all merged branches · 1afab9eb
      Toon Claes authored
      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.
  2. 04 Nov, 2016 1 commit
  3. 28 Oct, 2016 1 commit
    • Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez authored
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
  4. 26 Oct, 2016 1 commit
  5. 12 Oct, 2016 1 commit
  6. 05 Oct, 2016 1 commit
  7. 02 Sep, 2016 1 commit
  8. 24 Aug, 2016 1 commit
  9. 17 Aug, 2016 2 commits
  10. 16 Aug, 2016 2 commits
  11. 15 Aug, 2016 1 commit
  12. 11 Aug, 2016 2 commits
  13. 28 Jul, 2016 2 commits
    • Fix the title of the toggle dropdown button · 94e6d51e
      Herminio Torres authored
      Before when you choose the way of `sort` instead it display the title correctly it was just apply the humanize helper in sort value.
      
      E.g.
      
      When you choose `Last updated` it should display the title `Last updated` instead of `Recently updated`. This fix makes this correctly displays the title.
      
      Change the implementation of the `link_to` `filter_branches_path`
      
      - Change the value of the `params[:sort]` in `link_to`. E.g. instead of using `'recently_updated'` is now using `sort_value_recently_updated`.
      
      - Change the values of the case in the `branches_sorted_by` method for the values it receives in the `params[:sort]` that are: `nil`, `'name'`, `'updated_desc'`, `'updated_asc'`.
  14. 26 Jul, 2016 1 commit
  15. 24 Jul, 2016 1 commit
  16. 21 Jul, 2016 1 commit
  17. 19 Jul, 2016 4 commits
  18. 18 Jul, 2016 6 commits
  19. 30 Jun, 2016 1 commit
  20. 17 Jun, 2016 1 commit
  21. 08 Jun, 2016 2 commits
  22. 07 Jun, 2016 1 commit
  23. 03 Jun, 2016 3 commits
  24. 26 May, 2016 1 commit
  25. 04 May, 2016 1 commit