- 10 May, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Is there an option to only ignore KEYEXPIRED ?
-
- 08 May, 2020 7 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Currently, we could just list gettext but for maintainability, it's easier to compare the list with only python&gcc's buildout.cfg
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Jérome Perrin authored
- pylint and other linters were not working in the new version of python extensions. - configure URLs for webviews in something compatible with our frontends. See merge request !755
-
Jérome Perrin authored
This disable a theia security feature of using a different hostname for each webview. By defaut, for each webview, thiea generate an unique hostname that when using vifib frontends would be something like https://uuid.webview.softinstXXX.host.vifib.net but that's not usable in our case because we cannot create frontends for a subdomain (also we don't have certificates for such domain). Configure THEIA_WEBVIEW_EXTERNAL_ENDPOINT to something less secure, but working in our environment. This fixes embedded jupyter notebooks and other web views.
-
Jérome Perrin authored
This reverts commit 7e3bc5ee. Theia does not seem to be ready for this version, several things are not working: - selecting another python interpreter - linting in the editor - at startup there's always a "Python is not installed.Please download and install Python before using the extension." warning . I think this happened sometimes with the previous version too. jedi was working fine, but too maybe critical features are broken.
-
- 07 May, 2020 8 commits
-
-
Thomas Gambier authored
add more tests for KVM and fix them See merge request !752
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Jérome Perrin authored
fixes 794185d0
-
Jérome Perrin authored
Otherwise it's installed by python setup.py outside of buildout
-
- 06 May, 2020 1 commit
-
-
Rafael Monnerat authored
This is partially WIP but I let @jerome, @Nicolas and @tomo to review it. Thie WIP is resilient tests included on it, it may cause the test runs for several hours. My current idea is release all except resilient one, them use the Test case as a Library and recreate additional folders/softwares, which will run resilient tests. It still required to see if we can optimise the compilation maximazing the use of shared. See merge request !748
-
- 05 May, 2020 5 commits
-
-
Rafael Monnerat authored
This MR is a complement of nexedi/slapos.core!214, however it can be merged before the release of slapos.core because it won't be used until slapos.toolbox (actuall runner code) is changed to call them. /cc @jerome @tomo @Nicolas See merge request !751
-
Julien Muchembled authored
This reverts commit de1e9ea0. 2.7.1+slapos006 revealed a bug in buildout bug, breaking resilient KVM.
-
Thomas Gambier authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Commit f355e0af didn't work because GCC building ignores LDFLAGS when linking libgfortran.so whereas the latter does not even need zlib and would be linked to system zlib (if it exists) for nothing. In our case, there seems to be no zlib code inside the installed files.
-
- 04 May, 2020 10 commits
-
-
Rafael Monnerat authored
This allow slaprunner call the API more easily.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This may include basic usage of webrunner and as well basic resilience takeover.
-
Julien Muchembled authored
The only change should be the upgrade of rdiff-backup (from 1.0.5+SlapOSPatched001 to 1.3.4nxd6-SlapOSPatched001) for some SR that extend the resilient stack.
-
Julien Muchembled authored
For some SR, it implies the following upgrades: - decorator: 4.3.0 - gitdb2: 2.0.5 - smmap2: 2.0.5 - subprocess32: 3.5.3
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
As https-only becomes default, tests are adapted in order to follow new approach, case by case, or the redirect http->https is asserted, or https access is used instead of http.
-
- 03 May, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
This is required for Python 3.7
-
- 01 May, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
- move or link instead of copying - don't set too open permissions
-
- 30 Apr, 2020 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request !747
-
Rafael Monnerat authored
This would allow the webrunner invoke it to bootstrap the instance rather them create the folders manually.
-