Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-14Do not try to use EGit icons directlyThomas Wolf1-5/+5
These icon filenames are not public API; this will break when EGit decides to move to PNG. See bug 517169. Copy the PNGs from EGit instead (including the HiDPI versions), and reference them locally. SVG sources are _not_ included; those live in the EGit UI project. Adapt plugin.xml and GitHubImages accordingly. Bug: 472534 Change-Id: I6366b44e51c884f17aa8a9ef6aee7e6e4d014abe Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2012-01-30Add the RepositorySearchWizardPage to the EGit import wizardStefan Lay1-0/+11
In this first version we just clone the repository without further configuration. Change-Id: Ia1fb391dfc18771c51a9727d7946f53403c5a3bb Signed-off-by: Stefan Lay <stefan.lay@sap.com> Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-12-05Support creating Gist from files selected in Package ExplorerKevin Sawicki1-17/+32
This required updating the 'visibleWhen' to check for a selection that adapts to IResource but not to IContainer as a check for IFile does not match selected compilation units Change-Id: I26c5393ec23adb6108004510c640d5cd123663ce
2011-10-28Add support for creating Gists from Console viewKevin Sawicki1-0/+28
Change-Id: I882fbc5a50d2cb91f642c5166c5b0441dacc5900 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-08-04Add support for rebasing and merging pull requests.Kevin Sawicki1-0/+26
Pull request editor now has actions to rebase pull request topic branch onto tip of destination branch and also merge topic branch into destination branch. Change-Id: I271e6b6f78d5706748f0eb844d73d9ae25347787 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-08-01Add task repository for pull requests.Kevin Sawicki1-1/+46
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-10Enable clone repositories from GitHub wizard.Kevin Sawicki1-0/+10
Supports searching for repositories by language, cloning them, and adding them to the Git Repositories view. Change-Id: Id042ca49d9f0d1e6c09eb16bb4cff16d68ff09a8 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-18Correct order of root internal ui package name.Kevin Sawicki1-1/+1
Change-Id: Ic2d08fe8d584d965f6681f2e9d791f166beb066c Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-17Support creating public and private Gists from GitHub menu.Kevin Sawicki1-23/+76
Change-Id: I5277bc907bb33a5fce206264e0e29396a877ffa4 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-17Disable clone gist action when already cloned.Kevin Sawicki1-1/+7
Change-Id: Ia2e1dfae4a95c20540ecd4f2532bf3e9c40c1339 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-16Refactor package and class names for issue connector.Kevin Sawicki1-4/+4
Change-Id: Icfaf402936f0ebd2527ac9ba2fbbeb135a58e5c4 Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-05-09Fix line endingsMatthias Sohn1-115/+115
Change-Id: I4e635bea33f18eb31846f6aa2a2ad72c90ec2171 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-05-06Add import wizard for bulk adding GitHub task repositoriesKevin Sawicki1-0/+10
Change-Id: Idca217ba34757e6a1eb63b6bf9717680f37c2712 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-05-06Add clone gist handlerKevin Sawicki1-0/+9
This handler clones a gist locally, adds it as a registered gist repository and creates a project with the files in the gist. Change-Id: I8b2a81a40258bf443593470940d8e672de7907f8 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-04-25Hide create gist action on empty selections.Kevin Sawicki1-1/+2
Bug: 343575 Change-Id: Id5fffcb2be6e91f33210d165d14e091310e76e9c Signed-off-by: Kevin Sawicki <kevin@github.com>
2011-04-14Register Gist core and UI repository connector extension pointsKevin Sawicki1-0/+19
Change-Id: If976f0206002bcb6506f42b92f566646b4c28373 Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-04-08Add a proper branding iconChris Aniszczyk1-1/+1
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-04-07Use proper GitHub logoChris Aniszczyk1-2/+2
Change-Id: If72b62fd5e2389f3bcf9e0db0dc999a9284b0fc3 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-04-07Add support for creating GistsChris Aniszczyk1-0/+49
Supports creating gists on selections with files and on a selected file. Change-Id: Iab9b2a3892aaf6e753d8fcde77917c8d7347e8d0 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-03-23Initial commit of Mylyn GitHub IntegrationChris Aniszczyk1-0/+27
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>

    Back to the top