GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 7a10f1...c2f16b )
by
unknown
76:46
created
plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18 18
  */
19 19
 
20
-use Tuleap\AgileDashboard\REST\v1\Kanban\KanbanColumnPATCHRepresentation;
21
-
22 20
 class AgileDashboard_KanbanColumnManager {
23 21
 
24 22
     /** @var AgileDashboard_KanbanColumnDao */
Please login to merge, or discard this patch.
agiledashboard/include/AgileDashboard/REST/v1/ArtifactLinkUpdater.class.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -21,15 +21,11 @@
 block discarded – undo
21 21
 
22 22
 namespace Tuleap\AgileDashboard\REST\v1;
23 23
 
24
-use Tracker_Artifact_PriorityDao;
25 24
 use Tracker_Artifact_PriorityManager;
26
-use Tracker_Artifact_PriorityHistoryDao;
27 25
 use Tracker_Artifact_Exception_CannotRankWithMyself;
28 26
 use Tracker_FormElement_Field_ArtifactLink;
29 27
 use Tracker_Artifact;
30 28
 use Tracker_NoArtifactLinkFieldException;
31
-use UserManager;
32
-use Tracker_ArtifactFactory;
33 29
 use PFUser;
34 30
 
35 31
 class ArtifactLinkUpdater {
Please login to merge, or discard this patch.
agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 use TrackerFactory;
37 37
 use Tracker_SemanticManager;
38 38
 use Tracker_SemanticCollection;
39
-use Tracker_FormElementFactory;
40 39
 use Tracker_Semantic_Title;
41 40
 use Tracker_Semantic_Status;
42 41
 use AgileDashBoard_Semantic_InitialEffort;
Please login to merge, or discard this patch.
include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -42,10 +42,10 @@
 block discarded – undo
42 42
 use PFUser;
43 43
 use Tracker_FormElement_Field_List;
44 44
 use Tracker_Semantic_Status;
45
-use Tracker_REST_Artifact_ArtifactCreator                 as ArtifactCreator;
46
-use Tracker_REST_Artifact_ArtifactValidator               as ArtifactValidator;
47
-use Tuleap\Tracker\REST\TrackerReference                  as TrackerReference;
48
-use Tuleap\Tracker\REST\v1\ArtifactValuesRepresentation   as ArtifactValuesRepresentation;
45
+use Tracker_REST_Artifact_ArtifactCreator as ArtifactCreator;
46
+use Tracker_REST_Artifact_ArtifactValidator as ArtifactValidator;
47
+use Tuleap\Tracker\REST\TrackerReference as TrackerReference;
48
+use Tuleap\Tracker\REST\v1\ArtifactValuesRepresentation as ArtifactValuesRepresentation;
49 49
 use AgileDashboard_KanbanUserPreferences;
50 50
 use AgileDashboard_KanbanItemManager;
51 51
 use Tuleap\RealTime\NodeJSClient;
Please login to merge, or discard this patch.
include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,9 +26,7 @@
 block discarded – undo
26 26
 use Tuleap\Tracker\REST\Artifact\BurndownRepresentation;
27 27
 use Tuleap\REST\JsonCast;
28 28
 use PlanningFactory;
29
-
30 29
 use AgileDashboard_MilestonesCardwallRepresentation;
31
-use Tuleap\Tracker\REST\TrackerRepresentation;
32 30
 
33 31
 /**
34 32
  * Representation of a milestone
Please login to merge, or discard this patch.
plugins/proftpd/include/ProFTPd/SystemEvent/PROFTPD_UPDATE_ACL.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 namespace Tuleap\ProFTPd\SystemEvent;
23 23
 
24
-use Backend;
25 24
 use RuntimeException;
26 25
 use Tuleap\ProFTPd\Admin;
27 26
 use ProjectManager;
Please login to merge, or discard this patch.
plugins/tracker/include/REST/FieldListStaticValueRepresentation.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 
23 23
 use \Tracker_FormElement_Field_List_Value;
24 24
 use Tuleap\REST\JsonCast;
25
-use Project;
26 25
 
27 26
 class FieldListStaticValueRepresentation {
28 27
     /**
Please login to merge, or discard this patch.
simpletest/common/user/XML/Import/ReadyToBeImportedUsersCollectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace User\XML\Import;
21 21
 
22 22
 use TuleapTestCase;
23
-use PFUser;
24 23
 
25 24
 class ReadyToBeImportedUsersCollection_getUserByXxxTest extends TuleapTestCase {
26 25
 
Please login to merge, or discard this patch.