BigW Consortium Gitlab

  1. 18 Mar, 2016 1 commit
  2. 17 Mar, 2016 2 commits
  3. 16 Mar, 2016 1 commit
  4. 12 Mar, 2016 3 commits
  5. 11 Mar, 2016 3 commits
  6. 10 Mar, 2016 3 commits
  7. 07 Mar, 2016 1 commit
  8. 03 Mar, 2016 1 commit
  9. 18 Feb, 2016 4 commits
  10. 15 Feb, 2016 2 commits
  11. 12 Feb, 2016 1 commit
    • Fix relative links in other markup formats · e919b5a4
      Ben Boeckel authored
      - Apply the RelativeLinkFilter filter to other formats, e.g.,
        reStructuredText so links from the Files view or the Project view work
      - Remove the AsciidocPipeline pipeline
      
      Fixes #3533.
  12. 11 Feb, 2016 1 commit
    • Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev authored
      - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`,
        `path_with_namespace` and `default_branch` in `project` in push, issue,
        merge-request and note webhooks data
      - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in
        favor of `git_http_url` in `project` for push, issue, merge-request and
        note webhooks data
      - Deprecate the `repository` key in push, issue, merge-request and
        note webhooks data, use `project` instead
  13. 05 Feb, 2016 2 commits
  14. 02 Feb, 2016 3 commits
  15. 01 Feb, 2016 1 commit
  16. 30 Jan, 2016 1 commit
  17. 29 Jan, 2016 1 commit
  18. 28 Jan, 2016 1 commit
  19. 26 Jan, 2016 1 commit
  20. 25 Jan, 2016 1 commit
    • Correct arity for instrumented methods w/o args · b74308c0
      Yorick Peterse authored
      This ensures that an instrumented method that doesn't take arguments
      reports an arity of 0, instead of -1.
      
      If Ruby had a proper method for finding out the required arguments of a
      method (e.g. Method#required_arguments) this would not have been an
      issue. Sadly the only two methods we have are Method#parameters and
      Method#arity, and both are equally painful to use.
      
      Fixes gitlab-org/gitlab-ce#12450
  21. 20 Jan, 2016 5 commits
  22. 19 Jan, 2016 1 commit