An error occurred fetching the project authors.
  1. 22 Jan, 2020 1 commit
  2. 13 Dec, 2019 1 commit
  3. 27 Nov, 2019 1 commit
  4. 25 Nov, 2019 1 commit
  5. 19 Nov, 2019 1 commit
  6. 08 Nov, 2019 1 commit
    • Nicolas Wavrant's avatar
      resilient: add prefix to a published parameter · d6615b72
      Nicolas Wavrant authored
      In 95c05120, a published parameter "ssh-url" was added
      to the webrunner, clashing with the existing "ssh-url" parameter used by the resilient
      stack (which is extended by webrunner).
      As the new "ssh-url" is public and read by customers, it doesn't make sense to rename
      it to something more slaprunner-ished, more especially it already existis "ssh-command",
      so if a second parameter was named "runner-ssh-url" it wouldn't make sense to the user...
      
      This change had to be propagated to all the software releases extending the resilient stack.
      
      Finally, I think that stacks should use namespaces to avoid conflicts with the software
      releases extending them. Currently, we are doing the opposite and are using namespaces
      for software release to avoid conflicting with their stack : for exemple, in stack/resilient
      we have a section [sshd-raw-server] and in the software/slaprunner we have [runner-sshd-raw-server].
      This situation will create clashes when one software release extends 2 stacks, as nothing
      guarantees that 2 stacks have no conflicting section name, config file path, ...
      d6615b72
  7. 06 Nov, 2019 1 commit
  8. 28 Oct, 2019 2 commits
  9. 10 Oct, 2019 6 commits
  10. 04 Oct, 2019 1 commit
    • Thomas Gambier's avatar
      do not create two wrappers for the same executable if hash change · ed707d3b
      Thomas Gambier authored
      Prevent creating 2 wrapper for the same service if hash changed. Here, one service is exited because port is used by the firt to service to start:
      
          slappart6:runner-sshd-4248650e36a9a26a6481df1baffd9f58-on-watch                RUNNING   pid 27835, uptime 0:03:45
          slappart6:runner-sshd-b3b68f4278ceb84691ec27521ea229eb-on-watch                EXITED    Mar 06 04:52 PM
      
      To achieve that, update slapos.cookbook and use hash-existing-files option of wrapper recipe
      
      hash-existing-files list all the files used for hash that are not
      handled by buildout. For those files, the hash is calculated as soon as
      the __init__ function so that if there is a change in those files,
      buildout will remove the existing wrapper (it will uninstall the
      section) and replace it with the new wrapper.
      
      /reviewed-on nexedi/slapos!525
      ed707d3b
  11. 19 Sep, 2019 1 commit
  12. 30 Jul, 2019 1 commit
  13. 01 Jul, 2019 1 commit
  14. 20 Jun, 2019 2 commits
  15. 26 Mar, 2019 1 commit
  16. 12 Mar, 2019 1 commit
  17. 11 Mar, 2019 1 commit
  18. 14 Feb, 2019 1 commit
  19. 08 Feb, 2019 1 commit