- 27 Dec, 2019 2 commits
-
-
Jérome Perrin authored
Directories were ignored by mistake, we found out that several files that would help us diagnosing problems were missing, because we only snapshot etc/* which did not snapshot recursive directories such as etc/promise or etc/service. Symlinks were copied (the target was copied), because they matched the isfile check, but if the symlink target was not existent, this caused errors. Also rename _snapshot_instance_file to _copySnapshot as it is no longer treating files only
-
Jérome Perrin authored
50 was too much now that we keep snapshots in tests.
-
- 24 Dec, 2019 1 commit
-
-
Łukasz Nowak authored
supervisor configuration is interesting to inspect in, the same for runners in run and service directories. /reviewed-on nexedi/slapos.core!170
-
- 20 Dec, 2019 2 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
And display a "logout" button in the page. Instead display plain renderjs error message
-
- 19 Dec, 2019 6 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Probably this alarm should move into some other bt5 in future.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Add a mock for absolute_url as the test requires a valid url
-
- 18 Dec, 2019 10 commits
-
-
Łukasz Nowak authored
The supervisord binary in some environments (like webrunner), seems to not follow the automatic way to find the configuration file, so instead of relying on it, just explicitly provide the file. /reviewed-on nexedi/slapos.core!168
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Add a mock for absolute_url as the test requires a valid url
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Those values shouldn't be applied on production
-
Rafael Monnerat authored
slapos_payzen; Scripts moved to slapos_account in order to make it compatible with multiple payment types
-
Rafael Monnerat authored
slapos_accouting: Scripts moved from slapos_payzen to make it compatible with multiple payment types For now Payzen and Wechat
-
- 17 Dec, 2019 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Depending on the netifaces version the netmask can come with or without lenght prefix, so support both cases and consider netmask with prefix as equal to without prefix. The only result will be update of the netmask in the computer XML file.
-
Łukasz Nowak authored
self.interface.getGlobalScopeAddressList which uses netifaces can have different sorting of the addresses depending of the version, so prefer the already configured IPv6 address.
-
- 13 Dec, 2019 4 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
-
Boxiang Sun authored
According to this [code](https://lab.nexedi.com/nexedi/slapos.core/blob/master/master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_computer_view_js.js#L127) . I believe the test `testSlapOSJSServer` currently failed due to a typo. There may have other failing in this test, but at least we can fix this one first. /reviewed-on nexedi/slapos.core!165
-
Thomas Gambier authored
-
- 12 Dec, 2019 7 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This isn't the most suitable script for this anymore or some extra configurations can be used.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
mostly copied from slapos_payzen
-
- 09 Dec, 2019 1 commit
-
-
Alain Takoudjou authored
In Gitlab, if URL is like https://USERNAME:PASSWORD@somedomain.com then gitlab will return 401 and ask for basic Authentication. For this kind of URL, we simply extract username and password and send ajax request with Basic Auth. /reviewed-on nexedi/slapos.core!163
-
- 04 Dec, 2019 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 29 Nov, 2019 1 commit
-
-
Thomas Gambier authored
-
- 28 Nov, 2019 1 commit
-
-
Thomas Gambier authored
-