An error occurred fetching the project authors.
  1. 10 Dec, 2019 1 commit
  2. 27 Nov, 2019 1 commit
  3. 22 Nov, 2019 1 commit
  4. 08 Nov, 2019 2 commits
  5. 01 Nov, 2019 1 commit
  6. 29 Oct, 2019 1 commit
  7. 28 Oct, 2019 1 commit
  8. 16 Sep, 2019 1 commit
  9. 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
  10. 13 Aug, 2019 1 commit
  11. 01 Aug, 2019 1 commit
    • Kamil Trzciński's avatar
      Add support for DAG · e7ee84aa
      Kamil Trzciński authored
      This implements the support for `needs:` keyword
      as part of GitLab CI. That makes some of the jobs
      to be run out of order.
      e7ee84aa
  12. 26 Jul, 2019 1 commit
  13. 18 Jun, 2019 1 commit
    • Kamil Trzciński's avatar
      Introduce default: for gitlab-ci.yml · 505d71ec
      Kamil Trzciński authored
      This moves all existing `image/services/before_script/variables`
      into `default:`. This allows us to easily add a default and
      top-level entries. `default`: is keep backward compatible: to
      be considered to be job if `default:script:` is specified. This
      behavior should be removed.
      
      All existing `image/services/before_script/variables` are properly
      handled in root context.
      505d71ec
  14. 05 Jun, 2019 1 commit
  15. 14 Jan, 2019 1 commit
  16. 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
  17. 13 Dec, 2018 1 commit
  18. 04 Dec, 2018 1 commit
    • Shinya Maeda's avatar
      Define the default value for only/except policies · ad957a3f
      Shinya Maeda authored
      Currently, if a job does not have only/except policies, the policy is considered as an unspecified state, and therefore the job is executed regardless of how it's executed and which branch/tags are targetted.
      Ideally, this should be specified as only: ['branches', 'tags'], as it indicates that unspecified policy jobs are meant to run on any git references.
      ad957a3f
  19. 08 Nov, 2018 1 commit
    • Kamil Trzciński's avatar
      Limit parallel to 100 · 036c9c58
      Kamil Trzciński authored
      This prevents some of the abusive behaviors, of someone putting 100000 and creating out of memory condition easily
      036c9c58
  20. 07 Nov, 2018 6 commits
  21. 27 Oct, 2018 1 commit
  22. 26 Oct, 2018 1 commit
  23. 04 Oct, 2018 1 commit
  24. 02 Oct, 2018 1 commit
  25. 05 Sep, 2018 1 commit
  26. 19 Jul, 2017 1 commit
  27. 17 Jul, 2017 1 commit
  28. 05 Jul, 2017 1 commit
  29. 14 Jun, 2017 1 commit
  30. 12 Jun, 2017 1 commit
  31. 06 Mar, 2017 1 commit
    • Grzegorz Bizon's avatar
      Ignore job by default if it is a manual action · 66dd2096
      Grzegorz Bizon authored
      This makes it possible to maintain backwards compatibility with configs
      created when manual actions were non-blocking.
      
      From now manual actions are blocking if configured with `allow_failure:
      false`, otherwise manual actions are optional, and their status is
      ignored.
      66dd2096
  32. 03 Mar, 2017 1 commit
  33. 02 Mar, 2017 1 commit
    • Lin Jen-Shin's avatar
      Set default cache key for jobs, detail: · 6e032d7b
      Lin Jen-Shin authored
      * Replace Unspecified with a field so that it's less surprising
      * Define inspect for Node for easy debugging (and avoid building
        a very huge string potentially from built-in inspect)
      * Set default cache key to 'default'
      6e032d7b
  34. 23 Feb, 2017 1 commit
    • Douwe Maan's avatar
      Revert "Enable Style/DotPosition" · 56de781a
      Douwe Maan authored
      This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9.
      
      # Conflicts:
      #	.rubocop.yml
      #	.rubocop_todo.yml
      #	lib/gitlab/ci/config/entry/global.rb
      #	lib/gitlab/ci/config/entry/jobs.rb
      #	spec/lib/gitlab/ci/config/entry/factory_spec.rb
      #	spec/lib/gitlab/ci/config/entry/global_spec.rb
      #	spec/lib/gitlab/ci/config/entry/job_spec.rb
      #	spec/lib/gitlab/ci/status/build/factory_spec.rb
      #	spec/lib/gitlab/incoming_email_spec.rb
      56de781a