1. 17 Aug, 2023 3 commits
  2. 16 Aug, 2023 1 commit
    • Jérome Perrin's avatar
      dufs,restic-rest-server: fix certificate renewal tests · aa73db58
      Jérome Perrin authored
      The configuration of caucase used here is to have certificates valid for
      3*31 days and renew them 31 days before the expiration date.
      This test was running the updater 2 months later, which by chance was
      62 days at the time of the test was written, because this test was
      written in July (both July and August have 31 days), but this does not
      work in other months.
      Adjust the test to run the updater using a fixed number of days in the
      future.
      aa73db58
  3. 15 Aug, 2023 1 commit
  4. 14 Aug, 2023 2 commits
  5. 10 Aug, 2023 1 commit
  6. 08 Aug, 2023 1 commit
    • Xavier Thompson's avatar
      software/ors-amarisoft: Send xlog with fluentbit · b1cfade6
      Xavier Thompson authored
      Forward enb.xlog to another fluentd or fluentbit server using fluentd's
      forward protocol.
      
      Currently, TLS is enabled and a pre-shared secret key is used for
      authentication, but certificate verification is disabled.
      b1cfade6
  7. 07 Aug, 2023 1 commit
    • Levin Zimmermann's avatar
      wendelin.core: v↑ 2.0.alpha3 -> 2.0.alpha3.post7 · 1c837e38
      Levin Zimmermann authored
      Since the wendelin.core 2.alpha3 release 9 month ago, new fixes
      were added to wendelin.core, which we would like to have in SlapOS.
      One very important new feature is that this wendelin.core version now
      support golang 1.20, so with this we can easily proceed to upgrade our
      default golang version.
      
      /reviewed-by @kirr
      /reviewed-on !1416
      1c837e38
  8. 02 Aug, 2023 1 commit
  9. 27 Jul, 2023 1 commit
  10. 21 Jul, 2023 8 commits
  11. 20 Jul, 2023 1 commit
  12. 19 Jul, 2023 7 commits
  13. 18 Jul, 2023 5 commits
  14. 17 Jul, 2023 1 commit
  15. 13 Jul, 2023 3 commits
  16. 10 Jul, 2023 1 commit
  17. 05 Jul, 2023 2 commits
    • Xavier Thompson's avatar
      software/theia: Add upgrade tests · c56a9556
      Xavier Thompson authored
      c56a9556
    • Xavier Thompson's avatar
      software/theia: Fix a resiliency bug · 4078d3d7
      Xavier Thompson authored
      Fix takoever of a theia with initial embedded instance. The issue was
      that the promise checking that the embedded instance was successfully
      requested relied on files which were not transferred to backup theia.
      
      The location of these files has been changed in order to transfer them;
      therefore the old location is still checked for upgrade-compatibility.
      4078d3d7