Skip to content
Snippets Groups Projects
  1. Oct 29, 2019
  2. Oct 28, 2019
  3. Sep 18, 2019
  4. Sep 16, 2019
  5. Sep 09, 2019
  6. Sep 05, 2019
    • Cédric Tabin's avatar
      New interruptible attribute supported in YAML parsing. · e195e486
      Cédric Tabin authored
      Since it is not possible to dynamically detect if a job is automatically
      cancellable or not, a this new attribute is necessary. Moreover, it let
      the maintainer of the repo to adjust the behaviour of the auto cancellation
      feature to match exactly what he needs.
      e195e486
  7. Aug 20, 2019
    • 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
  8. Aug 13, 2019
  9. Aug 01, 2019
    • Kamil Trzcińśki's avatar
      Add support for DAG · e7ee84aa
      Kamil Trzcińśki 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
  10. Jun 18, 2019
    • Kamil Trzcińśki's avatar
      Introduce default: for gitlab-ci.yml · 505d71ec
      Kamil Trzcińśki authored and Grzegorz Bizon's avatar Grzegorz Bizon committed
      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
  11. Jun 05, 2019
  12. Jan 25, 2019
  13. Jan 15, 2019
  14. Jan 14, 2019
  15. Jan 04, 2019
    • Kamil Trzcińśki's avatar
      Add config_options|variables to BuildMetadata · 0103d5be
      Kamil Trzcińśki 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
  16. Dec 13, 2018
  17. Dec 04, 2018
    • 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
  18. Nov 29, 2018
  19. Nov 08, 2018
    • Kamil Trzcińśki's avatar
      Limit parallel to 100 · 036c9c58
      Kamil Trzcińśki authored
      This prevents some of the abusive behaviors, of someone putting 100000 and creating out of memory condition easily
      036c9c58
  20. Nov 07, 2018
  21. Oct 27, 2018
  22. Oct 26, 2018
  23. Oct 04, 2018
  24. Oct 02, 2018
  25. Sep 04, 2018
  26. Aug 24, 2017
  27. Jul 19, 2017
  28. Jul 17, 2017
  29. Jun 01, 2017
Loading