Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Update orbit repo and bouncycastle dependencies.v7.3.0Jeff Johnston1-6/+6
2019-06-11Prepare Linux Tools 7.3 release.Jeff Johnston182-212/+238
2019-06-11Bug 546505 - "Permission denied" on building CDT project in containerJeff Johnston1-0/+2
2019-06-07Bug 548018 - Container launch targets may disappearJeff Johnston1-1/+2
2019-06-07Bug 548018 - Container launch targets may disappearJeff Johnston2-5/+41
2019-06-04Bug 547929 - CoModException below ContainerGCCToolChainProvider$2.runJeff Johnston1-1/+2
2019-06-04Bug 547909 - CoreException: for hasMultipleTags propertyJeff Johnston1-17/+18
2019-05-23Bug 547602 - For Container launch, also specify gidJeff Johnston1-2/+5
2019-05-23Bug 547600 - Fix ConcurrentModificationException in DockerConnectionJeff Johnston1-1/+1
2019-05-23Use StringBuilder instead of StringBuffer where possible.Alexander Kurtakov45-71/+71
2019-05-23Replace custom toString(List<String>) wiht String.join.Alexander Kurtakov1-18/+2
2019-05-23Foreach conversion.Alexander Kurtakov3-11/+4
2019-05-23Use getStructuredSelection method instead of casting.Alexander Kurtakov18-24/+25
2019-05-22Bug 547568 - Adding an exposed port via Run Image wizard causes an errorJeff Johnston1-3/+6
2019-05-22docker.ui: Code simplifications.Alexander Kurtakov6-63/+23
2019-05-22Adjust for API changes in Bug 546975 - Rename selection toAlexander Kurtakov18-74/+70
2019-05-13Use jacoco 0.8.4.Alexander Kurtakov1-1/+1
2019-05-08Remove duplicated versions in pom.xml files.Alexander Kurtakov4-4/+0
2019-05-08Another round of databindings generification.Alexander Kurtakov26-101/+82
2019-05-08Start building against 4.12 I-build.Alexander Kurtakov34-54/+154
2019-05-08Remove useless SuppressWarnings.Alexander Kurtakov1-5/+1
2019-05-08Remove e4.10 target.Alexander Kurtakov1-101/+0
2019-05-08Remove org.apache.commons.lang from target fileAlexander Kurtakov1-1/+0
2019-05-08Updated jdt.core.prefs.Alexander Kurtakov4-16/+96
2019-05-08Update to Orbit 2019-06 M2Alexander Kurtakov1-10/+10
2019-04-23Bug 546664 - TCPConnectionSettings.isTlsVerify is incorrectJeff Johnston1-1/+2
2019-04-17Bug 546321 - CDT project built in remote container has no binariesJeff Johnston4-33/+168
2019-04-09Bug 546237 - NPE when building a project in a container over networkJeff Johnston1-3/+5
2019-04-09Skip repository reports.Alexander Kurtakov2-102/+0
2019-04-09Build against 2019-03 release.Alexander Kurtakov6-8/+110
2019-04-08Use Tycho 1.4.0 to build.Alexander Kurtakov1-2/+2
2019-04-05Bug 546152 - Docker Tooling makes Quick Access slow the first timeJeff Johnston1-26/+164
2019-04-03BUG-545794 Fixes dependencies when running ITests with JDK 1.8, bump upJosef Kopriva23-123/+151
2019-03-13Remove p2 repository deployment steps from Maven build.Roland Grunberg2-76/+0
2019-03-11Add delay to fix SearchDialogTest#testSearchDialog()Roland Grunberg1-0/+1
2019-03-06Update master to 7.3.0Jeff Johnston183-192/+192
2019-03-06Temporarily ignore BasicHelgrindTest#testNumErrors()Roland Grunberg1-0/+3
2019-03-05Bug 545081 - Allow volume specification for additional directoriesJeff Johnston4-1/+210
2019-03-05Fix bug in STPCompletionProcessorTest#prepareTrees()Roland Grunberg1-2/+3
2019-02-25Bug 544710 - o.e.l.jdt.docker.launcher uses constraint issue on Java 8Roland Grunberg1-1/+2
2019-02-25Remove mylyn features from target file.Alexander Kurtakov1-5/+1
2019-02-25Remove old targets - no longer supported.Alexander Kurtakov3-333/+0
2019-02-25Nuke Mylyn OSIO integration.Alexander Kurtakov222-19531/+0
2019-02-20Bug 533235 - Widget is disposed in Pull Image dialogJeff Johnston1-1/+1
2019-02-05Bug 543555 - o.e.l.docker.ui uses constraint violation on Java 8Roland Grunberg1-1/+2
2019-02-01Bug 543964 - Dockerfile editor flags SHELL as unknownJeff Johnston2-0/+10
2019-01-28Move repo analysis to run against 2018-12.Alexander Kurtakov3-12/+12
2019-01-28Update to Jacoco 0.8.3.Alexander Kurtakov1-2/+2
2018-12-22Replace deprecated DockerConnections.message with getResponseBody.Alexander Kurtakov1-22/+22
2018-12-22Remove useless suppress warnings.Alexander Kurtakov3-12/+3

Back to the top