- 19 Apr, 2024 6 commits
-
-
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
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 17 Apr, 2024 1 commit
-
-
Rafael Monnerat authored
See merge request !620
-
- 16 Apr, 2024 10 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Jérome Perrin authored
-
Rafael Monnerat authored
-
Jérome Perrin authored
-
Rafael Monnerat authored
This test seems never ever implemented since the begin of the project
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 15 Apr, 2024 6 commits
-
-
Rafael Monnerat authored
See merge request !617
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This implements checkValidity properly.
-
Rafael Monnerat authored
This bt5 contains all code related to the parameter editor, include the testing dialogs and samples. The goal is evolved the implementation and keep code specific separated from the rest of the implementation (so if UI can change and we keep a "generic" implementation. Test form was included on Software Product Module due security reasons (so be allowed to be used as normal user). On slapos_panel: Reimplement parameter test on slapos_parameter_editor On slapos_panel: Move samples to slapos_parameter_editor bt5 On slapos_cloud: Move code related to parameter editor to slapos_parameter_editor bt5 On slapos_panel: Drop old test parameter implementation
-
Rafael Monnerat authored
-
- 10 Apr, 2024 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 04 Apr, 2024 1 commit
-
-
Romain Courteaud authored
-
- 03 Apr, 2024 2 commits
-
-
Romain Courteaud authored
May allow oauth support in futur
-
Romain Courteaud authored
-
- 28 Mar, 2024 1 commit
-
-
Romain Courteaud authored
-
- 27 Mar, 2024 11 commits
-
-
Romain Courteaud authored
Also in this commit: * add a test step to trigger all alarms * update the expected bt5 list
-
Romain Courteaud authored
Migrate the previous slapos master logic to virtual master: Create needed Project, Software Product, Remote/Instance Node, Subscription Request, Allocation Supply.
-
Romain Courteaud authored
Also in this commit: update tests * use backup cloudooo nexedi/slapos@a729a677 * many dependencies have been dropped * change module id generator * portal_callables is not handle by the configurator See nexedi/erp5@a55b0f78
-
Romain Courteaud authored
There are 4 types of assigment family: * The accounting team has assignment like: accounting/manager or accounting/agent They can see all invoices, but can not modify the automated ledger * The sale team has assignment like: sale/manager or sale/agent * A virtual master customer has an assignment like: function/customer destination_project/THE_PREFERED_DEFAULT_PROJECT He can request instance trees. He can see all the nodes on the virtual master. * The virtual master manager has assignment like: function/production/manager destination_project/THE_PROJECT or function/production/agent destination_project/THE_PROJECT He is responsible to create the compute node and ensure the quality of the service provided on it (so, he manages the related crm). Worklist must be usable, to quickly allow any user to know what is expected from him in the system. Also in this commit: * change the module id generator to _generatePerDayNodeNumberId to reduce conflicts on object creation * change bt5 dependencies to use the new panel UI
-
Romain Courteaud authored
Keep only code which was not yet migrated. This bt5 is not supposed to be installed anymore.
-
Romain Courteaud authored
-
Romain Courteaud authored
Simplify maintainance of the panel by putting back the business logic into ERP5 actions. This allows to: * view panel actions in ERP5JS too * use formulator to define what a user see * not write JS code for every page We loose the offline functionality, but this was never finished.
-
Romain Courteaud authored
Modules switched to per day/node ID generator. Also in this commit: * drop not needed trade conditions
-
Romain Courteaud authored
Modules switched to per day/node ID generator. Also in this commit: * drop templates * drop not needed trade conditions
-
Romain Courteaud authored
-
Romain Courteaud authored
Unify Ticket and Event creation, to ensure consistency on the different categories. Use causality category instead of aggregate, to link the Ticket to the context document (instance, node, ...). Aggregate must be used to define the item of the movement resource. Monitoring: the tickets are managed by the virtual master admin, who is responsible to provide a good service quality. Admin will use their worklist to see the ongoing tickets. Regularisation Request: this ticket is handle by the accounting team. Unpaid invoice can be related to any kind of service (instance, node), which have only 2 states from the ticket point of view: running or destroyed. Only check the automated ledger, do not be impacted by other kind of invoices. Prevent allocation if a customer has an ongoing Regularisation Request. TODO: handle case of unpaid invoices for professional customers Also in this commit: * drop templates * use interaction workflow to trigger alarms
-