gitlab-org--gitlab-foss/lib/ci/api
Rémy Coutable 5589dcf8db Fix a few places where autoloading would fail
- Fix naming of API::CommitStatuses
- Ensure we use require_dependency instead of require
- Ensure the namespace is right in lib/api/api.rb, otherwise, we
  might require Grape::API::Helpers which defines the `#params` method.
  This is to avoid requiring a file multiple times and getting an "Already
  initialized constant" error.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-10 11:51:19 +02:00
..
api.rb Fix a few places where autoloading would fail 2016-05-10 11:51:19 +02:00
builds.rb Fix Build#append_trace method usage when trace file doesn't exists yet 2016-04-20 11:54:06 +02:00
entities.rb Change dependencies.builds to depends_on_builds 2016-01-15 15:35:33 +01:00
helpers.rb Fix CI runner version not being properly updated when asking for a build 2016-01-27 12:04:54 +01:00
runners.rb Fix CI runner version not being properly updated when asking for a build 2016-01-27 12:04:54 +01:00
triggers.rb