Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-14refactor: simplify collection.toArray()Michael Keppler1-1/+1
2018-08-13Add missing blank in github wizard labelsMichael Keppler3-36/+7
2018-05-30Replace deprecated ViewerSortersMichael Keppler2-4/+7
2018-05-30More restrictive JDT settings for the projectsThomas Wolf13-98/+231
2018-05-30Update license to EPL-2.0Matthias Sohn52-108/+210
2018-03-11Replace use of deprecated Repository#getRef methodMatthias Sohn3-3/+3
2018-01-02Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn1-24/+14
2017-08-01Remove deprecated access to mylyn.tasksMichael Keppler5-8/+9
2017-07-09Have non empty title for all wizardsMichael Keppler4-3/+9
2017-06-14Do not try to use EGit icons directlyThomas Wolf1-2/+2
2017-05-19Resolve compilation problem on OxygenThomas Wolf3-1/+251
2016-05-15Fix auto-filled issue task URLPatrick-Jeffrey Pollo Guilbert1-1/+1
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

Back to the top