1. 12 2月, 2020 1 次提交
  2. 15 11月, 2019 1 次提交
  3. 24 9月, 2019 1 次提交
  4. 21 8月, 2019 1 次提交
    • D
      Introducing new Syntax for Ci::Build inclusion rules · ac77bb93
      drew 提交于
      - 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