BigW Consortium Gitlab

  1. 10 Feb, 2017 1 commit
  2. 08 Feb, 2017 1 commit
  3. 07 Feb, 2017 4 commits
  4. 11 Jan, 2017 1 commit
  5. 09 Jan, 2017 4 commits
  6. 05 Jan, 2017 1 commit
  7. 03 Jan, 2017 2 commits
  8. 15 Dec, 2016 3 commits
  9. 10 Dec, 2016 3 commits
  10. 09 Dec, 2016 1 commit
  11. 06 Dec, 2016 1 commit
  12. 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
  13. 01 Dec, 2016 2 commits
    • API: Endpoint to expose personal snippets as /snippets · fde754e2
      Guyzmo authored
      Adding the necessary API for the new /snippets Restful resource
      added with this commit. Added a new Grape class `Snippets`, as
      well as a `PersonalSnippet` entity.
      
      Issue: #20042
      Merge-Request: !6373
      Signed-off-by: 's avatarGuyzmo <guyzmo+gitlab+pub@m0g.net>
    • Count all issuable states at once · 8ee07280
      Sean McGivern authored
      Instead of doing n queries for n states, do one query to get all the
      counts grouped by state, and figure out what the count is for each state
      is from that. We can still cache the individual counts (it can't hurt),
      but this will help with initial load.
      
      Note that the `opened` scope on `Issuable` includes the `opened` and
      `reopened` states, which is why there's a special case.
  14. 29 Nov, 2016 2 commits
  15. 26 Nov, 2016 1 commit
  16. 16 Nov, 2016 1 commit
    • Limit labels returned for a specific project as an administrator · c4447415
      Robert Speicher authored
      Prior, an administrator viewing a project's Labels page would see _all_
      labels from every project they had access to, rather than only the
      labels of that specific project (if any).
      
      This was not an information disclosure, as admins have access to
      everything, but it was a performance issue.
  17. 09 Nov, 2016 1 commit
  18. 01 Nov, 2016 2 commits
  19. 28 Oct, 2016 1 commit
  20. 25 Oct, 2016 5 commits
  21. 19 Oct, 2016 2 commits