BigW Consortium Gitlab

  1. 12 Jun, 2017 1 commit
  2. 25 Jan, 2017 4 commits
  3. 14 Nov, 2016 1 commit
  4. 29 Jul, 2016 1 commit
  5. 19 Jul, 2016 1 commit
  6. 18 Jul, 2016 2 commits
  7. 13 Jul, 2016 1 commit
  8. 08 Jul, 2016 1 commit
  9. 29 Jun, 2016 1 commit
  10. 24 Jun, 2016 2 commits
  11. 22 Jun, 2016 1 commit
  12. 21 Jun, 2016 1 commit
  13. 17 Jun, 2016 2 commits
    • Add first custom validator for new ci config · d9ca8401
      Grzegorz Bizon authored
      This follows a standard `ActiveModel` pattern of creating a custom
      validators. We use `ActiveModel::EachValidator` here that reuses methods
      provided by `LegacyValidationHelpers`.
      
      We will remove `LegacyValidationHelpers` on some point in the future, at
      the later stages of CI configuration refactoring. It may be possible
      to rewrite custom validators to use format like:
      
      `validates :config, array_of: String`