stable
Clone or download
Read-only
Part of request #27902: Move SQL code out of the `stats_nightly.sh` script Change-Id: If35dc4f30ef567b6d991828df81801015b1f769d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/Git/Gitolite/SSHKey/Provider/User.php | +2 | −5 | Go to diff View file |
M | plugins/git/tests/integration/Gitolite/SSHKeyMassDumperTest.php | +11 | −12 | Go to diff View file |
M | plugins/git/tests/unit/Git/Gitolite/SSHKey/Provider/UserTest.php | +3 | −5 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Reviewer/Autocompleter/PotentialReviewerRetriever.php | +3 | −7 | Go to diff View file |
M | plugins/pullrequest/tests/unit/Reviewer/Autocompleter/PotentialReviewerRetrieverTest.php | +5 | −5 | Go to diff View file |
M | src/common/Project/Admin/RestrictedUsersProjectCounter.php | +1 | −1 | Go to diff View file |
M | src/common/User/Profile/ForceRegenerationDefaultAvatarCommand.php | +0 | −3 | Go to diff View file |
M | src/common/User/UserHelper.class.php | +5 | −6 | Go to diff View file |
M | src/common/User/UserManager.class.php | +21 | −20 | Go to diff View file |
M | src/common/admin/Admin_UserListExporter.class.php | +1 | −1 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +211 | −343 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_ROOT_DAILY.class.php | +7 | −6 | Go to diff View file |
M | src/www/admin/userlist.php | +2 | −2 | Go to diff View file |
M | src/www/user/autocomplete.php | +3 | −6 | Go to diff View file |
M | tests/unit/Tuleap/User/Profile/ForceRegenerationDefaultAvatarCommandTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/User/UserHelperTest.php | +3 | −5 | Go to diff View file |
M | tests/unit/common/dao/UserDaoTest.php | +3 | −4 | Go to diff View file |