Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-20Display exception message when thrown during validationKevin Sawicki3-5/+17
2011-04-20Add validation of settings in Gist repository pageKevin Sawicki3-6/+72
2011-04-19Externalize task editor page factory stringsKevin Sawicki3-15/+11
2011-04-19Externalize repository settings page stringsKevin Sawicki3-9/+40
2011-04-19Support default repository label and anonymous accessKevin Sawicki1-46/+94
2011-04-19Update gist notification popup to open gist in task editorKevin Sawicki3-9/+28
2011-04-15Add custom gist task editor attachment partKevin Sawicki2-6/+246
2011-04-15Adding stubbed out gist task editor attachment partKevin Sawicki3-0/+135
2011-04-15Add gist attachment sorterKevin Sawicki1-0/+45
2011-04-14Add gist task editor page and factoryKevin Sawicki6-8/+159
2011-04-14Update Gist field from author to userKevin Sawicki1-1/+1
2011-04-14Add initial gist task repository connector UI classKevin Sawicki3-0/+103
2011-04-14Add initial gist repository settings pageKevin Sawicki3-0/+102
2011-04-14Add initial gist repository query pageKevin Sawicki3-0/+158
2011-04-14Remove GitHubServiceChris Aniszczyk1-19/+18
2011-04-14Migrate gist handler and job to use new gist serviceKevin Sawicki3-29/+48
2011-04-14Add custom issue attribute part instead of extendingKevin Sawicki1-5/+211
2011-04-14Add custom part for editing labels and milestonesKevin Sawicki4-87/+49
2011-04-14Add issue label attribute editorKevin Sawicki1-0/+250
2011-04-14Add externalized strings for issue attribute editorKevin Sawicki2-0/+22
2011-04-14Don't update exclude field in composite's grid dataKevin Sawicki1-6/+2
2011-04-14Merge "Display labels icon in issue query page"Chris Aniszczyk1-1/+6
2011-04-14Add icon for to be used for adding labels controlsKevin Sawicki1-2/+3

Back to the top