Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-15Fix auto-filled issue task URLPatrick-Jeffrey Pollo Guilbert1-1/+1
Bug: 486345 Change-Id: I409878995f8cf4f55bcf823d5b898c27e52c0cb5 Signed-off-by: Patrick-Jeffrey Pollo Guilbert <patrick.pollo.guilbert@ericsson.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2012-05-08Consume Mylyn 3.7 APIsSteffen Pingel1-1/+0
Several internal classes were promoted to API in Mylyn 3.7 and deprecated. The GitHub connector should consume the new APIs since deprecated classes are going to be removed for Mylyn 3.8. Change-Id: Idab168d16247f00bb9d9ce6e4bbc64817b749380 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-08-01Add task repository for pull requests.Kevin Sawicki1-3/+1
Initially supports: * Editing summary & description * Browsing & adding comments * Browsing & opening associated commits * Closing & re-opening the pull request * Checking out the pull request's commits into a topic branch * Fetching pull request commits * Generating a context with the files modified in the pull request Change-Id: Iba75e999353dbc5d095dc95dd2977e9f21d694e6 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-07-15Remove code duplicated in Gist and Issue packages.Kevin Sawicki1-16/+28
Add base classes for attributes, connectors, and data handlers. These new base classes will also be used by the forthcoming Pull Request connector. Change-Id: I1812fede3752bb85ec65cdedcba8ad078767455b Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-06-20Migrate repository and pull request services to v3.Kevin Sawicki1-2/+2
Searching for repositories still uses the v2 API which is why the two repository models are now required. Change-Id: I18700446790337031be2faf9114ff2bb581fdeb3 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-16Add custom task kind label for issues and pull requests.Kevin Sawicki1-3/+10
Change-Id: Id1c0c1df1210c8e65b0595a9e665a4391a2f5a9d Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-16Refactor package and class names for issue connector.Kevin Sawicki1-0/+173
Change-Id: Icfaf402936f0ebd2527ac9ba2fbbeb135a58e5c4 Signed-off-by: Kevin Sawicki <kevin@github.com>

    Back to the top