Skip to content

Refactor for re-usability for future MR's

Ash McKenzie requested to merge ash.mckenzie/minor-tidy-up into master

Description

  • Moves HTTP logic out into a HTTPHelper so it can be re-used
  • Support HTTP headers for get() and post() methods
  • Support the ability to send JSON content
  • Bump rspec and resolve deprecations
  • Improve test coverage

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/6533

Edited by Ash McKenzie

Merge request reports