- 12 Jul, 2024 1 commit
-
-
Rafael Monnerat authored
Introduce a listbox rather them a page template or HTML for a more future-proof approach. Some logic could be generalized for shorten the test/get scripts, but for now it is better keep them as is.
-
- 11 Jul, 2024 1 commit
-
-
Rafael Monnerat authored
-
- 08 Jul, 2024 1 commit
-
-
Rafael Monnerat authored
The alarm should update the state of Subscription Request whenever Compute Node and Project are invalidated, to proper cancel it as soon as possible.
-
- 05 Jul, 2024 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The cancellation and validation occur on the same group of objects, so to save code and processing merge both. "Cancel" takes precedence over "validate", if the user destroys his instance "too fast" we should not drop his subscription request as soon as possible.
-
Rafael Monnerat authored
This helps to preserve backward compatibility with existing sites, that would have broken documents by the absence of the portal types.
-
Rafael Monnerat authored
-
- 27 Jun, 2024 1 commit
-
-
Rafael Monnerat authored
This was causing bt5 to generate delta while export.
-
- 26 Jun, 2024 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 25 Jun, 2024 13 commits
-
-
Rafael Monnerat authored
Merge the delta, minimizing the diff on the fork of the file.
-
Rafael Monnerat authored
Currently, it is not used on general code. Since it is not used we are dropping from our codebase. Nothing prevents other projects include it in future.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Roque authored
See merge request nexedi/slapos.core!639
-
Roque authored
-
Roque authored
- do not return url if connection parameters are not available - use byteify instead of encode to handle dict json data - drop obsolete setting_configurator url - drop json loads/dumps - set slapos master url parameter
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Whenever an Instance Tree is destroyed (and archived), cancel the Subscription Request on Submitted state. This is required since the Submitted Subscription Requests count as required Deposit, and the user clearly didnt conclude his payment.
-
Rafael Monnerat authored
Similar to "Pay" Section, it will display the outstanding amount right the way to pay. This allows the user "immediately" have their instance ready to allocate (validated) and it wont require to navigate to pay section or subscription request.
-
Rafael Monnerat authored
This allows the script been used with normal user security roles, since only account_module is cause restrict access (by the current usage). destination section can be an organisation, so use shadow to avoid relax security.
-
- 21 Jun, 2024 2 commits
-
-
Rafael Monnerat authored
Display if the instance is payable (price currency/unit) Create and redirect to deposit payment if balance would require a deposit to the instance to work.
-
Rafael Monnerat authored
This allows to to getPrice before actual create a subscription request.
-
- 20 Jun, 2024 3 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
* add 'Add Event' action on the panel * display discussion on the upgrade decision
-
Romain Courteaud authored
-
- 19 Jun, 2024 7 commits
-
-
Kazuhiko Shiozaki authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Allow to upload an attachment when creating an ticket's event. The text_content parameter is limited to text/plain. More work is required to support text/html content_type.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Carlos Ramos Carreño authored
In Suse SLE 15.6, ansible can be installed either from the OpenSuse repo of from PackageHub. The version installed from OpenSuse requires Python >= 3.10. Thus, it depends on the modern Python (version 3.11) provided by the Python 3 module, instead of on the Python provided by the base system module (version 3.6). Packages installed for the modern Python, such as pip, will have python311 as a prefix instead of just Python. On the other hand, the ansible version in PackageHub is older and can be used with the older Python version. Thus, we check if either version of the package is installed, and if not we install the more modern from those available. See merge request nexedi/slapos.core!647.
-
- 17 Jun, 2024 1 commit
-
-
Thomas Gambier authored
also remove lab.node.vifib.com old URL. The URLs we support for gitlab are: * lab.nexedi.com * lab.nxdcdn.com * lab.nexedi.cn
-
- 14 Jun, 2024 1 commit
-
-
Romain Courteaud authored
-