An error occurred fetching the project authors.
  1. 29 Jul, 2016 1 commit
  2. 19 Jul, 2016 1 commit
  3. 18 Jul, 2016 2 commits
  4. 13 Jul, 2016 1 commit
  5. 08 Jul, 2016 1 commit
  6. 29 Jun, 2016 1 commit
  7. 24 Jun, 2016 2 commits
  8. 22 Jun, 2016 1 commit
  9. 21 Jun, 2016 1 commit
  10. 17 Jun, 2016 2 commits
    • Grzegorz Bizon's avatar
      44b00a1e
    • Grzegorz Bizon's avatar
      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`
      d9ca8401