Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-06Add repository selection wizard pageKevin Sawicki1-0/+247
2011-05-06Add clone action to gist task editor pageKevin Sawicki3-0/+62
2011-05-06Add clone gist handlerKevin Sawicki1-0/+232
2011-05-06Add clone gist handler messages and dependenciesKevin Sawicki2-0/+28
2011-04-27Merge "Add credentials page for import repositories wizard."Chris Aniszczyk4-0/+177
2011-04-26Remove attach context button from action part.Kevin Sawicki1-1/+19
2011-04-25Add credentials page for import repositories wizard.Kevin Sawicki4-0/+177
2011-04-25Properly initialize assignee and mention text widgets. Kevin Sawicki1-1/+9
2011-04-24Remove unused fields that are FindBugs warningsKevin Sawicki2-3/+0
2011-04-21Add gist attachment wizard page.Kevin Sawicki4-0/+130
2011-04-21Add default title and user when creating first gist query. Kevin Sawicki3-3/+20
2011-04-21Add repository class that holds owner and nameKevin Sawicki3-27/+17
2011-04-20Add missing properties referenced from Messages class.Kevin Sawicki1-0/+2
2011-04-20Merge "Use string array as input to labels table in query page."Chris Aniszczyk1-6/+5
2011-04-20Use string array as input to labels table in query page.Kevin Sawicki1-6/+5

Back to the top