An error occurred fetching the project authors.
  1. 09 Sep, 2019 1 commit
  2. 20 Aug, 2019 1 commit
    • 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
  3. 14 Aug, 2019 1 commit
  4. 13 Aug, 2019 1 commit
    • Kamil Trzciński's avatar
      Require `needs:` to be present · 93e95182
      Kamil Trzciński authored
      This changes the `needs:` logic to require
      that all jobs to be present. Instead of skipping
      do fail the pipeline creation if `needs:` dependency
      is not found.
      93e95182
  5. 04 Aug, 2019 1 commit
  6. 02 Aug, 2019 1 commit
  7. 16 Jul, 2019 1 commit
  8. 11 Jul, 2019 2 commits
  9. 21 Jun, 2019 1 commit
  10. 25 Jan, 2019 1 commit
  11. 04 Jan, 2019 1 commit
    • Kamil Trzciński's avatar
      Add config_options|variables to BuildMetadata · 0103d5be
      Kamil Trzciński authored
      These are data columns that store runtime configuration
      of build needed to execute it on runner and within pipeline.
      
      The definition of this data is that once used, and when no longer
      needed (due to retry capability) they can be freely removed.
      
      They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
      support for json datatype on old enough version).
      0103d5be
  12. 08 Dec, 2018 1 commit
  13. 30 Oct, 2018 1 commit
  14. 27 Oct, 2018 1 commit
  15. 23 Mar, 2018 1 commit
  16. 22 Mar, 2018 2 commits