Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-24Merge branch 'stable-3.7'Matthias Sohn5-2/+55
2015-02-23Fix UI tests for platform versions newer than KeplerMatthias Sohn1-2/+7
2015-02-19Fix test error in StagingViewTest.testCommitSingleFileAndrey Loskutov2-0/+27
2015-02-19Close opened views on teardown to avoid broken StagingView testsAndrey Loskutov2-0/+20
2015-02-19Fix test error in StagingViewTest.testMergeConflictMatthias Sohn1-0/+1
2015-02-10Set minimum required Java version to Java 7Matthias Sohn3-5/+5
2015-02-04Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn2-2/+2
2015-02-03EGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1Matthias Sohn2-2/+2
2015-01-26Prepare 4.0.0-SNAPSHOT buildsMatthias Sohn2-13/+13
2015-01-22Fix "Unnecessary cast to ICommandService cast" warningMatthias Sohn1-2/+3
2015-01-04Merge branch 'stable-3.6'Matthias Sohn1-0/+1
2015-01-04Prepare 3.6.2-SNAPSHOT buildsMatthias Sohn2-13/+13
2015-01-03EGit v3.6.1.201501031845-rv3.6.1.201501031845-rMatthias Sohn2-2/+2
2015-01-02Don't run potentially blocking operations in UI threadAndrey Loskutov1-0/+1
2014-12-24Prepare 3.7.0-SNAPSHOT buildsMatthias Sohn2-13/+13
2014-12-23Prepare 3.6.1-SNAPSHOT buildsMatthias Sohn2-13/+13
2014-12-23EGit v3.6.0.201412230720-rv3.6.0.201412230720-rMatthias Sohn2-2/+2
2014-12-21Use appropriate constructor to create bare repositoryAndrey Loskutov3-3/+3
2014-11-26Update Tycho to 0.21Matthias Sohn1-33/+36
2014-11-23Fix missing trailing newline with "Create Patch"Robin Stocker1-2/+2
2014-11-12Prepare post 3.6.0-m1 buildsMatthias Sohn2-2/+2

Back to the top