gitlab-org--gitlab-foss/spec/lib/gitlab/ci
Z.J. van de Weg 6ef6f9f205 Do not check for valid url for .gitlab-ci.yml
Until this commit, GitLab would check if the URL in your .gitlab-ci.yml
would be valid and adressable. However, this approach is rather limited.

To begin, the URL couldn't be http://example:$PORT/my-project, as the
PORT value would be interpolated after checking if the URL was valid,
which its not. Also this gem will limit the amount of protocols allowed.

This commit doesn't check, at all, if the URL is valid. This is now the
responsablilty of the user. In my opion this is right, as the user
ultimately benefits from a correct URL, but also, its impossible to
cover all cases.
2017-01-05 19:59:10 +01:00
..
build Add Gitlab::Ci::Build::Credentials module with build credentials abstraction 2016-11-21 19:49:29 +01:00
config Do not check for valid url for .gitlab-ci.yml 2017-01-05 19:59:10 +01:00
status Update status group name for success with warnings 2016-12-16 20:03:44 +01:00
config_spec.rb Return default config value when entry is undefined 2016-06-22 14:26:33 +02:00
pipeline_duration_spec.rb Sort by database, feedback: 2016-09-06 19:36:07 +08:00
trace_reader_spec.rb Make various trace methods take last_lines argument: 2016-09-21 16:12:32 +08:00