stable

Clone or download

Read-only

Project labels management

This is part of story #10498: Add labels on pull requests This is a core dependency for https://gerrit.tuleap.net/9363. Change-Id: I941b4f5721480a8d01870d051113b28b80771ad9

Modified Files

Name
A src/common/Label/Labelable.php +29 −0 Go to diff View file
A src/common/Label/LabelableDao.php +37 −0 Go to diff View file
M src/common/Label/REST/LabelRepresentation.php +2 −2 Go to diff View file
A src/common/Label/REST/LabelsPATCHRepresentation.php +34 −0 Go to diff View file
A src/common/Label/REST/LabelsUpdater.php +97 −0 Go to diff View file
A src/common/Label/REST/UnableToAddAndRemoveSameLabelException.php +25 −0 Go to diff View file
A src/common/Label/UnknownLabelException.php +25 −0 Go to diff View file
M src/common/autoload.php +8 −2 Go to diff View file
M src/common/project/Label/LabelDao.php +42 −0 Go to diff View file
A tests/simpletest/common/Label/REST/LabelsUpdaterTest.php +190 −0 Go to diff View file