1. 24 Mar, 2022 1 commit
  2. 23 Mar, 2022 1 commit
  3. 22 Mar, 2022 6 commits
  4. 21 Mar, 2022 11 commits
  5. 16 Mar, 2022 5 commits
  6. 14 Mar, 2022 3 commits
  7. 10 Mar, 2022 1 commit
  8. 09 Mar, 2022 5 commits
  9. 08 Mar, 2022 2 commits
  10. 07 Mar, 2022 5 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Rename test to follow real check · e6834382
      Łukasz Nowak authored
      The test name (and shared instance name) was misleading.
      e6834382
    • Łukasz Nowak's avatar
      kvm: Fix test for boot images · e9464a85
      Łukasz Nowak authored
      The test have incorrect leftover of old limited implementation, now the system
      shall update images by itself.
      
      Also the typical scenario - image on first request - was not covered.
      
      Adapt the test to code without needed linking.
      e9464a85
    • Łukasz Nowak's avatar
      kvm: Improve boot image url handling · 5da9c082
      Łukasz Nowak authored
      image-download-controller raises error state during download process, to
      inform other components that download is not ready yet.
      
      template-kvm-run.in asserts presence of all images and otherwise refuses to
      start, so that it gives chance for the image to being downloaded.
      
      Sorting images happen by proper key instead of needless links.
      
      Fix race condition, as the hash parameter shall depend on boot image url
      configuration, and not it's failure state.
      5da9c082
    • Łukasz Nowak's avatar
      caddy-frontend: Cover manual CSR handling · a9e7b041
      Łukasz Nowak authored
      a9e7b041
    • Łukasz Nowak's avatar
      caddy-frontend: Cleanup CSR exposure · 6a531a74
      Łukasz Nowak authored
      Cleanups:
      
       * simplify nginx management with real template
       * rename sections to provide explanation in their name so it's less cryptic
      6a531a74