BigW Consortium Gitlab

  1. 11 Jan, 2017 1 commit
  2. 09 Jan, 2017 4 commits
  3. 05 Jan, 2017 1 commit
  4. 03 Jan, 2017 2 commits
  5. 15 Dec, 2016 3 commits
  6. 10 Dec, 2016 3 commits
  7. 09 Dec, 2016 1 commit
  8. 06 Dec, 2016 1 commit
  9. 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
  10. 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.
  11. 29 Nov, 2016 2 commits
  12. 26 Nov, 2016 1 commit
  13. 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.
  14. 09 Nov, 2016 1 commit
  15. 01 Nov, 2016 2 commits
  16. 28 Oct, 2016 1 commit
  17. 25 Oct, 2016 5 commits
  18. 19 Oct, 2016 8 commits