- 14 Sep, 2021 1 commit
-
-
Vincent Pelletier authored
This can happen if there is an error very early during publication.
-
- 10 Sep, 2021 3 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
we don't support negative quantity (it is better represented by an inversion of source and destination), and this allows better support of the smallest slice in ERP5, more especially in SupplyLine_asCellRange, where the title of the cell is computed with the min and max being None or not.
-
- 08 Sep, 2021 1 commit
-
-
Ivan Tyagov authored
-
- 03 Sep, 2021 8 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
See nexedi/slapos.core!307 (b7d5041e)
-
Romain Courteaud authored
The real issue is probably in the launcher.js file, but it is more tricky to fix
-
Romain Courteaud authored
See nexedi/slapos.core!313 (b02b2bff)
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
These are clone of Computer and Computer Partition, but used for virtual computing devices, unrelated to physical hardware.
-
- 01 Sep, 2021 1 commit
-
-
Xiaowu Zhang authored
-
- 20 Aug, 2021 1 commit
-
-
Gabriel Monnerat authored
-
- 19 Aug, 2021 1 commit
-
-
Georgios Dagkakis authored
- Remove passing of **kw to query, since it would break Listbox pagination - Avoid code duplication - Fix indentation
-
- 18 Aug, 2021 1 commit
-
-
Xiaowu Zhang authored
See merge request nexedi/erp5!1463
-
- 17 Aug, 2021 11 commits
-
-
Julien Muchembled authored
Otherwise, the object could be modified (_p_changed=1) and reindexed for nothing.
-
Roque authored
See merge request nexedi/erp5!1462
-
Roque authored
-
Roque authored
-
Roque authored
-
Ivan Tyagov authored
See merge request nexedi/erp5!1483
-
Ivan Tyagov authored
query SlapOs Master again and again if it created accordingly the Computer Partitions as anyway scalability tests will start only when instance's state is reported to SlapOs Master as ready. Thus in this case this check (and requests to SlapOs Master) is not providing any valuable information at all.
-
Ivan Tyagov authored
See merge request !1482
-
Ivan Tyagov authored
Increase instance creation time from 10 to 15 minutes as instance creation time includes its frontend creation which can take sometime a longer than usual time.
-
Xiaowu Zhang authored
-
Romain Courteaud authored
-
- 16 Aug, 2021 2 commits
-
-
Nicolas Wavrant authored
See merge request nexedi/erp5!1481
-
Nicolas Wavrant authored
In practice, SFTP-based client processes often use a prefix based filter when retrieving files on the server. ie: there is one SFTP server between 2 systems, used for different exchanges. The SFTP client will do something like (found in the wild): process1(file_list=sftp.list(path, prefix='PROCESS_1')) process2(file_list=sftp.list(path, prefix='PROCESS_2')) Our implementation of temporary_file_on_write only sets a suffix, which doesn't work for the previous SFTP client. So let's add also a prefix when writing temporary files.
-
- 11 Aug, 2021 2 commits
-
-
Rafael Monnerat authored
See merge request !1480
-
Rafael Monnerat authored
See merge request !1479
-
- 10 Aug, 2021 7 commits
-
-
Rafael Monnerat authored
See merge request nexedi/erp5!1477
-
Rafael Monnerat authored
This allow including more items to be ignored, preventing diffs from pure development.
-
Rafael Monnerat authored
Those 2 exceptions are from SlapOS Master codebase, and for now we cannot remove it. Rather them complexify the ignore lists, we are hardcoding the values for minimase the ignore list to the least entries as possible.
-
Rafael Monnerat authored
This is required for multiple sites support and allow us write unit tests and not create a 100 lines mock.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Whenever used via activity nodes, it is not possible to discover IP of the server via portal absolute url.
-
Rafael Monnerat authored
See merge request nexedi/erp5!1478
-
- 09 Aug, 2021 1 commit
-
-
Rafael Monnerat authored
Only Person could include getFirstName and getLastName, so implement a fail-safe in case Login is inside a Computer or any other document. (cherry picked from commit f7694fbc2ad2a22d582e48924732293ce1e96636)
-