Skip to content
Snippets Groups Projects
  1. Mar 26, 2018
  2. Nov 18, 2016
  3. Nov 14, 2016
  4. Aug 25, 2016
  5. Jul 15, 2016
  6. Jul 08, 2016
  7. Jul 05, 2016
  8. Jun 29, 2016
  9. Jun 23, 2016
  10. Jun 22, 2016
  11. Jun 21, 2016
  12. Jun 16, 2016
  13. Jun 15, 2016
  14. Jun 09, 2016
  15. Jun 07, 2016
  16. Jun 06, 2016
  17. Jun 03, 2016
    • 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
Loading