1. 28 Jul, 2022 2 commits
  2. 27 Jul, 2022 3 commits
  3. 26 Jul, 2022 13 commits
  4. 25 Jul, 2022 13 commits
  5. 21 Jul, 2022 2 commits
  6. 20 Jul, 2022 3 commits
  7. 19 Jul, 2022 4 commits
    • Thomas Gambier's avatar
      register: no need to be root if configuration file in /tmp · e82e8361
      Thomas Gambier authored
      This will be useful for tests.
      
      We don't need to do the chown as root because we created the file with
      root account.
      e82e8361
    • Thomas Gambier's avatar
      e5f7985b
    • Thomas Gambier's avatar
      slapgrid: fix _updateCertificate in python3 · 3853b94e
      Thomas Gambier authored
      Traceback (most recent call last):
        File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/slapgrid.py", line 1435, in processComputerPartitionList
          self.processComputerPartition(computer_partition)
        File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/slapgrid.py", line 1329, in processComputerPartition
          raise e
        File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/slapgrid.py", line 1254, in processComputerPartition
          local_partition._updateCertificate()
        File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/SlapObject.py", line 513, in _updateCertificate
          fout.write(new_content)
      TypeError: a bytes-like object is required, not 'str'
      
      Also add test for the failure.
      3853b94e
    • Thomas Gambier's avatar
      slapos_web_deploy: Introduce ridge · 23854306
      Thomas Gambier authored
      23854306