An error occurred fetching the project authors.
  1. 04 May, 2018 2 commits
  2. 29 Apr, 2018 1 commit
    • blackst0ne's avatar
      [Rails5] Fix `undefined method 'downcase'` errors in requests specs · ddc7620b
      blackst0ne authored
      In Rails 5.0 headers are no longer inherited from Hash.
      This commit fixes errors in requests specs like:
      
      ```
      1) API::V3::Builds GET /projects/:id/builds/:build_id/artifacts job with artifacts when artifacts are stored locally authorized user returns specific job artifacts
          Failure/Error: expect(response.headers).to include(download_headers)
      
          NoMethodError:
            undefined method `downcase' for #<Hash:0x000055e8bccc23b0>
          # ./spec/requests/api/v3/builds_spec.rb:235:in `block (6 levels) in <top (required)>'
      ```
      ddc7620b
  3. 13 Apr, 2018 1 commit
  4. 06 Apr, 2018 1 commit
  5. 05 Apr, 2018 2 commits
  6. 03 Apr, 2018 1 commit
  7. 28 Mar, 2018 8 commits
  8. 06 Mar, 2018 2 commits
  9. 28 Feb, 2018 8 commits
  10. 06 Feb, 2018 2 commits
  11. 05 Feb, 2018 1 commit
  12. 04 Feb, 2018 1 commit
  13. 01 Feb, 2018 1 commit
  14. 29 Jan, 2018 1 commit
  15. 11 Jan, 2018 1 commit
  16. 03 Dec, 2017 3 commits
  17. 30 Oct, 2017 1 commit
  18. 20 Oct, 2017 1 commit
  19. 03 Oct, 2017 2 commits