stable
Clone or download
Read-only
This situation can happen when an access key only has scopes provided by a plugin and this plugin is removed. Part of story #14023: access Git repositories with a personal access key Change-Id: I2d0e51605be032e73835d5bf9aba6dd1a2742506
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/CLI/Command/DailyJobCommand.php | +2 | −2 | Go to diff View file |
M | src/common/User/AccessKey/AccessKeyDAO.php | +10 | −0 | Go to diff View file |
M | src/common/User/AccessKey/AccessKeyRevoker.php | +3 | −2 | Go to diff View file |
M | tests/integration/tests/User/AccessKey/AccessKeyDAOTest.php | +11 | −0 | Go to diff View file |
A | tests/phpunit/common/User/AccessKey/AccessKeyRevokerTest.php | +57 | −0 | Go to diff View file |