- 28 Jul, 2022 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 27 Jul, 2022 3 commits
-
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!408
-
Rafael Monnerat authored
Assignments dont expire anymore on this site.
-
Rafael Monnerat authored
See merge request !407
-
- 26 Jul, 2022 13 commits
-
-
Rafael Monnerat authored
Handle non string values.
-
Rafael Monnerat authored
This fixed badly merged slapos!394, that contained rebased commits
-
Rafael Monnerat authored
See merge request !394
-
Rafael Monnerat authored
-
Rafael Monnerat authored
See merge request !393
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This help for UI tests be a bit translation independent.
-
Rafael Monnerat authored
Ensure that the links are present on the side panel.
-
Rafael Monnerat authored
Ensure that the attention point works for related tickets waiting for response.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This follow up renderjs general directive to not use it.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 25 Jul, 2022 13 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Do not List Closed Forever Computer on Computer Network view
-
Rafael Monnerat authored
Rely on the proper API to exclude cases that aren't shown on the view listbox.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This makes monitor url, JS agnostic and part of API. This also places the real url (bookmarkable) on the gadget link, not requiring to rely on master to redirect.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The redirects via master is over, now the urls are direct to the Monitor app.
-
Rafael Monnerat authored
- Add script to emulare slapgrid work on accessing site as a Computer.
-
Rafael Monnerat authored
The access status is now widely used and often fetch in bulk (list of software instances of a computer). Include reference and portal_type gives a hind of which object the message is from, which helps on gadgets and APIs (by reducing the number of fetches for example).
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!401
-
Rafael Monnerat authored
This is obsolete feature before we do have Subscription requests and rapid space. Redirect from /trial to panel.rapid.space for legacy purpose, to not break URLs (mostly example).
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!406
-
Rafael Monnerat authored
On a large scale, this slow down and flood full text table w/o any practical use.
-
- 21 Jul, 2022 2 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
See merge request nexedi/slapos.core!403
-
- 20 Jul, 2022 3 commits
-
-
Thomas Gambier authored
Also add test for 'slapos register'
-
Rafael Monnerat authored
See merge request nexedi/slapos.core!404
-
Rafael Monnerat authored
-
- 19 Jul, 2022 4 commits
-
-
Thomas Gambier authored
This will be useful for tests. We don't need to do the chown as root because we created the file with root account.
-
Thomas Gambier authored
-
Thomas Gambier authored
Traceback (most recent call last): File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/slapgrid.py", line 1435, in processComputerPartitionList self.processComputerPartition(computer_partition) File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/slapgrid.py", line 1329, in processComputerPartition raise e File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/slapgrid.py", line 1254, in processComputerPartition local_partition._updateCertificate() File "/opt/slapos/eggs/slapos.core-1.7.10-py3.7.egg/slapos/grid/SlapObject.py", line 513, in _updateCertificate fout.write(new_content) TypeError: a bytes-like object is required, not 'str' Also add test for the failure.
-
Thomas Gambier authored
-