- 29 Dec, 2021 6 commits
-
-
Rafael Monnerat authored
This allows the project owner leave the project if he would like too
-
Rafael Monnerat authored
This API aims to handle token generation for person, rather them keep ad-hoc API on scripts for specific usage
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Acquire listbox configuration from erp5 using proper API rather them hardcode the values over the .js
-
Rafael Monnerat authored
- Include person.requestProject API on person_slap_interface_workflow - Include project_slap_interface_workflow on Projects
-
- 27 Dec, 2021 1 commit
-
-
Jérome Perrin authored
For fish shell, make slapos node software --only-sr and slapos node instance --only-cp complete the software and partitions from the local slap proxy
-
- 22 Dec, 2021 2 commits
-
-
Jérome Perrin authored
We don't use abbreviations in the user interface, this also makes another message to translate.
-
Jérome Perrin authored
This reverts commit a8f83ef9 and the other places where this pattern was copied. If some non verified connection is being made, let's be honest and don't hide it to user.
-
- 21 Dec, 2021 2 commits
-
-
Łukasz Nowak authored
In the commit dc559dad specific exceptions has been exposed to caller, but in case of SLAPOS_TEST_DEBUG enabled unusal exception is raised. This commit improves the situation so that behaviour is consistent neverthless the SLAPOS_TEST_DEBUG.
-
Romain Courteaud authored
This reverts commit 71fd0fab. All Zelenium tests are failing because of this change. Revert until all tests are fixed.
-
- 20 Dec, 2021 7 commits
-
-
Łukasz Nowak authored
The change was missing in the commit 439786ba.
-
Romain Courteaud authored
-
Romain Courteaud authored
Filling the service worker is not supposed to take so much time
-
Romain Courteaud authored
The inventory catalog uses second for precision. Ensure all test movements are created in different seconds.
-
Łukasz Nowak authored
See merge request nexedi/slapos.core!334
-
Łukasz Nowak authored
The state of Software Release being cleaned up or not is really never known, so simply drop the concept. Use case to cover, is some developer having upgrade_scope=auto set and installing archived SRs - it IS expected that such SR would be cleaned if not used.
-
Łukasz Nowak authored
The allocation_scope of Compute Node is as important, as Compute Node owner regarding the software management itself.
-
- 15 Dec, 2021 11 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Romain Courteaud authored
-
Léo-Paul Géneau authored
Add a test where the binary is compatible but the signature is unverified
-
Léo-Paul Géneau authored
Avoid catching interruptions and system calls during exception handling
-
Léo-Paul Géneau authored
Get all binaries for the requested SR Indicate which are verified by the certificate list
-
Léo-Paul Géneau authored
Leave string interpolation to the logging method
-
Léo-Paul Géneau authored
Use `gcc -dumpmachine` instead of `platform.machine()` to discriminate architecture
-
Léo-Paul Géneau authored
Use libnetworkcache to list only binaries with verified signature
-
Léo-Paul Géneau authored
-
Łukasz Nowak authored
See merge request nexedi/slapos.core!352
-
- 14 Dec, 2021 3 commits
-
-
Cédric Le Ninivin authored
See merge request nexedi/slapos.core!346
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
See merge request nexedi/slapos.core!347
-
- 13 Dec, 2021 2 commits
-
-
Łukasz Nowak authored
Improvements: * allow to destroy any kind of instance * damage software release to avoid change propagation * provide more information in the UI for the OSS Operator * stabilise field and action naming * allow to rename and destroy only stopped instances
-
Łukasz Nowak authored
For the OSS Operator it's important to have a safe way to rename and stop instances, especially in context of the Instance Tree management. This action is more advertised then rename and destroy, which has much more drastic consequences.
-
- 10 Dec, 2021 6 commits
-
-
Jérome Perrin authored
Fix a missing dependency in 1.7.0 on python2
-
Jérome Perrin authored
Minor version was increased because "slapgrid: Process promises with instance python" brings full support of using slapos node on python3 also when using software on python2
-
Jérome Perrin authored
Support a syntax like: slapos request \ --node=computer_guid=local \ --parameters-file=~/request.json \ ERP5 \ https://lab.nexedi.com/nexedi/slapos/raw/1.0.145/software/erp5/software.cfg to request an instance with parameters in ~/request.json file. This also teach slapos.core about the instance schema, which makes it possible to understand the serialisation, so that we no longer need to use `_ = json.dump(params)` to encode parameters. This also emits a warning when requesting with parameters which do not match the schema. See merge request nexedi/slapos.core!215
-
Jérome Perrin authored
Because json is unicode in python2, pretty-printing the parameters would display something like {u'foo': u'bar'}. Encode these unicode strings on python2, so that it looks like {'foo': 'bar'} on both python2 and python3
-
Jérome Perrin authored
-
Jérome Perrin authored
This is more readable
-