stable
Clone or download
Read-only
Merge commit 'refs/changes/79/14179/24' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #13038: Introduce static analysis with Psalm Change-Id: Idb070862a343b30edcd708a18bf4758f6eb03983
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +16 | −0 | Go to diff View file |
M | plugins/docman/include/Docman_Widget_MyDocman.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/PermissionsPerGroup/TrackerPermissionPerGroupRepresentationBuilder.php | +4 | −2 | Go to diff View file |
M | src/common/Project/Admin/ProjectMembers/ProjectMembersController.php | +4 | −3 | Go to diff View file |
M | src/common/Project/Admin/ProjectUGroup/DynamicUGroupMembersUpdater.php | +3 | −2 | Go to diff View file |
M | src/common/widget/Widget_MyArtifacts.class.php | +2 | −0 | Go to diff View file |
M | src/composer.json | +13 | −2 | Go to diff View file |
M | src/composer.lock | +688 | −1 | Go to diff View file |
M | src/www/cvs/admin_commit.php | +3 | −1 | Go to diff View file |
M | src/www/cvs/browse_commit.php | +3 | −1 | Go to diff View file |
M | src/www/cvs/cvs_intro.php | +3 | −1 | Go to diff View file |
M | src/www/include/pre.php | +1 | −22 | Go to diff View file |
M | src/www/project/admin/permissions.php | +4 | −4 | Go to diff View file |
M | src/www/project/admin/project_admin_utils.php | +2 | −7 | Go to diff View file |
M | src/www/project/admin/ugroup_utils.php | +4 | −4 | Go to diff View file |
M | tests/Jenkinsfile | +2 | −1 | Go to diff View file |
M | tests/Jenkinsfile-nightly | +15 | −0 | Go to diff View file |
M | tests/actions.groovy | +9 | −0 | Go to diff View file |
A | tests/lib/Psalm/Dockerfile | +4 | −0 | Go to diff View file |
A | tests/lib/Psalm/PsalmCommandLauncherWithIgnoreDirectory.php | +124 | −0 | Go to diff View file |
A | tests/lib/Psalm/PsalmIgnoreDirectory.php | +31 | −0 | Go to diff View file |
A | tests/lib/Psalm/PsalmIgnoreGitExcludedTuleapPlugins.php | +44 | −0 | Go to diff View file |
M | tests/phpunit/bootstrap.php | +5 | −6 | Go to diff View file |
A | tests/phpunit/tests/Psalm/PsalmCommandLauncherWithIgnoreDirectoryTest.php | +178 | −0 | Go to diff View file |
A | tests/phpunit/tests/Psalm/PsalmIgnoreGitExcludedTuleapPluginsTest.php | +40 | −0 | Go to diff View file |
A | tests/psalm/Dockerfile | +4 | −0 | Go to diff View file |
A | tests/psalm/bootstrap.php | +34 | −0 | Go to diff View file |
A | tests/psalm/psalm-config-plugins-git-ignore.php | +38 | −0 | Go to diff View file |
A | tests/psalm/psalm.xml | +60 | −0 | Go to diff View file |
A | tests/psalm/tuleap-baseline.xml | +23902 | −0 | Go to diff View file |