An error occurred fetching the project authors.
  1. 20 Mar, 2019 1 commit
    • Nathan Friend's avatar
      Update pipeline list view · a24cb6de
      Nathan Friend authored
      This commit updates the pipeline page  and related components to include
      new pipeline information added by the post-merge pipeline feature.
      a24cb6de
  2. 27 Feb, 2019 1 commit
  3. 24 Jan, 2019 1 commit
  4. 04 Jan, 2019 1 commit
    • Kamil Trzciński's avatar
      Add config_options|variables to BuildMetadata · 0103d5be
      Kamil Trzciński 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
  5. 05 Oct, 2018 2 commits
  6. 04 Oct, 2018 1 commit
  7. 03 Oct, 2018 1 commit
  8. 18 Sep, 2018 1 commit
  9. 28 Aug, 2018 1 commit
  10. 09 Aug, 2018 1 commit
  11. 11 Jul, 2018 1 commit
  12. 09 Jul, 2018 1 commit
  13. 11 May, 2018 1 commit
  14. 10 May, 2018 1 commit
  15. 04 May, 2018 1 commit
  16. 03 May, 2018 2 commits
  17. 02 May, 2018 2 commits
  18. 24 Apr, 2018 1 commit
  19. 16 Apr, 2018 1 commit
  20. 05 Apr, 2018 1 commit
  21. 15 Mar, 2018 2 commits
  22. 07 Mar, 2018 1 commit
  23. 05 Mar, 2018 1 commit
  24. 28 Feb, 2018 1 commit
  25. 08 Feb, 2018 1 commit
  26. 05 Jan, 2018 1 commit
  27. 04 Jan, 2018 1 commit
  28. 22 Dec, 2017 1 commit
  29. 03 Dec, 2017 1 commit
  30. 27 Nov, 2017 1 commit
  31. 14 Nov, 2017 1 commit
  32. 31 Oct, 2017 1 commit
  33. 20 Oct, 2017 1 commit
  34. 14 Oct, 2017 1 commit
  35. 10 Oct, 2017 1 commit
  36. 07 Oct, 2017 1 commit
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858