Skip to content
Snippets Groups Projects
  1. Jan 10, 2020
  2. Jan 08, 2020
  3. Jan 03, 2020
  4. Dec 24, 2019
  5. Dec 16, 2019
  6. Dec 14, 2019
  7. Dec 06, 2019
  8. Dec 05, 2019
  9. Nov 29, 2019
  10. Nov 26, 2019
  11. Nov 22, 2019
  12. Nov 20, 2019
  13. Nov 19, 2019
  14. Nov 18, 2019
  15. Nov 12, 2019
  16. Nov 08, 2019
  17. Oct 21, 2019
  18. Oct 18, 2019
  19. Oct 16, 2019
  20. Oct 08, 2019
  21. Oct 04, 2019
  22. Oct 01, 2019
  23. Sep 30, 2019
  24. Sep 27, 2019
  25. Sep 26, 2019
  26. Sep 24, 2019
  27. Sep 18, 2019
  28. Sep 13, 2019
  29. Sep 12, 2019
  30. Sep 11, 2019
    • Nathan Friend's avatar
      Make MR pipeline widget text more descriptive (CE) · 11f1305e
      Nathan Friend authored
      This change updates the text of the pipeline widget that appears on the
      merge request page. The text has been made more consistent between
      different types of pipelines; this makes the front-end implementation
      simpler and more maintainable.  In addition, the type of pipeline is
      (i.e. regular pipeline, merge request pipeline, detached pipeline)
      included in the text, making this type more obvious to the end user.
      
      Some information has been removed from the widget as part of this
      change; however, any information that was removed already appears
      elsewhere on the merge request page.
      Unverified
      11f1305e
  31. Sep 05, 2019
    • Fabio Pitino's avatar
      CE port for pipelines for external pull requests · ca6a1f33
      Fabio Pitino authored
      Detect if pipeline runs for a GitHub pull request
      
      When using a mirror for CI/CD only we register a pull_request
      webhook. When a pull_request webhook is received, if the
      source branch SHA matches the actual head of the branch in the
      repository we create immediately a new pipeline for the
      external pull request. Otherwise we store the
      pull request info for when the push webhook is received.
      
      When using "only/except: external_pull_requests" we can detect
      if the pipeline has a open pull request on GitHub and create or
      not the job based on that.
      ca6a1f33
    • 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
  32. Sep 03, 2019
  33. Sep 02, 2019
  34. Aug 21, 2019
  35. Aug 04, 2019
  36. Aug 02, 2019
Loading