stable
Clone or download
Read-only
part of request #24187 Program Management generates too much SQL queries When we need to build a program project (from id, PI or iteration) we'll need to check if we actually are in a program context https: //blackfire.io/profiles/compare/68f3bf4d-ca82-4edf-9c78-d186353d5fc6/graph Change-Id: I8bd0286f2a268adc50c6785de461bf317349cb15
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Plan/ProgramAdapter.php | +38 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +2 | −12 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +1 | −6 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +6 | −45 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Plan/ProgramAdapterTest.php | +13 | −8 | Go to diff View file |