stable
Clone or download
Read-only
Merge commit 'refs/changes/52/15252/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13519: Lazy load Tuleap CLI commands
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Gitolite/RegenerateConfigurationCommand.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/Git/Repository/RepositoriesWithObjectsOverTheLimitCommand.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +16 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/TrackerForceNotificationsLevelCommand.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +11 | −8 | Go to diff View file |
M | src/common/CLI/Application.php | +2 | −2 | Go to diff View file |
M | src/common/CLI/CLICommandsCollector.php | +14 | −8 | Go to diff View file |
M | src/common/CLI/Command/ImportProjectXMLCommand.php | +3 | −6 | Go to diff View file |
M | src/common/CLI/Command/LaunchEveryMinuteJobCommand.php | +1 | −1 | Go to diff View file |
M | src/common/CLI/Command/QueueSystemCheckCommand.php | +1 | −1 | Go to diff View file |
M | src/utils/tuleap.php | +56 | −32 | Go to diff View file |
A | tests/phpunit/common/CLI/CLICommandsCollectorTest.php | +51 | −0 | Go to diff View file |