jcabi-github
jcabi-github copied to clipboard
Java Object-Oriented Wrapper of GitHub API, with a fake implementation of the entire GitHub API (for your tests)
The puzzle `1063-0509ffcb` in [`src/main/java/com/jcabi/github/mock/MkIssueEvents.java`](https://github.com/jcabi/jcabi-github/blob/master/src/main/java/com/jcabi/github/mock/MkIssueEvents.java) (lines 139-144) has to be resolved: Make it possible to set the "assignee" field for "assigned"/"unassigned" events. Make it possible to set the "milestone" field...
The puzzle `920-14172983` in [`src/test/java/com/jcabi/github/RtNotificationsTest.java`](https://github.com/jcabi/jcabi-github/blob/master/src/test/java/com/jcabi/github/RtNotificationsTest.java) (lines 46-47) has to be resolved: Create a test markNotificationAsRead and implement mark() operation in RtNotifications. The puzzle was created by Piotr Pradzynski on 10-Oct-15....
The puzzle `920-e9a632ce` in [`src/test/java/com/jcabi/github/RtNotificationsITestCase.java`](https://github.com/jcabi/jcabi-github/blob/master/src/test/java/com/jcabi/github/RtNotificationsITestCase.java) (lines 37-38) has to be resolved: Create integration tests for at least iterate() and get() operations of RtNotifications. The puzzle was created by Piotr Pradzynski...
The puzzle `1063-0509ffcb` in [`src/main/java/com/jcabi/github/mock/MkIssueEvents.java`](https://github.com/jcabi/jcabi-github/blob/master/src/main/java/com/jcabi/github/mock/MkIssueEvents.java) (lines 139-144) has to be resolved: Make it possible to set the "assignee" field for "assigned"/"unassigned" events. Make it possible to set the "milestone" field...
The puzzle `1017-59643c80` in [`src/test/java/com/jcabi/github/RtGistCommentTest.java`](https://github.com/jcabi/jcabi-github/blob/master/src/test/java/com/jcabi/github/RtGistCommentTest.java) (lines 57-59) has to be resolved: Apply this rule to all other classes that use MkGrizzlyContainer and make MkGrizzlyContainers use port() given by this resource...
The puzzle `1095-deaa3e41` in [`src/main/java/com/jcabi/github/Repos.java`](https://github.com/jcabi/jcabi-github/blob/master/src/main/java/com/jcabi/github/Repos.java) (lines 117-119) has to be resolved: Add the ability to set the other parameters of the repo creation API (has_issues, has_wiki, has_downloads, team_id, gitignore_template, license_template)....
The puzzle `975-0a524603` in [`src/test/java/com/jcabi/github/OAuthScope.java`](https://github.com/jcabi/jcabi-github/blob/master/src/test/java/com/jcabi/github/OAuthScope.java) (lines 41-45) has to be resolved: Now all IT cases are annotated with OAuthScope annotation to marked down its required scopes. A checker needs to...
The puzzle `1063-59da9a37` in [`src/main/java/com/jcabi/github/mock/MkEvent.java`](https://github.com/jcabi/jcabi-github/blob/master/src/main/java/com/jcabi/github/mock/MkEvent.java) (lines 133-135) has to be resolved: When the event has a label, retrieve and include the label's color too. MkIssueEvents.create() will also need to be...
The puzzle `1061-5da99a0c` in [`src/main/java/com/jcabi/github/mock/MkRepo.java`](https://github.com/jcabi/jcabi-github/blob/master/src/main/java/com/jcabi/github/mock/MkRepo.java) (lines 70-70) has to be resolved: Fix code to avoid CouplingBetweenObjects The puzzle was created by Chris Rebert on 15-Apr-15. Estimate: 30 minutes, role: IMP....
The puzzle `913-504d1bd2` in [`src/main/java/com/jcabi/github/ThreadSubscription.java`](https://github.com/jcabi/jcabi-github/blob/master/src/main/java/com/jcabi/github/ThreadSubscription.java) (lines 39-42) has to be resolved: Add properties subscribed (boolean), ignored (boolean), createdAt (Date), url (String), threadUrl (String) as shown in section "Response" at https://developer.github.com/v3/activity/notifications/#response-6...