1. 21 Jul, 2022 1 commit
  2. 20 Jul, 2022 3 commits
  3. 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
  4. 13 Jul, 2022 3 commits
  5. 12 Jul, 2022 2 commits
  6. 11 Jul, 2022 3 commits
    • Thomas Gambier's avatar
      Release version 1.7.10 · 83510d52
      Thomas Gambier authored
      83510d52
    • Thomas Gambier's avatar
      format: fix callAndRead for python3 · 204c4a86
      Thomas Gambier authored
      See merge request nexedi/slapos.core!399
      204c4a86
    • Jérome Perrin's avatar
      format: fix callAndRead for python3 · 4444e963
      Jérome Perrin authored
      Fixes the following error:
      
          Traceback (most recent call last):
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/cli/entry.py", line 305, in run_subcommand
              result = cmd.run(parsed_args)
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/cli/command.py", line 56, in run
              return self.take_action(parsed_args)
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/cli/format.py", line 128, in take_action
              do_format(conf=conf)
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/format.py", line 1396, in do_format
              create_tap=conf.create_tap)
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/format.py", line 655, in format
              partition.address_list.append(self.interface.addIPv6Address())
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/format.py", line 1223, in addIPv6Address
              if self._addSystemAddress(addr, netmask, tap=tap):
            File "/opt/slapos/eggs/slapos.core-1.7.9-py3.7.egg/slapos/format.py", line 1086, in _addSystemAddress
              for l in result.split('\n'):
          TypeError: a bytes-like object is required, not 'str'
      4444e963
  7. 08 Jul, 2022 1 commit
  8. 07 Jul, 2022 2 commits
  9. 06 Jul, 2022 1 commit
  10. 04 Jul, 2022 2 commits
  11. 01 Jul, 2022 7 commits
  12. 29 Jun, 2022 5 commits
  13. 28 Jun, 2022 1 commit
  14. 27 Jun, 2022 2 commits
  15. 24 Jun, 2022 1 commit
  16. 22 Jun, 2022 1 commit
  17. 10 Jun, 2022 1 commit