- 07 Mar, 2025 10 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit f6a0b4a9.
-
Romain Courteaud authored
slapos_erp5: wip security for bulletin slapos_erp5: Site Message are visible to all project's customers slapos_erp5: Note will only be visible to project managers slapos_erp5: Acknowledgement will only be visible by customer slapos_erp5: trigger Bulletin local roles calculation slapos_erp5: set bulletin module business_application slapos_erp5: coding style: add bulletin scripts slapos_erp5: coding style: skin selection: erp5_bulletin slapos_erp5: drop dependency slapos_panel: allow created different kind of Event slapos_panel: action to add a Bulletin slapos_panel: display Bulletin in the ticket's listboxes slapos_panel: view Bulletin / Site Message slapos_panel: create Note event for Bulletin Keep the event only visible to managers slapos_panel: change the Bulletin's event portal type based on the context slapos_panel: dont add attachment to bulletin It will explode size of acknowledgements slapos_panel: don't expect any custom resource for Bulletin slapos_panel: missing bulletin dependency slapos_panel: drop dependency slapos_crm: wip bulletin idea slapos_crm: fixup bulletin? slapos_crm: fixup slapos_crm: add erp5_bulletin dependency slapos_configurator: test configurator: bulletin_module test: erp5_bulletin bt5 added test mixin: erp5_bulletin
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit 74607091.
-
Romain Courteaud authored
slapos_erp5: production users can create invitation token slapos_erp5: do not allow creating Contract Invitation Token anymore slapos_erp5: invitation token roles slapos_erp5: trigger invitation token local role generation slapos_erp5: is an Invitation Token a ticket? slapos_erp5: test invitation token roles slapos_erp5: roles for Assignment Request
-
Romain Courteaud authored
-
Romain Courteaud authored
The regression comes from b0031eeb which changed the getConnectionParameterDict behaviour.
-
Romain Courteaud authored
-
- 25 Feb, 2025 13 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
follow changes done on upstream for erp5 code.
-
Rafael Monnerat authored
Use from slapos.util and convert str to bytes (as expected on python3)
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Probably this was based on some outdated version, since the calculation already changed on: erp5@6ded2571
-
Rafael Monnerat authored
This solves a lot of warnings in python3
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Romain Courteaud authored
-
- 21 Feb, 2025 4 commits
-
-
Romain Courteaud authored
No need to fetch all parameters if not accessed. This will speed up the recipe.request.
-
Romain Courteaud authored
-
Romain Courteaud authored
No need to access invalidated instances. Also try to reduce conflict, and try to not block indexation activities.
-
Romain Courteaud authored
-
- 20 Feb, 2025 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
- fix the test failure introduced recently - fix grammar - log the software URL without ... at the end, so that we can click the link or copy it more easily
-
- 19 Feb, 2025 1 commit
-
-
Rafael Monnerat authored
-
- 18 Feb, 2025 4 commits
-
-
Romain Courteaud authored
No need to install all officejs bt5.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Rafael Monnerat authored
-
- 17 Feb, 2025 1 commit
-
-
Romain Courteaud authored
This increase complexity, as user do not get the impacts of such changes. Better create a new remote node if needed.
-
- 14 Feb, 2025 5 commits
-
-
Rafael Monnerat authored
For now the system allows allocate with instance_guid on remote, so it is not good to check
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
The performance impact is way to important, as it requires to fetch all schema files. For history, one use case was: 10 seconds to validate, 50ms to request. Software releases should instead use the slapconfiguration:jsonschema recipe to reject wrong input. The recipe must use the schema informations stored on the installation directory. slapos!1638 Move automated schema validation to the cli/request.py client. Inform when the client start the parameter validation, to spot slowness.
-
Romain Courteaud authored
No need to call everytime slapos node instance runs (every minute)
-