An error occurred fetching the project authors.
  1. 07 Jun, 2016 1 commit
  2. 06 Jun, 2016 3 commits
  3. 03 Jun, 2016 2 commits
    • Grzegorz Bizon's avatar
      Extract CI config YAML parser to a separate class · d2b708ac
      Grzegorz Bizon authored
      With this approach it would be easier to add different sources of
      configuration, that we do not necessairly have to be in YAML format.
      d2b708ac
    • Grzegorz Bizon's avatar
      Add gitlab ci configuration class that holds hash · d501850e
      Grzegorz Bizon authored
      As for now, we keep this class inside a oryginal config processor class.
      We will move implementation to this class and delegate to it from
      current config processor.
      
      After original gitlab ci yaml processor not longer has relevant
      impelemntation we will replace it with new configuration class.
      d501850e