Actions
Enhancement #26770
openWoChangeRequestJdbcRepository#updateChangeRequest executes several transactions
Effort required:
Very Small
Name check:
To do
Fix check:
To do
Regression:
No
Description
The WoChangeRequestJdbcRepository#updateChangeRequest
method executes several transactions, using an instance of RoChangeRequestRepository
in order to make read-only queries. This can be optimized by directly executing the corresponding SQL queries instead
Updated by Véronique HAYAERT 6 days ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/822
Updated by Véronique HAYAERT 4 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|cc0ed6d164cfa3b0f9d18387293fe3cd5d6a41c7.
Actions