An error occurred fetching the project authors.
  1. 07 Sep, 2022 1 commit
  2. 26 Apr, 2022 1 commit
  3. 11 Oct, 2021 1 commit
  4. 05 May, 2021 1 commit
  5. 21 Apr, 2021 1 commit
    • Jérome Perrin's avatar
      software/slaprunner: set Host header in nginx proxy · ecbc7b88
      Jérome Perrin authored
      This host header is not passed by default, because we are already using
      proxy_set_header, so we need to set it explicitly.
      
      It seems that since we updated some packages in in 279486fe (stack/slapos:
      version up some eggs with known vulnerabilties, 2021-01-28) slaprunner was
      producing URLs with "localhost" as hostname when using redirect(url_for(...))
      ecbc7b88
  6. 12 Oct, 2020 1 commit
  7. 02 Jul, 2020 1 commit
  8. 04 May, 2020 1 commit
  9. 30 Apr, 2020 1 commit
  10. 10 Mar, 2020 1 commit
  11. 09 Mar, 2020 1 commit
  12. 13 Jan, 2020 1 commit
    • Jérome Perrin's avatar
      software/slaprunner: drop ssh key authority · 4ba5d113
      Jérome Perrin authored
      These keys are not managed by trust of a certificate authority, just by
      "trust of first use" so it does not make sense to use a key authority.
      
      This also cause difficulties to publish the key fingerprint as a
      parameter, because we can't get the key fingerprint until the authority
      service is started.
      
      Also enable ecdsa key.
      
      This fixes random failures with slaprunner tests, because the published
      fingerprint was never correct on first buildout run.
      
      Existing webrunners will have a new ssh host key after this.
      4ba5d113
  13. 02 Dec, 2019 1 commit
  14. 29 Nov, 2019 1 commit
  15. 25 Nov, 2019 1 commit
  16. 30 Oct, 2019 3 commits
    • Jérome Perrin's avatar
      slaprunner: test for web services · 26741e83
      Jérome Perrin authored
      26741e83
    • Jérome Perrin's avatar
      slaprunner: support shared parts · 1a5df533
      Jérome Perrin authored
      If slaprunner itself was installed on a slapos which had shared parts
      enabled, these shared parts will also be used while installing softwares
      inside the slaprunner.
      
      Because ${buildout:shared-part-list} is a multi line property, it was
      not possible to generate .cfg files (which needs special handling of
      multi-line strings) directly from software buildout (where jinja
      templates are not yet available), so we use a trick of generating a
      plain text file in software and parsing it during instance.
      1a5df533
    • Jérome Perrin's avatar
      slaprunner: publish a ssh:// url · 95c05120
      Jérome Perrin authored
      Instead of having to copy and paste the "ssh command", having a
      clickable link is more user friendly. This integrates seamlessly with
      ChromeOS secure shell app (eventhough the app does not do anything with
      fingerprint as per version 0.19)
      95c05120
  17. 07 Oct, 2019 1 commit
  18. 05 Sep, 2019 1 commit
  19. 20 Dec, 2018 1 commit
  20. 24 Oct, 2018 1 commit
  21. 19 Oct, 2018 1 commit
  22. 08 Oct, 2018 2 commits
  23. 04 Jul, 2018 1 commit