An error occurred fetching the project authors.
  1. 16 Nov, 2020 1 commit
  2. 12 Nov, 2020 1 commit
  3. 17 Nov, 2019 1 commit
    • drew's avatar
      Created Workflow::Rules configuration · 51ec4902
      drew authored
      - Added Gitlab::Ci::Pipeline::Chain::EvaluateWorkflowRules
      - Basic E2E spec for skipping Pipelines via workflow:rules
      - CI config validation for workflow:rules
      51ec4902
  4. 20 Aug, 2019 2 commits
    • drew's avatar
      Introducing new Syntax for Ci::Build inclusion rules · ac77bb93
      drew authored
      - Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule
        to handle lists of Rule objects to be evalauted for job inclusion
      - Added `if:` and `changes:` as available Rules::Rule::Clause classes
      - Added Rules handling logic to Seed::Build#included? with extra specs
      - Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
      ac77bb93
    • drew's avatar
      Introducing new Syntax for Ci::Build inclusion rules · ac449a8c
      drew authored
      - Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule
        to handle lists of Rule objects to be evalauted for job inclusion
      - Added `if:` and `changes:` as available Rules::Rule::Clause classes
      - Added Rules handling logic to Seed::Build#included? with extra specs
      - Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
      ac449a8c