- 18 Aug, 2023 1 commit
-
-
Yusei Tahara authored
Slapgrid object makes a connection to master node immediately, thus if you create a slapgrid object without checking pidfile and if master node responds very slowly, you may get tons of stucked slapgrid processes by cron and system may become unusable.
-
- 16 Aug, 2023 5 commits
-
-
Xavier Thompson authored
See merge request !560
-
Xavier Thompson authored
Factor test partitions formatting into a separate method to facilitate customising the formating step in tests that need to do so.
-
Xavier Thompson authored
-
Xavier Thompson authored
Now that `StandaloneSlapOS.format` calls `slapos node format`, remove redundant operations in `StandaloneSlapOS.format`, such as updating the slapproxy.
-
Xavier Thompson authored
Always put IPv4 before IPv6 in partition address list, because that's the existing order and some things rely on that order, such as tests. A nice example of Hyrum's law in effect.
-
- 15 Aug, 2023 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!566
-
- 14 Aug, 2023 6 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Destination Reference wasn't used Display "Request By", this makes easy to identity if this is a loose instance
-
Rafael Monnerat authored
This makes navigation easier.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 10 Aug, 2023 17 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
It helps to know who requested the instance
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!558
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Just invalidate the certificate login
-
Rafael Monnerat authored
This drops certificate revocation, it only requires to invalidate the Certificate Login to make login invalid.
-
Rafael Monnerat authored
revoke occur directly on the Certificate Login
-
Rafael Monnerat authored
Other users wont have permission to cancel valid Certificate Logins, only Compute Node owners.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Now we dont rely on the document reference anymore. Invoke generateCertificate on tests else the user isnt valid. Note: Login name returns the Certificate Login reference, to keep backward compatibility with the API (and current usage) it user the actual user reference, so it is easier to identify which document set the access status.
-
Rafael Monnerat authored
This issues SSL Certificates and use Certificate Login, rather them require to revoke it.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 08 Aug, 2023 3 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!503
-
Rafael Monnerat authored
By using getModificationDate, it ensures that the data is set according to the transaction, since catalog can be updated since the transaction started leading to a recent etag using outdated cache from the transaction.
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!559
-
- 07 Aug, 2023 1 commit
-
-
Rafael Monnerat authored
-
- 27 Jul, 2023 3 commits
-
-
Rafael Monnerat authored
Display only the Software Releases and if they can allocate or not, since display individual computers are not exactly good. Filter compute nodes by allocation scope (not closed forever)
-
Rafael Monnerat authored
Include few fields and adjust the listbox columns to be user friendly (Display title rather them id).
-
Rafael Monnerat authored
No need set as manager just use average init script.
-
- 26 Jul, 2023 2 commits
-
-
Thomas Gambier authored
linux-vdso.so.1 (0x00007ffca2156000) foo.so => not found
-
Thomas Gambier authored
ssh-keysign is not readable by everyone so we cannot do "ldd" on it: $ ls -al /opt/slapgrid/shared/openssh/f79ee5e4e4573183783541f2ad9133e8/libexec/ total 1332 dr-xr-x--- 2 slapsoft slapsoft 90 Jul 12 22:10 . dr-xr-x--- 7 slapsoft slapsoft 131 Jul 12 22:10 .. -r-xr-xr-x 1 slapsoft slapsoft 145560 Jul 12 22:10 sftp-server -r-x--x--x 1 slapsoft slapsoft 506208 Jul 12 22:10 ssh-keysign -r-xr-xr-x 1 slapsoft slapsoft 366736 Jul 12 22:10 ssh-pkcs11-helper -r-xr-xr-x 1 slapsoft slapsoft 338064 Jul 12 22:10 ssh-sk-helper
-