Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 19, 2020
  3. Feb 12, 2020
  4. Jan 17, 2020
  5. Jan 16, 2020
  6. Jan 10, 2020
  7. Dec 19, 2019
  8. Dec 18, 2019
  9. Dec 16, 2019
  10. Dec 15, 2019
  11. Dec 12, 2019
  12. Dec 10, 2019
  13. Dec 09, 2019
  14. Nov 27, 2019
  15. Nov 25, 2019
  16. Nov 22, 2019
  17. Nov 14, 2019
  18. Nov 08, 2019
  19. Nov 01, 2019
  20. Oct 29, 2019
  21. Oct 28, 2019
  22. Sep 18, 2019
  23. Sep 16, 2019
  24. Sep 09, 2019
  25. 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
  26. 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
  27. Aug 13, 2019
  28. 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
  29. 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
  30. Jun 05, 2019
  31. Jan 25, 2019
  32. Jan 15, 2019
  33. Jan 14, 2019
  34. 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
  35. Dec 13, 2018
  36. 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
  37. Nov 29, 2018
Loading