1. 08 Mar, 2019 1 commit
    • Yorick Peterse's avatar
      Move EE specific code out of API::API · c2110e14
      Yorick Peterse authored
      This moves all EE specific code out of API::API and into
      EE::API::Endpoints.
      
      This involves a hack to mount API::MergeRequestApprovals, which seems to
      be order dependant. Mounting this API using EE::API::Endpoints will
      result in spec failures, so instead we mount it when we prepend
      EE::API::MergeRequests into API::MergeRequests.
      c2110e14
  2. 06 Mar, 2019 39 commits