Skip to content
Snippets Groups Projects
  1. Oct 29, 2019
  2. Sep 16, 2019
  3. Sep 09, 2019
  4. 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
  5. Aug 04, 2019
  6. 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
  7. Jul 31, 2019
  8. 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
  9. Jan 25, 2019
  10. Jan 07, 2019
  11. 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
  12. Nov 29, 2018
  13. Nov 06, 2018
  14. Nov 05, 2018
  15. Nov 01, 2018
  16. Oct 31, 2018
  17. Oct 30, 2018
  18. Oct 26, 2018
  19. Oct 02, 2018
    • Shinya Maeda's avatar
      Fix rubocop offence · f8e680b7
      Shinya Maeda authored and Alessio Caiazza's avatar Alessio Caiazza committed
      f8e680b7
    • Shinya Maeda's avatar
      Support new syntax · c03631a9
      Shinya Maeda authored and Alessio Caiazza's avatar Alessio Caiazza committed
      c03631a9
    • Shinya Maeda's avatar
      Squashed commit of the following: · 3fc4c096
      Shinya Maeda authored and Alessio Caiazza's avatar Alessio Caiazza committed
      commit 9d9594ba20097dc4598f7eb42a9f9d78d73eae54
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Thu Sep 13 20:18:31 2018 +0900
      
          Cancel scheduled jobs
      
      commit f31c7172e07a9eb03b58c1e62eaa18cda4064aa6
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Thu Sep 13 11:18:42 2018 +0900
      
          Add Ci::BuildSchedule
      
      commit fb6b3ca638f40f9e1ee38b1fdd892bda4f6fede7
      Author: Shinya Maeda <shinya@gitlab.com>
      Date:   Wed Sep 12 20:02:50 2018 +0900
      
          Scheduled jobs
      3fc4c096
  20. Sep 08, 2018
  21. Sep 07, 2018
  22. Sep 04, 2018
  23. Mar 26, 2018
    • Mayra Cabrera's avatar
      Make ci/lint page context aware: · 80f9aff3
      Mayra Cabrera authored
      - Create ci/lints controller inside project/
      - Move js pages to be inside projects/
      - Copy view ci/lint view to be inside project folder
      - Remove ci/lint view and js files
      
      Closes #43603
      80f9aff3
  24. Mar 22, 2018
  25. Mar 21, 2018
  26. Mar 01, 2018
  27. Feb 06, 2018
    • Dylan Griffith's avatar
      Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209) · 66d41d2c
      Dylan Griffith authored
      - Move the exception handling as close to the source as possible to
      avoid leaking Psych ahstraction
      - Also remove unnecessary rescue all statement from LintsController.
      This should not be necessary anymore since any YAML errors should all be
      caught by the #validation_message method.
      66d41d2c
  28. Sep 18, 2017
Loading