stable
Clone or download
Read-only
request #14945: Update to Deptrac 0.7.1
Changelog: https://github.com/sensiolabs-de/deptrac/releases/tag/0.7.0 A new violation between the core and the Git plugin has been detected by deptrac and is also fixed in this contribution. Change-Id: I20385ec76ae2a224bf8358f0c7fceda4c568f2e8
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +1 | −1 | Go to diff View file |
M | plugins/git/include/REST/ResourcesInjector.class.php | +4 | −1 | Go to diff View file |
A | plugins/git/include/REST/v1/GitProjectResource.php | +273 | −0 | Go to diff View file |
R | src/common/REST/v1/GitRepositoryListRepresentation.php | Go to diff View file | ||
M | plugins/git/include/REST/v1/GitRepositoryRepresentation.class.php | +82 | −3 | Go to diff View file |
D | plugins/git/include/REST/v1/ProjectResource.class.php | +0 | −150 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryRepresentationBuilder.class.php | +7 | −4 | Go to diff View file |
M | plugins/git/include/REST/v1/RepositoryResource.class.php | +1 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +0 | −49 | Go to diff View file |
M | src/common/Event/Event.class.php | +0 | −8 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectResource.class.php | +0 | −167 | Go to diff View file |
D | src/common/REST/v1/GitRepositoryRepresentationBase.class.php | +0 | −105 | Go to diff View file |
M | src/composer.json | +1 | −1 | Go to diff View file |
M | src/composer.lock | +46 | −43 | Go to diff View file |
M | tests/actions.groovy | +1 | −1 | Go to diff View file |