BigW Consortium Gitlab

  1. 16 Mar, 2017 1 commit
  2. 23 Feb, 2017 4 commits
  3. 05 Jan, 2017 1 commit
    • Do not check for valid url for .gitlab-ci.yml · 6ef6f9f2
      Z.J. van de Weg authored
      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.
  4. 14 Nov, 2016 1 commit
  5. 17 Oct, 2016 3 commits
  6. 19 Sep, 2016 2 commits