Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-04Standardize GitHub Java API headless unit tests.Kevin Sawicki16-200/+538
2011-09-04Add missing setters to Milestone model class.Kevin Sawicki1-0/+45
2011-09-04Add missing setters to Issue model class.Kevin Sawicki1-0/+72
2011-09-02Add cast for ambiguous constructor call.Kevin Sawicki1-1/+2
2011-09-01Add README file for GitHub Java API.Kevin Sawicki1-0/+134
2011-09-01Add GitHubClient constructor that takes only a hostnameKevin Sawicki1-3/+12
2011-09-01Add shade profile with default configurationKevin Sawicki1-0/+23
2011-09-01Only update issues if user is a repository collaborator.Kevin Sawicki2-37/+59
2011-09-01Support more types of editor inputs when creating Gists.Kevin Sawicki1-18/+51
2011-09-01Add missing integer parameter methods.Kevin Sawicki2-1/+87
2011-09-01Mark labels task attribute as not read-only.Kevin Sawicki2-3/+3
2011-09-01Return formatted field errors from RequestException.getMessageKevin Sawicki1-12/+21
2011-09-01Use pull URL when not Gist owner.Kevin Sawicki2-26/+7
2011-09-01Only update Gists owned by currently authenticated user.Kevin Sawicki1-2/+37
2011-09-01Add default constructor to GitHubService.Kevin Sawicki16-2/+141
2011-09-01Only show language if non-null and non-emptyKevin Sawicki1-2/+4
2011-08-31Add missing setters to model classesKevin Sawicki7-23/+212
2011-08-31Guard against possible null name value in Label classKevin Sawicki1-4/+26
2011-08-31Remove null field from call to MessageFormat.formatKevin Sawicki1-7/+7
2011-08-31Add missing setters to FieldError, GistFile, and Id classes.Kevin Sawicki3-1/+66
2011-08-31Move base64 encoding logic to utility class.Kevin Sawicki4-30/+50
2011-08-31Use static imports for constantsKevin Sawicki8-74/+102
2011-08-31Remove incorrect use of Integer.toBinaryStringKevin Sawicki1-4/+3
2011-08-31Implement Serializable interface in all model classesKevin Sawicki34-61/+199
2011-08-22Add missing elements to pom-jar.xml fileKevin Sawicki1-1/+69
2011-08-19Add commit message to merge button APIKevin Sawicki1-3/+6
2011-08-18Handle dates consistently in getters and settersKevin Sawicki8-22/+36
2011-08-18Use 'this' keyword consistently.Kevin Sawicki14-120/+101
2011-08-18Add support for pull request commit commentsKevin Sawicki9-34/+247
2011-08-17Forward query page completeness to search container.Kevin Sawicki4-42/+99
2011-08-17Support API equivalent of the Merge ButtonKevin Sawicki3-0/+113
2011-08-17Add support for team repository APIKevin Sawicki3-21/+126
2011-08-17Support user public keys and user e-mail address APIsKevin Sawicki10-38/+326
2011-08-17Add links in class comments to API documentationKevin Sawicki11-5/+38
2011-08-17Add pom file to build JAR of egit-github coreKevin Sawicki2-0/+140
2011-08-17Update build to use latest signing pluginKevin Sawicki2-20/+4
2011-08-16Organize constants by type and remove commentsKevin Sawicki1-294/+115
2011-08-16Add support for multi-repository issue requestsKevin Sawicki2-0/+111
2011-08-16Inline asserts and use static imports for constantsKevin Sawicki23-768/+992
2011-08-16Add support for forking a GistKevin Sawicki4-37/+101
2011-08-16Add service support for repository commits API.Kevin Sawicki9-25/+566
2011-08-15Add collaborator service support.Kevin Sawicki3-0/+169
2011-08-15Add missing '/' in create pull request URIKevin Sawicki1-2/+3
2011-08-15Add service support for watched repositoriesKevin Sawicki4-1/+396
2011-08-15Add fork support to repository serviceKevin Sawicki3-0/+155
2011-08-15Add service support for repository deploy key API.Kevin Sawicki6-5/+369
2011-08-11Add service support for low-level Git data API.Kevin Sawicki11-0/+1170
2011-08-09Implement Iterable in PageIterator.Kevin Sawicki1-1/+8
2011-08-09Add missing parentheses to externalized stringsKevin Sawicki1-3/+3
2011-08-08Reuse Gson instances across all clients.Kevin Sawicki2-1/+10

Back to the top