BigW Consortium Gitlab

  1. 01 Jun, 2016 1 commit
    • Add `sha` parameter to MR accept API · d863d86a
      Sean McGivern authored
      The `sha` parameter is optional, and when present, must match the
      current HEAD SHA of the source branch. Otherwise, the API call fails
      with a 409 Conflict and a message containing the current HEAD for the
      source branch.
      
      Also tidy up some doc wording.
  2. 31 May, 2016 1 commit
  3. 29 May, 2016 1 commit
  4. 25 May, 2016 1 commit
  5. 24 May, 2016 1 commit
  6. 23 May, 2016 1 commit
  7. 22 May, 2016 1 commit
  8. 20 May, 2016 2 commits
  9. 19 May, 2016 5 commits
  10. 16 May, 2016 2 commits
  11. 15 May, 2016 2 commits
  12. 14 May, 2016 1 commit
  13. 13 May, 2016 1 commit
  14. 12 May, 2016 1 commit
  15. 11 May, 2016 1 commit
  16. 10 May, 2016 3 commits
    • Fix notes API calls symbol convertions · 93ca5c99
      Felipe Artur authored
    • Restrict starred projects to viewable ones · 97424ea5
      Sean McGivern authored
      `User#starred_projects` doesn't perform any visibility checks. This has
      a couple of problems:
      
      1. It assumes a user can always view all of their starred projects in
         perpetuity (project not changed to private, access revoked, etc.).
      2. It assumes that we'll only ever allow a user to star a project they
         can view. This is currently the case, but bugs happen.
      
      Add `User#viewable_starred_projects` to filter the starred projects by
      those the user either has explicit access to, or are public or
      internal. Then use that in all places where we list the user's starred
      projects.
    • Fix a few places where autoloading would fail · 5589dcf8
      Rémy Coutable authored
      - Fix naming of API::CommitStatuses
      - Ensure we use require_dependency instead of require
      - Ensure the namespace is right in lib/api/api.rb, otherwise, we
        might require Grape::API::Helpers which defines the `#params` method.
        This is to avoid requiring a file multiple times and getting an "Already
        initialized constant" error.
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  17. 09 May, 2016 3 commits
  18. 04 May, 2016 1 commit
  19. 29 Apr, 2016 1 commit
  20. 26 Apr, 2016 1 commit
  21. 25 Apr, 2016 4 commits
  22. 20 Apr, 2016 3 commits
  23. 18 Apr, 2016 2 commits