An error occurred fetching the project authors.
  1. 28 Nov, 2019 1 commit
  2. 15 Nov, 2019 1 commit
    • Dan Jensen's avatar
      Add order_by updated_at to Deployments API · 554957d4
      Dan Jensen authored
      This allows order_by updated_at on the Deployments API so users can
      query for the most recent updates. It adds a database index to ensure
      the feature is performant.
      554957d4
  3. 11 Nov, 2019 1 commit
  4. 21 Oct, 2019 1 commit
  5. 16 Oct, 2019 1 commit
    • Yorick Peterse's avatar
      Add API for manually creating deployments · 77831f78
      Yorick Peterse authored
      This API can be used for manually creating deployments, instead of being
      limited to creating deployments using CI pipelines.
      
      As part of these changes, I refactored some parts of the existing
      deployments code. This ensures we reuse the same logic for creating
      deployments in different places. We also move the deployments service
      classes to a Deployments namespace, now that there are two service
      classes.
      
      We also make some changes to which deployments are displayed. Prior to
      these changes, only deployments that were successful were displayed.
      This can get very confusing when using deployments from external
      systems, so we now show deployments regardless of their status. The
      table to display deployments has also had some style/content changes to
      display the deployments data in a more meaningful way.
      77831f78
  6. 07 Oct, 2019 1 commit
  7. 04 Jan, 2019 2 commits
  8. 27 Sep, 2018 2 commits
  9. 17 Jan, 2018 1 commit
  10. 25 Apr, 2017 1 commit
  11. 10 Apr, 2017 3 commits
  12. 08 Apr, 2017 1 commit
  13. 02 Mar, 2017 1 commit
  14. 01 Mar, 2017 1 commit
  15. 13 Oct, 2016 1 commit
  16. 18 Aug, 2016 4 commits