BigW Consortium Gitlab

  1. 19 May, 2017 1 commit
  2. 12 May, 2017 1 commit
  3. 11 May, 2017 1 commit
  4. 08 May, 2017 1 commit
  5. 04 May, 2017 1 commit
  6. 18 Apr, 2017 1 commit
  7. 06 Apr, 2017 2 commits
  8. 03 Apr, 2017 1 commit
  9. 16 Mar, 2017 1 commit
  10. 22 Feb, 2017 1 commit
  11. 09 Feb, 2017 1 commit
    • Removed jQuery UI highlight & autocomplete · cd5bee0d
      Phil Hughes authored
      In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
  12. 23 Jan, 2017 2 commits
  13. 13 Jan, 2017 1 commit
  14. 09 Jan, 2017 1 commit
  15. 31 Dec, 2016 3 commits
  16. 28 Dec, 2016 2 commits
  17. 28 Nov, 2016 1 commit
  18. 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.
  19. 04 Nov, 2016 1 commit
  20. 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`.
  21. 26 Oct, 2016 1 commit
  22. 12 Oct, 2016 1 commit
  23. 05 Oct, 2016 1 commit
  24. 02 Sep, 2016 1 commit
  25. 24 Aug, 2016 1 commit
  26. 17 Aug, 2016 2 commits
  27. 16 Aug, 2016 2 commits
  28. 15 Aug, 2016 1 commit
  29. 11 Aug, 2016 2 commits
  30. 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'`.
  31. 26 Jul, 2016 1 commit