BigW Consortium Gitlab

  1. 10 Dec, 2016 8 commits
  2. 09 Dec, 2016 4 commits
  3. 08 Dec, 2016 4 commits
  4. 07 Dec, 2016 6 commits
  5. 06 Dec, 2016 13 commits
  6. 05 Dec, 2016 5 commits
    • Feature: delegate all open discussions to Issue · 1123057a
      Bob Van Landuyt authored
      When a merge request can only be merged when all discussions are
      resolved. This feature allows to easily delegate those discussions to a
      new issue, while marking them as resolved in the merge request.
      
      The user is presented with a new issue, prepared with mentions of all
      unresolved discussions, including the first unresolved note of the
      discussion, time and link to the note.
      
      When the issue is created, the discussions in the merge request will get
      a system note directing the user to the newly created issue.
    • Remove admin.scss · a219158e
      Annabel Dunstone Gray authored
    • 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
    • Add excoveralls example · b93a7dc1
      PotHix authored
      There was no example for Elixir in gitlab-ci examples, this commit adds
      the missing example.
      
      excoveralls repository was pointing to an old example that doesn't exist
      anymore.