Skip to content
Snippets Groups Projects
  1. Jan 24, 2019
  2. Jul 11, 2018
  3. Oct 20, 2017
  4. Aug 28, 2017
  5. Aug 25, 2017
  6. Aug 09, 2017
  7. Aug 01, 2017
  8. Jul 28, 2017
  9. Jun 06, 2017
  10. Apr 21, 2017
  11. Mar 20, 2017
  12. Mar 06, 2017
  13. Mar 05, 2017
  14. Feb 28, 2017
  15. Feb 16, 2017
  16. Jan 26, 2017
  17. Jan 17, 2017
  18. Nov 28, 2016
  19. Nov 15, 2016
  20. Nov 10, 2016
  21. Aug 11, 2016
    • Kamil Trzcińśki's avatar
      Pre-create all builds for Pipeline when a trigger is received · 39203f1a
      Kamil Trzcińśki authored
      This change simplifies a Pipeline processing by introducing a special new status: created.
      This status is used for all builds that are created for a pipeline.
      We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped).
      This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled.
      This also allows us to visualise a full pipeline (with created builds).
      
      This also removes an after_touch used for updating a pipeline state parameters.
      Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
      39203f1a
  22. Aug 09, 2016
  23. Jun 27, 2016
  24. Jun 03, 2016
  25. Jun 02, 2016
  26. Mar 06, 2016
  27. Jan 13, 2016
  28. Jan 07, 2016
  29. Jan 05, 2016
  30. Jan 04, 2016
  31. Dec 11, 2015
Loading