Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-13Check for objects adaptable to IResource in ShowBlameActionHandlerThomas Wolf3-60/+361
2015-09-10Rewrite CommitMessageViewer to use JFaceThomas Wolf1-9/+7
2015-09-10Fixed: Specifying non-existing master does not abort initializationMax Hohenegger1-20/+116
2015-09-07Simplify hyperlink syntax coloring in SpellcheckableMessageAreaThomas Wolf1-3/+9
2015-09-07Use standard link colors in SpellcheckableMessageAreaThomas Wolf1-4/+5
2015-09-02Fix hyperlink display in SpellcheckableMessageAreaThomas Wolf2-1/+124
2015-08-24Initializing a Gitflow repository should allow changing branch namesMax Hohenegger1-4/+59
2015-08-23Show that there are changes in "Git Repositories" viewPeter Karena3-10/+13
2015-08-23Trying to fix unstable test: GitRepositoriesViewTest.testOpenAndrey Loskutov2-1/+5
2015-08-16[gitflow] Feature finish squash should allow changing the commit messageMax Hohenegger4-10/+145
2015-08-14[gitflow] Implement squash parameter for feature finishMax Hohenegger1-0/+1
2015-08-14Use default repository location for all import wizardsAndrey Loskutov2-6/+5
2015-08-01[test stability] Fix test crash on timeout due running wizard operationAndrey Loskutov1-3/+18
2015-07-25Test stability: log real stack traces before failing testAndrey Loskutov2-7/+22
2015-07-22[gitflow] Fix feature rebase which sometimes fails silentlyMax Hohenegger2-4/+49
2015-07-07Test stability: GlobalConfigurationPageTest swtbot workaroundsAndrey Loskutov2-1/+5
2015-07-07Test stability: another attempt to have stable connect() behaviorAndrey Loskutov1-1/+5
2015-07-07Test stability: force shell activation before tests startsAndrey Loskutov1-0/+16
2015-07-05[gitflow] add UI testsMax Hohenegger6-7/+350
2015-07-05Test stability: don't use Calender.roll()Andrey Loskutov1-3/+4
2015-07-04Test stability: wait extra time until new projects are connectedAndrey Loskutov1-1/+5
2015-07-04Test stability: added more assertions to testNoActionOnLinkedResourcesAndrey Loskutov1-5/+25
2015-07-03Don't use RepositoryProvider.getProvider() directly to avoid deadlocksAndrey Loskutov1-2/+2
2015-07-01Use bot.viewById instead of bot.viewByTitleAndrey Loskutov10-30/+42
2015-07-01Test fixes: BranchAndResetActionTest, LinkedResourcesTestAndrey Loskutov3-9/+21
2015-06-30Test fixes: ReplaceActionsTest, SynchronizeViewWorkspaceModelTestAndrey Loskutov4-5/+14
2015-06-30Test fixes: CommitSearchDialogTest, SynchronizeViewWorkspaceModelTestAndrey Loskutov3-4/+13
2015-06-30Test stability: missing RepositoryMappingAndrey Loskutov1-2/+40
2015-06-29Test stability fixes related to job scheduling/resource changes etcAndrey Loskutov6-26/+75
2015-06-28More test stability fixes after resource changesAndrey Loskutov2-6/+12
2015-06-28Introduced waitForJobs() after resetWorkspace and project operationsAndrey Loskutov2-2/+35
2015-06-26Make sure widget is focused and UI events are processed before clickingAndrey Loskutov1-0/+4
2015-06-22Use named shell instead of activeShell() for testAndrey Loskutov1-1/+4
2015-06-09Merge branch 'stable-4.0'Matthias Sohn1-0/+2
2015-06-09Prepare 4.0.1-SNAPSHOT buildsMatthias Sohn2-13/+13
2015-06-09EGit v4.0.0.201506090130-rv4.0.0.201506090130-rMatthias Sohn2-2/+2
2015-06-09Fix GitRepositoriesViewHandlingTest.testAddRepoButton()Matthias Sohn1-0/+2
2015-06-03Prepare 4.1.0-SNAPSHOT buildsMatthias Sohn2-13/+13
2015-06-02Prepare post 4.0-RC3 buildsMatthias Sohn2-2/+2
2015-06-02EGit v4.0.0.201506020755-rc3v4.0.0.201506020755-rc3Matthias Sohn2-2/+2
2015-05-26Prepare post 4.0.0-rc2 buildsMatthias Sohn2-2/+2
2015-05-26EGit v4.0.0.201505260635-rc2v4.0.0.201505260635-rc2Matthias Sohn2-2/+2
2015-05-21Use try-with-resource to avoid leaks with RevWalk and TreeWalkMatthias Sohn3-63/+73
2015-04-20Format check must honor soft-wrapped commit messagesChristian Georgi1-22/+20
2015-04-20Check for empty second line in commit messageChristian Georgi1-0/+67
2015-04-18Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Andrey Loskutov3-9/+12
2015-03-23Adapt to org.eclipse.jgit.java7 being merged into org.eclipse.jgitMatthias Sohn2-6/+0
2015-03-04Accept git clone command as URIMichael Keppler1-0/+24
2015-03-03Fix behavior of EGit when repo is a symlinkGunnar Wagenknecht1-4/+4
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn7-28/+7

Back to the top