Skip to content
Snippets Groups Projects
  1. Dec 16, 2019
  2. Nov 19, 2019
  3. Oct 22, 2019
  4. Sep 20, 2019
  5. Sep 18, 2019
  6. Sep 17, 2019
  7. Sep 13, 2019
  8. 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
  9. Aug 31, 2019
  10. Aug 30, 2019
  11. Aug 29, 2019
  12. Aug 22, 2019
  13. Aug 14, 2019
    • Kamil Trzcińśki's avatar
      Enable DAG support by default · 72541807
      Kamil Trzcińśki authored
      This toggles the ci_dag_support flag to be on by default.
      This relies on ci_dag_limit_needs to be present to reduce
      amount of inter-dependencies between jobs
      72541807
  14. Aug 13, 2019
    • Kamil Trzcińśki's avatar
      Expand variables only when needed · 6150c3ff
      Kamil Trzcińśki authored
      This makes us to expand variables only when needed,
      instead of requesting all variables each time.
      
      This specifically helps in situation when explicit name
      of `environment: production` is used.
      6150c3ff
  15. Aug 02, 2019
  16. 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
  17. Jul 29, 2019
  18. Jul 23, 2019
  19. Jul 12, 2019
  20. Jul 10, 2019
  21. Jun 05, 2019
  22. Jun 03, 2019
    • Mayra Cabrera's avatar
      Cleans up UpdateProjectStatistics concern · 4bf3f546
      Mayra Cabrera authored
      - Renames attributes from stat to project_statistiscs_name and attribute
      to statistic_attribute
      - Reordes methods on UpdateProjectStatistics concern
      - Removes unused module from Ci::Build
      4bf3f546
  23. May 31, 2019
    • Shinya Maeda's avatar
      Remove legacy artifact related code · 387a4f4b
      Shinya Maeda authored
      We've already migrated all the legacy artifacts to the new realm,
      which is ci_job_artifacts table.
      It's time to remove the old code base that is no longer used.
      387a4f4b
  24. May 28, 2019
  25. May 20, 2019
  26. May 17, 2019
  27. Apr 29, 2019
    • Shinya Maeda's avatar
      Fix CI_COMMIT_REF_NAME and SLUG variable · ed3a2fc8
      Shinya Maeda authored
      With Pipelines for Merge Requests feature, users cannout keep using
      $CI_COMMIT_REF_NAME and _SLUG predefined variables for dynamic
      environments. We fix this problem by explicitly looking at the source
      ref.
      ed3a2fc8
  28. Apr 19, 2019
  29. Apr 18, 2019
  30. Apr 16, 2019
  31. Apr 04, 2019
    • Shinya Maeda's avatar
      Drop legacy artifacts usage · 8e51439e
      Shinya Maeda authored
      Legacy artifacts have been correctly migrated to new place -
      ci_job_artifacts. Now it's time to remove the related code, but before
      that we should ensure it doesn't break anything by using feature flag.
      8e51439e
  32. Mar 29, 2019
  33. Mar 20, 2019
    • Tiger Watson's avatar
      Add feature flag for build preparing state · 759dab5b
      Tiger Watson authored
      The flag is on by default, but allows us to revert back
      to the old behaviour if we encounter any problems.
      759dab5b
    • Tiger Watson's avatar
      Create framework for build prerequisites · 00f0d356
      Tiger Watson authored
      Introduces the concept of Prerequisites for a CI build.
      If a build has unmet prerequisites it will go through the
      :preparing state before being made available to a runner.
      
      There are no actual prerequisites yet, so current
      behaviour is unchanged.
      00f0d356
  34. Mar 07, 2019
  35. Mar 06, 2019
  36. Mar 02, 2019
Loading