- 01 Oct, 2024 12 commits
-
-
Rafael Monnerat authored
This feature was replaced by "Recheck" Monitoring later on and never used. Since it is broken since the refactoring, it is best to improve "Recheck" and drop this action for good.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Refactor the implementation of the alarms: - Search from Project rather them query compute nodes, directly respecting if the project can create tickets - Split ticket creation from messaging introducing *_getReportedErrorDict to calculate the error messages (so we can re-use them) - Merge 2 alarms (for check compute node and check compute software installations) info a single one, so we launch at least half the amount of activities for compute nodes.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Drop the action and forms that were not used anymore (and it was not exactly working).
-
Rafael Monnerat authored
This reverts commit ae35b7bc. Site messages arent used anymore for this purpose, so custom the view is not needed, since Site Messages arent used by any UI and we dont have plans to use anymore.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 30 Sep, 2024 3 commits
-
-
Rafael Monnerat authored
Moving logic to SoftwareInstallation_hasReportedError allow us reuse the logic on SupportRequest_recheckMonitoring script.
-
Rafael Monnerat authored
Old script not used anywhere
-
Rafael Monnerat authored
Under refactoring...
-
- 27 Sep, 2024 11 commits
-
-
Rafael Monnerat authored
it cause confusion on grep and search, if we need access its code, we may rely on https://lab.nexedi.com/nexedi/slapos.core/-/tree/master/master/bt5/slapos_jio
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This helps to emulate payments, so we can test outcome before/after payment to wechat
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Only launch caucase when needed. Not all tests need caucase, this saves a bit the overhead to run it
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
If failover textarea is rendered, we ensure that at least the software type is set, in case it exists. This prevents bad software.cfg.json break the form while editing some instance.
-
Rafael Monnerat authored
In case maileva is used, accountant needs access to system event module for add maileva exchanges. This role should be removed once Maileva integration be refactored
-
Thomas Gambier authored
-
Thomas Gambier authored
without the option --ignore-installed (even with PIP_BREAK_SYSTEM_PACKAGES=1), pip3 upgrade on Ubuntu 24.04 would report: Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0) Collecting pip Using cached pip-24.2-py3-none-any.whl.metadata (3.6 kB) Using cached pip-24.2-py3-none-any.whl (1.8 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 24.0 ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
-
- 26 Sep, 2024 1 commit
-
-
Romain Courteaud authored
-
- 25 Sep, 2024 13 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is for backward compatibility.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Clean up and update script to reflect the current usage Use Object rather newTempBase, so listbox columns are simpler to read
-
Rafael Monnerat authored
Rename Base_getEventList to WebSection_getEventList since we only expect Web Section as context No need specific script to get Titcket Url (merged into WebSection_getEventList) No need Folder_getOpenTicketList features, since the will be a single use case for all tickets Update tests to follow up the changes.
-
Rafael Monnerat authored
We want to unify the feeds, so per compute node/instance tree feeds should are gone.
-
Rafael Monnerat authored
User should use the panel websection instead, so drop all code to request the rss feed for renderjs runner ui. Users should rely on Panel only for rss feeds.
-
Rafael Monnerat authored
- Drop others rss feeds that are not **slapos_master_panel/feed - Keep backward compatibility with **slapos_master_panel/feed/critical, responding same as /feed - Keep backward compatibility with **slapos_master_panel/feed/invoice, responding same as legacy messages - Drop all feeds that were used over renderjs_runner
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-