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