- 11 Dec, 2018 2 commits
-
-
Rafael Monnerat authored
-
Thomas Gambier authored
/reviewed-on nexedi/slapos.core!71
-
- 06 Dec, 2018 1 commit
-
-
Guillaume Hervier authored
/reviewed-on nexedi/slapos.core!70
-
- 04 Dec, 2018 2 commits
-
-
Alain Takoudjou authored
[slapos_crm] fix failing crm skins tests after include error message in generated ticket for hosting subscription
-
Rafael Monnerat authored
-
- 03 Dec, 2018 3 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
After c931d60c, default options were changed and we didn't want that. Rewrite the code so that we have a clearer scheme: * all options of format are listed as FormatConfig attributes with default values * all values present in configuration file (.cfg) erase the previous options * all values present in command line erase the previous options We use the special default argparse.SUPPRESS that removes totally the arg from arg dict so that only PRESENT options erase something
-
- 30 Nov, 2018 2 commits
-
-
Julien Muchembled authored
-
Thomas Gambier authored
fix after nexedi/slapos.core!62 @rafael currently slapos node boot is broken on all machines with ipv6_interface different from interface_name (e.g. rapid space machines) /reviewed-on nexedi/slapos.core!68
-
- 28 Nov, 2018 11 commits
-
-
Rafael Monnerat authored
ComputerModelModule_viewComputerModelList was commited by mistake
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Rafael Monnerat authored
Some informations are important to have.
-
Rafael Monnerat authored
Display collected information on Master
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 27 Nov, 2018 3 commits
-
-
Jérome Perrin authored
Minimal fixes to restructured text so that it renders properly on [pypi index page](https://pypi.org/project/slapos.core) /reviewed-on nexedi/slapos.core!65
-
Jérome Perrin authored
-
Jérome Perrin authored
Because most txt were renamed as .rst, it makes sense to include all .rst recursively
-
- 26 Nov, 2018 11 commits
-
-
Rafael Monnerat authored
Same as 1.4.12 but with a minor fix on the egg generation, after a rename of CHANGES.txt into CHANGES.rst
-
Rafael Monnerat authored
Missing CHANGES.txt fails to install eggs.
-
Rafael Monnerat authored
-
Alain Takoudjou authored
Add ofset +0000 to utc date so after convert to another timezone it still remain valid. /reviewed-on nexedi/slapos.core!63
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Thomas Gambier authored
Each tap will have a subnetwork with 16 more bits than the interface. The IPv6 of the tap is the last of the subnetwork. Note: the example IPv6 address is the address used in documentation (see https://en.wikipedia.org/wiki/IPv6_address#Documentation)
-
Thomas Gambier authored
-
Thomas Gambier authored
The bridge was never used anymore. For KVM software release, we are using tap with their own routes (packets are routes directly through the tap device).
-
Jérome Perrin authored
checked with: pylint --disable all --enable spelling --spelling-ignore-words=URI,SSL,API,XXX,uninstall,initialize,slapgrid,slapformat,kvm,instantiation,IComputer,IException,Vifib,IRequester,ISupply,SocketError,virtio,boolean,traceback,http,mysoftwareproduct,foo,buildout --spelling-dict en_US slapos/slap/interface/slap.py /reviewed-on nexedi/slapos.core!66
-
- 23 Nov, 2018 1 commit
-
-
Rafael Monnerat authored
The current code expected to have a string on the XML
-
- 21 Nov, 2018 4 commits
-
-
Rafael Monnerat authored
In a scenario with multiple forms for the same software type it is better store which schema was used to render the form.
-
Rafael Monnerat authored
Use a light grey to blend nicer in the page.
-
Rafael Monnerat authored
Include "restricted_parameter", to hide values which are not part of the schema (but keep them as hidden) and don't allow to include new objects. Include parameter to disallow raw editions Fix ordering of the software types based on index definition
-
Rafael Monnerat authored
-