Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Fix maven buildAndrey Loskutov2-4/+3
2015-05-26Use try-with-resource to close JGit walksMatthias Sohn3-31/+22
2014-07-08Fix dependency to FilteredCheckboxTreeMatthias Sohn1-1/+1
2014-02-13Remove duplicate URL encoding of repository search queryMichael Keppler1-6/+1
2013-05-08Adapt github connector to compile against jgit/egit 3.0Matthias Sohn3-4/+4
2012-11-30Show info message that anonymous cannot submit tasksKaloyan Raev3-1/+55
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki1-15/+12
2012-05-08Consume Mylyn 3.7 APIsSteffen Pingel7-18/+13
2012-01-30Add the RepositorySearchWizardPage to the EGit import wizardStefan Lay1-3/+23
2011-12-05Support creating Gist from files selected in Package ExplorerKevin Sawicki1-7/+12
2011-12-05Use correct task repository when opening a newly GistKevin Sawicki3-19/+22
2011-10-28Add support for creating Gists from Console viewKevin Sawicki1-19/+41
2011-10-28Use default sorter for gist repositoriesKevin Sawicki1-0/+2
2011-10-27Prompt on Gist creation when multiple repositories exist.Kevin Sawicki5-14/+123
2011-09-22Set destination text to be read-onlyKevin Sawicki1-2/+2
2011-09-10Show dialog when opening commit fails due to missing repositoryKevin Sawicki5-31/+45
2011-09-08Show dialog when pull request does not resolve to Git repository.Kevin Sawicki3-1/+31
2011-09-07Remove checkout, rebase, and merge actions from toolbar.Kevin Sawicki1-4/+5
2011-09-01Support more types of editor inputs when creating Gists.Kevin Sawicki1-18/+51
2011-09-01Use pull URL when not Gist owner.Kevin Sawicki1-22/+0
2011-09-01Only show language if non-null and non-emptyKevin Sawicki1-2/+4
2011-08-31Add missing setters to model classesKevin Sawicki1-2/+2
2011-08-17Forward query page completeness to search container.Kevin Sawicki4-42/+99
2011-08-16Add service support for repository commits API.Kevin Sawicki2-7/+7
2011-08-04Add support for rebasing and merging pull requests.Kevin Sawicki8-125/+338
2011-08-01Add task repository for pull requests.Kevin Sawicki20-66/+1554
2011-07-15Remove code duplicated in Gist and Issue packages.Kevin Sawicki9-113/+139
2011-07-10Enable clone repositories from GitHub wizard.Kevin Sawicki4-122/+366
2011-07-08Remove use of WorkbenchLabelProvider as a IStyledLabelProvider.Kevin Sawicki1-4/+51
2011-07-06Show all of the user's repositories in import wizard.Kevin Sawicki1-3/+2
2011-06-29Open task by id when task is null.Kevin Sawicki2-1/+4
2011-06-29Clone GitHub repository via EGit.Christian Trutz4-4/+95
2011-06-20Migrate repository and pull request services to v3.Kevin Sawicki6-34/+161
2011-06-15Merge branch 'stable-1.0'Kevin Sawicki4-0/+177
2011-06-14Remove dependency to IndigoMatthias Sohn1-1/+25
2011-06-12Import Wizard for Github repositories.Christian Trutz4-0/+177
2011-06-01Add support for error field in request error class.Kevin Sawicki1-3/+9
2011-05-30Use wrapped exception when validating repo settings.Kevin Sawicki2-0/+4
2011-05-18Correct order of root internal ui package name.Kevin Sawicki19-23/+23
2011-05-18Remove HttpClient dependency from org.eclipse.mylyn.github.uiChristian Trutz1-3/+2
2011-05-17Support creating public and private Gists from GitHub menu.Kevin Sawicki6-58/+121
2011-05-17Disable clone gist action when already cloned.Kevin Sawicki2-51/+102
2011-05-16Add custom task kind label for issues and pull requests.Kevin Sawicki3-3/+18
2011-05-16Refactor package and class names for issue connector.Kevin Sawicki18-192/+223
2011-05-16GitHubClient refactored to use HttpClient 4.1Christian Trutz1-4/+3
2011-05-12Add new core GitHub API plug-in and unit tests.Kevin Sawicki9-26/+23
2011-05-10Use proper type when loading repositoriesKevin Sawicki1-0/+2
2011-05-09Fix line endingsMatthias Sohn1-173/+173
2011-05-06Add update milestones and labels button to query pageKevin Sawicki3-79/+121
2011-05-06Add import wizard for bulk adding GitHub task repositoriesKevin Sawicki1-0/+117

Back to the top