1. 30 Jul, 2024 6 commits
    • Xavier Thompson's avatar
      slapos-sr-testing: Add test for slapos-testing · 8b870b30
      Xavier Thompson authored
      Test that slapos-testing compiles and instantiates for each Python
      version (software.cfg, software-py2.cfg, software-py3next.cfg).
      8b870b30
    • Xavier Thompson's avatar
      software/monitor: Downgrade scipy for resolution · cbd1c23c
      Xavier Thompson authored
      Donwgrade scipy to be compatible with the version of numpy pinned
      in software/monitor - itself downgraded to be compatible with the
      version of statsmodels currently pinned to 0.11.1. Upgrading this
      will first require adjusting the code in slapos.toolbox that uses
      statsmodels, as the next version has breaking changes in the API.
      cbd1c23c
    • Xavier Thompson's avatar
      component/scipy: Version up 1.12.0 · 33b516f8
      Xavier Thompson authored
      Version up scipy=1.12.0 because scipy 1.8.1 is not compatible with
      Python 3.11.
      33b516f8
    • Xavier Thompson's avatar
      component/macros: Add macro.variable.eggs · bda11acf
      Xavier Thompson authored
      This is a generalisation of macro.pythonpath.eggs which allows paths
      from eggs to be placed into any environment variable, and provides a
      way to specify subpaths for each egg from the egg location.
      
      Like macro.pythonpath.eggs, the environment variable is placed in an
      environment section at install time after the eggs are installed and
      before the environment section is read by the section which uses it.
      
      ```
      [environment-section]
      PATH = some/path
      
      [modify-environment]
      <= macro.variable.eggs
      variable = ANY_VARIABLE
      eggs =
        blue_egg
        yellow_egg
        red_egg
      subpaths =
        blue_egg subpath/specific/to/blue
        yellow_egg subpath/specific/to/yellow
      
      [section-that-uses-environment]
      recipe = zc.recipe.egg:custom
      environment = environment-section
      depends =
        ${modify-environment:recipe}
      
      ```
      bda11acf
    • Xavier Thompson's avatar
      [tmp] Fetch dists from <theia>/public · 0a8a5bdf
      Xavier Thompson authored
      0a8a5bdf
    • Xavier Thompson's avatar
  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 3 commits