BigW Consortium Gitlab

  1. 17 May, 2017 1 commit
  2. 13 May, 2017 1 commit
  3. 11 May, 2017 1 commit
  4. 23 Feb, 2017 1 commit
  5. 21 Nov, 2016 1 commit
    • Unify detecting of special repository files · df5548e1
      Yorick Peterse authored
      This moves the logic of detecting special repository files (e.g. a
      README or a Koding configuration file) to a single class:
      Gitlab::FileDetector. Moving this logic into a single place allows this
      to be re-used more easily.
      
      This commit also changes Repository#gitlab_ci_yaml so that its cached
      similar to other data (e.g. the Koding configuration file).