BigW Consortium Gitlab

  1. 23 Feb, 2017 4 commits
  2. 16 Feb, 2017 2 commits
  3. 09 Feb, 2017 1 commit
  4. 05 Dec, 2016 1 commit
    • Fix Archived project merge requests add to group's Merge Requests · 4d26ab28
      Jacopo authored
      counter
      
      This is done by:
       - Extending the IssuableFinder adding the non_archived option to the params
       - Overriding the #filter_params in the MergeRequestsAction
       - Passing the non_archived param in the nav/_group.html.haml navbar
         partial from the groups/merge_requests.html.haml
  5. 18 Nov, 2016 1 commit
  6. 22 Sep, 2016 1 commit
  7. 20 Sep, 2016 1 commit
  8. 01 Aug, 2016 1 commit
    • State specific default sort order for issuables · 84a3225b
      zs authored
      Provide more sensible default sort order for issues and merge requests
      based on the following table:
      
      | type           | state  | default sort order |
      |----------------|--------|--------------------|
      | issues         | open   | last created       |
      | issues         | closed | last updated       |
      | issues         | all    | last created       |
      | merge requests | open   | last created       |
      | merge requests | merged | last updated       |
      | merge requests | closed | last updated       |
      | merge requests | all    | last created       |
  9. 19 Mar, 2016 1 commit
  10. 02 Mar, 2016 1 commit
  11. 19 Feb, 2016 1 commit
  12. 17 Feb, 2016 1 commit
    • Label description and Label row · 2e81b155
      Tap authored
      - Add label description
      - Show label row when filtering issues or merge requests by label
  13. 17 Nov, 2015 1 commit