1. 30 Jul, 2024 1 commit
    • Carlos Ramos Carreño's avatar
      Re-add dependency on Python 2 for NEO. · e1ccb999
      Carlos Ramos Carreño authored
      NEO does not currently work with Python 3.
      Its dependency with Python 2 was removed in
      nexedi/slapos@b3ac97ff
      This causes erp5-zope2 to fail during installation with the following
      message:
      
      ```python
      Getting distribution for 'zope.testing==3.9.7'.
        error: subprocess-exited-with-error
      
        × python setup.py egg_info did not run successfully.
        │ exit code: 1
        ╰─> [7 lines of output]
            Traceback (most recent call last):
              File "<string>", line 2, in <module>
              File "<pip-setuptools-caller>", line 34, in <module>
              File "/tmp/pip-req-build-e3n8vnyw/setup.py", line 37
                except ImportError, e:
                                  ^
            SyntaxError: invalid syntax
            [end of output]
      ```
      
      Thus, we re-add the constraint in this commit.
      e1ccb999
  2. 29 Jul, 2024 1 commit
    • Rafael Monnerat's avatar
      kvm/theia: Dont use allOf on resilient to extend properties · 42083eea
      Rafael Monnerat authored
        allOf implies that all (both) schemas should be valid, but
          additionalProperties false wont allow it, since it become multually
          invalid. (You can validate only one or None)
      
        Just use $ref to expand the list, it end up with the expected outcome
         reducing complexity.
      
        Note: kvm wasn't using additionalProperties false but it was changed
         because it makes it future proof, in case we set it (we should set).
      42083eea
  3. 25 Jul, 2024 3 commits
  4. 24 Jul, 2024 1 commit
  5. 22 Jul, 2024 1 commit
  6. 19 Jul, 2024 2 commits
  7. 17 Jul, 2024 1 commit
  8. 16 Jul, 2024 2 commits
  9. 15 Jul, 2024 10 commits
  10. 12 Jul, 2024 5 commits
  11. 11 Jul, 2024 2 commits
  12. 09 Jul, 2024 3 commits
  13. 08 Jul, 2024 4 commits
  14. 03 Jul, 2024 1 commit
  15. 02 Jul, 2024 1 commit
  16. 01 Jul, 2024 1 commit
  17. 29 Jun, 2024 1 commit