BigW Consortium Gitlab

  1. 10 May, 2017 1 commit
  2. 06 May, 2017 1 commit
  3. 16 Mar, 2017 1 commit
  4. 06 Mar, 2017 1 commit
    • Ignore job by default if it is a manual action · 66dd2096
      Grzegorz Bizon authored
      This makes it possible to maintain backwards compatibility with configs
      created when manual actions were non-blocking.
      
      From now manual actions are blocking if configured with `allow_failure:
      false`, otherwise manual actions are optional, and their status is
      ignored.
  5. 03 Mar, 2017 3 commits
  6. 02 Mar, 2017 1 commit
    • Set default cache key for jobs, detail: · 6e032d7b
      Lin Jen-Shin authored
      * Replace Unspecified with a field so that it's less surprising
      * Define inspect for Node for easy debugging (and avoid building
        a very huge string potentially from built-in inspect)
      * Set default cache key to 'default'
  7. 23 Feb, 2017 8 commits
  8. 04 Feb, 2017 1 commit
  9. 25 Jan, 2017 5 commits
  10. 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.
  11. 22 Nov, 2016 2 commits
  12. 18 Nov, 2016 2 commits
  13. 14 Nov, 2016 2 commits
  14. 06 Jun, 2016 2 commits