BigW Consortium Gitlab

  1. 19 Apr, 2018 1 commit
  2. 05 Apr, 2018 1 commit
  3. 07 Mar, 2018 1 commit
    • Add discussion API · dcdfa04b
      Jan Provaznik authored
      * adds basic discussions API for issues and snippets
      * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
  4. 05 Mar, 2018 1 commit
  5. 03 Mar, 2018 1 commit
  6. 01 Mar, 2018 1 commit
  7. 13 Feb, 2018 1 commit
  8. 06 Feb, 2018 1 commit
  9. 24 Jan, 2018 1 commit
  10. 09 Jan, 2018 1 commit
  11. 04 Jan, 2018 1 commit
  12. 09 Nov, 2017 1 commit
  13. 02 Nov, 2017 1 commit
  14. 22 Oct, 2017 1 commit
  15. 12 Oct, 2017 1 commit
  16. 13 Sep, 2017 1 commit
  17. 07 Sep, 2017 3 commits
  18. 06 Sep, 2017 2 commits
  19. 04 Aug, 2017 1 commit
  20. 02 Aug, 2017 2 commits
  21. 27 Jul, 2017 1 commit
  22. 25 Jul, 2017 1 commit
  23. 21 Jul, 2017 1 commit
  24. 19 Jul, 2017 1 commit
  25. 28 Jun, 2017 1 commit
    • Initial attempt at refactoring API scope declarations. · 6f192250
      Timothy Andrew authored
      - Declaring an endpoint's scopes in a `before` block has proved to be
        unreliable. For example, if we're accessing the `API::Users` endpoint - code
        in a `before` block in `API::API` wouldn't be able to see the scopes set in
        `API::Users` since the `API::API` `before` block runs first.
      
      - This commit moves these declarations to the class level, since they don't need
        to change once set.
  26. 08 Jun, 2017 3 commits
    • Merge branch 'dz-api-x-frame' into 'security-9-2' · e1d1a524
      DJ Mountney authored
      Restrict API X-Frame-Options to same origin
      
      See merge request !2103
    • Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
    • Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney authored
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
  27. 06 Jun, 2017 1 commit
    • Introduce an Events API · ad3e180e
      Mark Fletcher authored
      * Meld the following disparate endpoints:
       * `/projects/:id/events`
       * `/events`
       * `/users/:id/events`
      + Add result filtering to the above endpoints:
       * action
       * target_type
       * before and after dates
  28. 31 May, 2017 1 commit
  29. 30 May, 2017 1 commit
  30. 25 May, 2017 1 commit
  31. 04 May, 2017 2 commits
  32. 22 Mar, 2017 1 commit
  33. 07 Mar, 2017 1 commit