1. 29 Sep, 2021 3 commits
  2. 04 Mar, 2021 2 commits
  3. 29 Jan, 2021 1 commit
  4. 24 Jun, 2020 1 commit
  5. 18 Feb, 2020 1 commit
  6. 17 Feb, 2020 1 commit
  7. 28 Jan, 2020 1 commit
  8. 27 Jan, 2020 6 commits
  9. 23 Jan, 2020 1 commit
  10. 25 Sep, 2019 2 commits
  11. 01 Aug, 2019 2 commits
  12. 31 Jul, 2019 4 commits
  13. 29 May, 2019 1 commit
  14. 15 May, 2019 1 commit
    • Łukasz Nowak's avatar
      updater: Implement prepare system · acf0f054
      Łukasz Nowak authored
      As updater is used in environment, which requires it to have certificates
      available as fast as possible, add a prepare step and allow to launch it with
      --prepare-only switch.
      
      Thanks to this it is possible to run it with configuration file to provide
      fallback or master certificates for all slaves without connecting to the
      network, thus resulting in fast preparation.
      
      /reviewed-on !3
      acf0f054
  15. 14 May, 2019 1 commit
  16. 02 Apr, 2019 6 commits
    • Łukasz Nowak's avatar
      updater: Unlink lock file · 73a14b0e
      Łukasz Nowak authored
      Also cover loop method.
      73a14b0e
    • Łukasz Nowak's avatar
      test: Import once · 1f273c26
      Łukasz Nowak authored
      It will make further testing much easier
      1f273c26
    • Łukasz Nowak's avatar
      updater: Make stateful decision · d48b47a4
      Łukasz Nowak authored
      If at least once certificate has been downloaded from KeDiFa it shall never
      use again the fall-back, as otherwise it would result with a problem, that
      next unsuccessful download from KeDiFa would result replacement with
      fall-back.
      
      In order to do so state file is introduced keeping list of overridden
      certificates. As now there is critical path regarding fetching certificates,
      the lock is created to avoid concurrent updates.
      d48b47a4
    • Łukasz Nowak's avatar
      updater: Cover updateCertificate · 53e99f68
      Łukasz Nowak authored
      Fix one condition.
      53e99f68
    • Łukasz Nowak's avatar
      tests: Restructure · 2cd28eac
      Łukasz Nowak authored
      In order for further development and features create mixin.
      2cd28eac
    • Łukasz Nowak's avatar
      kedifa: Introduce asynchronous updater · 6c731311
      Łukasz Nowak authored
      Features:
      
       * by default runs with 60s sleep
       * allows to have master, updateable, certificate, which is used in case if
         specific certificate is not available
      6c731311
  17. 12 Dec, 2018 1 commit
  18. 10 Dec, 2018 1 commit
  19. 07 Dec, 2018 1 commit
  20. 04 Dec, 2018 3 commits