1. 17 Apr, 2021 1 commit
    • Sheogorath's avatar
      Fix tests by introducing a delay · ac282420
      Sheogorath authored
      This patch should fix current failing builds by adding a 30 seconds
      delay between the container starting and the tests starting to run, so
      that database migrations and alike can take place.
      
      Currently the tests are running directly after the container was
      started, which results in failing HTTP request. This can be explained by
      a not-yet-ready hedgedoc instance as it's probably still doing the
      database migrations and getting up for the first start.
      Signed-off-by: 's avatarSheogorath <sheogorath@shivering-isles.com>
      ac282420
  2. 15 Apr, 2021 1 commit
  3. 13 Mar, 2021 1 commit
  4. 12 Mar, 2021 5 commits
  5. 25 Feb, 2021 2 commits
  6. 24 Feb, 2021 4 commits
  7. 22 Feb, 2021 3 commits
  8. 15 Feb, 2021 1 commit
  9. 09 Feb, 2021 4 commits
  10. 02 Feb, 2021 1 commit
  11. 27 Jan, 2021 4 commits
  12. 22 Jan, 2021 1 commit
  13. 15 Jan, 2021 1 commit
  14. 12 Jan, 2021 2 commits
  15. 05 Jan, 2021 4 commits
  16. 28 Dec, 2020 2 commits
    • Sheogorath's avatar
      Add push as trigger for nightly builds · 7075a3da
      Sheogorath authored
      This patch should help to ensure that there is always an up-to-date
      nightly build.
      
      During release 1.7.1 the official release was containing more recent
      changes than the latest nightly. This is an undesierable situation,
      which this patch should fix by adding "on push" as trigger for the
      nightly action.
      7075a3da
    • Sheogorath's avatar
      Add "latest" tag for each matrix · f21be793
      Sheogorath authored
      This patch adds a "lateset"-like tag to the build to simplify continous
      deployment setups, such as our demo instance.
      f21be793
  17. 27 Dec, 2020 1 commit
  18. 22 Dec, 2020 2 commits