stable
Clone or download
Read-only
part of: story #20919 define progress of artifacts How to test: - Base the semantic progress of your tracker on links count - Export its structure to XML - Import your tracker it anywhere you want --> The semantic is defined in the new tracker accordingly to the semantic defined in the source tracker. Change-Id: Ie3c1cd85a4e6b4c2f7c4d9d4abb99a23d9bd34da
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Semantic/Progress/MethodBasedOnEffort.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Progress/MethodBasedOnLinksCount.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressDao.php | +18 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressDuplicator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgressFromXMLBuilder.php | +30 | −1 | Go to diff View file |
M | plugins/tracker/resources/tracker-definition.rnc | +4 | −0 | Go to diff View file |
M | plugins/tracker/resources/tracker-definition.rng | +17 | −10 | Go to diff View file |
M | plugins/tracker/resources/tracker.rng | +17 | −10 | Go to diff View file |
M | plugins/tracker/resources/trackers.rng | +17 | −10 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnEffortTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnLinksCountTest.php | +8 | −8 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressDuplicatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/SemanticProgressFromXMLBuilderTest.php | +45 | −0 | Go to diff View file |
M | src/common/xml/resources/project/project.rng | +17 | −10 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +17 | −10 | Go to diff View file |