1. 05 Mar, 2018 3 commits
  2. 02 Mar, 2018 1 commit
    • Łukasz Nowak's avatar
      playbook: Fix Debian 9 repository information · 00f70c3d
      Łukasz Nowak authored
      As currently Debian 9 key on OBS is not valid, we need to update apt
      information with allowing insecure repositories.
      
      Even if repository role uses debian9-aptconf as dependency, it does not
      update repository information *after* adding the repository. So just
      update it.
      
      /reviewed-on nexedi/slapos.package!42
      00f70c3d
  3. 01 Mar, 2018 3 commits
  4. 08 Feb, 2018 2 commits
  5. 26 Jan, 2018 4 commits
  6. 25 Jan, 2018 1 commit
    • Łukasz Nowak's avatar
      [playbook] Upgrade SR to 1.0.56.1 · afacc29e
      Łukasz Nowak authored
      This release fixes problem with filling monitor log files with
      "AH03490: scoreboard is full, not at MaxRequestWorkers.Increase
      ServerLimit."
      
      /reviewed-on !37
      afacc29e
  7. 22 Jan, 2018 1 commit
  8. 15 Jan, 2018 2 commits
  9. 10 Jan, 2018 6 commits
  10. 08 Jan, 2018 1 commit
  11. 12 Dec, 2017 1 commit
  12. 07 Dec, 2017 3 commits
  13. 06 Dec, 2017 4 commits
  14. 05 Dec, 2017 3 commits
  15. 04 Dec, 2017 2 commits
  16. 29 Nov, 2017 2 commits
  17. 28 Nov, 2017 1 commit
    • Łukasz Nowak's avatar
      playbook: Increase test result readability · d96e1b04
      Łukasz Nowak authored
      By using dict comparision with assertEqual the result will be presented
      as diff between expected and found values. This allows test reader to
      understand the reason of failing test, instead of trying to guess what
      is really wrong with the deployed site.
      d96e1b04