1. 17 Dec, 2024 1 commit
  2. 16 Dec, 2024 3 commits
  3. 12 Dec, 2024 3 commits
  4. 11 Dec, 2024 12 commits
  5. 10 Dec, 2024 5 commits
  6. 09 Dec, 2024 1 commit
  7. 08 Dec, 2024 1 commit
  8. 06 Dec, 2024 1 commit
  9. 05 Dec, 2024 6 commits
    • Łukasz Nowak's avatar
      software/kvm: Adapt tests without --all · ff2295f9
      Łukasz Nowak authored
      After dropping _force_slapos_node_instance_all tests with parameter propagation
      need special treatment:
      
       * during first waitForInstance it is needed to wait for instance for the
         parameterto be requested to the master
       * during second waitForInstance the parameter is being propagated to other
         instances
      
      This is solved by waitForInstanceWithPropagation
      
      In some cases tests are modyfing in-place partitions (eg. .slapos-resource)
      in order to mock some states. Then it's required to force instatiation with
      waitForInstanceWithForce.
      
      In other places additional, sometimes conditional, processing is added in
      order to account for non forced default processing.
      ff2295f9
    • Łukasz Nowak's avatar
      software/kvm: Test as real instantiation · 58190643
      Łukasz Nowak authored
      Do not force --all for instance in order to test real instantiation.
      58190643
    • Thomas Gambier's avatar
      Update git revisions · 141a25f8
      Thomas Gambier authored
      141a25f8
    • Thomas Gambier's avatar
      Update Release Candidate · ffd6ff23
      Thomas Gambier authored
      ffd6ff23
    • Jérome Perrin's avatar
      component/git: backport a fix for parrallel make · 99a2797f
      Jérome Perrin authored
      fix this error:
      
            t/unit-tests/clar/clar.c:209:10: fatal error: clar.suite: No such file or directory
            209 | #include "clar.suite"
                  |          ^~~~~~~~~~~~
            compilation terminated.
            make: *** [Makefile:2795: t/unit-tests/clar/clar.o] Error 1
            git: Command 'set -e;make ' returned non-zero exit status 2.
            git: Compilation error. The package is left as is at /srv/slapgrid/slappart47/t/drw/shared/git/832728c0d7e76c5e768f4e3b2767d29d/.build/git-2.47.1 where you can inspect what went wrong.
            A shell script slapos.recipe.build.env.sh has been generated. You can source it in your shell to reproduce build environment.
            While:
            Installing git.
            Error: System error
      99a2797f
    • Jérome Perrin's avatar
      component/pillow: remove workaround for old buildout · 64283075
      Jérome Perrin authored
      See merge request !1701
      64283075
  10. 04 Dec, 2024 7 commits
    • Thomas Gambier's avatar
      component/pillow: remove uneeded patch · 4702a6fb
      Thomas Gambier authored
      4702a6fb
    • Roque's avatar
      Monitoring CORS · f95b871e
      Roque authored
      See merge request !1631
      f95b871e
    • Roque's avatar
      4430866a
    • Roque's avatar
      fe893604
    • Roque's avatar
      stack/monitor: refactor cors-domains and interface-url · 75866952
      Roque authored
      - drop hardcoded values, use instance parameters
      - propagate parameters to sub instances
      - use uri template for monitoring setup url
      - plus: fix password reinstall
      75866952
    • Roque's avatar
      NEO: propagate monitoring parameters · a019629a
      Roque authored
      a019629a
    • Jérome Perrin's avatar
      component/pillow: remove workaround for old buildout · 096a3a9a
      Jérome Perrin authored
      this is actually failing with buildout 3.0.1+slapos007:
      
          While:
            Installing pillow-python.
      
          An internal error occurred due to a bug in either zc.buildout or in a
          recipe being used:
          Traceback (most recent call last):
            File "eggs/zc.buildout-3.0.1+slapos007-py3.9.egg/zc/buildout/buildout.py", line 2664, in main
              getattr(buildout, command)(args)
            File "eggs/zc.buildout-3.0.1+slapos007-py3.9.egg/zc/buildout/buildout.py", line 855, in install
              self._install_parts(install_args)
            File "eggs/zc.buildout-3.0.1+slapos007-py3.9.egg/zc/buildout/buildout.py", line 1026, in _install_parts
              installed_files = self[part]._call(recipe.install)
            File "eggs/zc.buildout-3.0.1+slapos007-py3.9.egg/zc/buildout/buildout.py", line 1948, in _call
              return f()
            File "eggs/zc.recipe.egg-2.0.8.dev0+slapos007-py3.9.egg/zc/recipe/egg/custom.py", line 80, in install
              return self._install()
            File "eggs/zc.recipe.egg-2.0.8.dev0+slapos007-py3.9.egg/zc/recipe/egg/custom.py", line 150, in _install
              return zc.buildout.easy_install.build(
            File "eggs/zc.buildout-3.0.1+slapos007-py3.9.egg/zc/buildout/easy_install.py", line 1163, in build
              return installer.build(spec, build_ext, patch_dict=patch_dict)
            File "eggs/zc.buildout-3.0.1+slapos007-py3.9.egg/zc/buildout/easy_install.py", line 970, in build
              patch_dict = patch_dict[dist.project_name]
          KeyError: 'pillow'
      096a3a9a