- 22 Apr, 2024 18 commits
-
-
Xavier Thompson authored
Reverts 15871bbf
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
This SR is kept separate because it is not part of current tests.
-
Xavier Thompson authored
When using slapos.reboostrap to re-launch buildout with the version of Python that was just installed, zc.buildout and its dependencies are reinstalled for the new Python with the same egg versions. Thus SRs which install Python 2 need to use Python-2-compatible versions of setuptools, pip and wheel all along. For this stack/slapos-py2.cfg is introduced.
-
Xavier Thompson authored
Except for python2: keep beautifulsoup4=4.8.2. beautifulsoup4=4.12.2 requires flit as build backend.
-
Xavier Thompson authored
backcall=0.2.0 requires flit-core as build backend
-
Xavier Thompson authored
entrypoints=0.3 rquires flit as build backend
-
Xavier Thompson authored
pkgconfig=1.5.1 requires poetry as build backend.
-
Xavier Thompson authored
Earlier version 1.22.0 does not support recent setuptools. Latest version 1.26.2 has more complex build requirements, left for later.
-
Xavier Thompson authored
-
Xavier Thompson authored
Now that buildout uses pip to correctly follow pyproject.toml, cattrs=22.2.0 requires poetry as the build backend. For now it's easier to install as wheel than to install poetry and then use it as setup-egg for cattrs. This must be done eventually.
-
Xavier Thompson authored
-
Xavier Thompson authored
zc.buildout=2.7.1+slapos020 is SlapOS-patched buildout2 with support for bootstrapping buildout3, required to be able to install buildout3. Downgrade related eggs to pre-buildout3 versions as well.
-
Xavier Thompson authored
Version up zc.buildout, pip and zc.recipe.egg. Version up slapos.rebootstrap to adapt to buildout3.
-
Xavier Thompson authored
-
- 19 Apr, 2024 1 commit
-
-
Kirill Smelkov authored
@jerome reports ue/cell/* schemas are not valid JSON and he is right: in 30179be5 I made a mistake to add extra trailing " after propertyOrder integer value. Fix that.
-
- 17 Apr, 2024 1 commit
-
-
Ivan Tyagov authored
-
- 16 Apr, 2024 1 commit
-
-
Rafael Monnerat authored
See merge request !1564
-
- 15 Apr, 2024 6 commits
-
-
Rafael Monnerat authored
They are json-editor specific features and are not part of the json schema
-
Rafael Monnerat authored
By using ref to ../ru/input-schema.json you append oneOf list and dont extend the current list. This fixes validation properly when oneOf the values are used.
-
Rafael Monnerat authored
Done by Thomas Gambier
-
Rafael Monnerat authored
See merge request nexedi/slapos!1555
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 12 Apr, 2024 13 commits
-
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
See commit 77eabe12. BTW, the mentionned 3ff25131 commit was part of !1559.
-
Léo-Paul Géneau authored
See merge request nexedi/slapos!1549
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
* Separate root and subscriber from drone SRs to avoid compilation of unnecessary dependencies * display logs in debug mode
-
Léo-Paul Géneau authored
Rename subinstances to avoid conflict. Once a subinstance is allocated on a computer, changing `sla-computer_guid` does not move the subinstance. Therefore an instance name containing the computer's guid is necessary.
-
Léo-Paul Géneau authored
Fix logs printed out of the logging area
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Process all available logs to avoid delay in log printing.
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Indicate the time of the last received message in format hh:mm:ss .
-
Léo-Paul Géneau authored
-
Léo-Paul Géneau authored
Set c-astral SR in its own file and leave the autopilot used blank in software-base.cfg
-