Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-06Switch to build against 4.10 I-builds.stable-7.0Alexander Kurtakov7-23/+31
2018-10-31Bug 528785 - Unknown instruction: HEALTHCHECKJeff Johnston2-0/+8
2018-09-27Update Linux Tools to 7.0.2.Jeff Johnston19-26/+26
2018-09-27Bug 503046 - ResourceException at DocumentProvider.setDocumentContentJeff Johnston2-1/+11
2018-09-26Bug 539483 - Provide javax.xml.bind for TP and generated repository.Roland Grunberg1-1/+2
2018-08-28Bug 538241 - C/C++ Container App should support EntrypointJeff Johnston1-0/+15
2018-08-27Bug 538241 - C/C++ Container App should support EntrypointJeff Johnston1-0/+7
2018-08-23Bug 538219 - NullPointerException in DisplayContainerLogCommandHandlerJeff Johnston1-3/+10
2018-08-22Bug 538156 - Handle 'address' argument for Java 1.8 and 9 correctly.Roland Grunberg1-0/+2
2018-08-17Bug 537956 - Add support for Java 9 and above.Roland Grunberg3-7/+40
2018-08-13Bug 537902 - ContainerVMInstall should implement IVMInstall2.Roland Grunberg1-1/+23
2018-08-07Bug 537681 - NullPointerException in RunConsole.lambda$1Jeff Johnston1-17/+51
2018-08-03Bug 500177 - Update to com.spotify.docker.client 8.11.7.Roland Grunberg2-15/+11
2018-07-20Bug 537248 - NoClassDefFoundError in ConnectionPropertyTesterJeff Johnston2-28/+29
2018-07-20Bug 537236 - Fix BaseResourceAwareLaunchShortcut ClassCastExceptionJeff Johnston1-1/+1
2018-07-20Bug 537205 - NoSuchElementException below ImageQuery.getJavaVersionJeff Johnston1-3/+7
2018-07-19Update to 7.0.1Jeff Johnston19-27/+27
2018-07-16Bug 537086 - NullPointerException in RefreshCommandHandler.executeJeff Johnston1-3/+5
2018-07-05Bug 536441 - ContainerLauncher does not use build environment variablesJeff Johnston1-0/+1
2018-06-12Update for Linux Tools 7.0.0v7.0.0Jeff Johnston19-34/+34
2018-06-12Bug 535781 - [EPP Photon RC3] java.lang.NoClassDefFoundErrorJeff Johnston1-1/+1
2018-06-06Bug 535524 - Latest Docker Tooling creates extraneous TerminalsJeff Johnston2-9/+13
2018-05-31Bug 535421 - AttachLog can stall and cause CDT Container build freezeJeff Johnston1-1/+8
2018-05-30Bug 535167 - "Build Image..." run config doesn't accept *.dockerfileJeff Johnston11-17/+102
2018-05-29Fix missing parameter for log message.Jeff Johnston1-2/+2
2018-05-25Revert change to use attachContainerOutputJeff Johnston1-1/+4
2018-05-25Attach to stdout directly instead of attaching to logsMickael Istria2-1/+13
2018-05-25Modify DockerConnection attachCommand to use operation tokenJeff Johnston3-3/+12
2018-05-25Fix warnings in build.properties.Alexander Kurtakov1-1/+2
2018-05-22Bug 534725 - Cannot run locally built image with Launch ConfigurationJeff Johnston3-1/+20
2018-05-22Bug 534683 - Docker Run Image ignores stdin in regular console inputMickael Istria1-3/+46
2018-05-18Bug 534682 - Terminate in Debug view doesn't work for Docker Run ImageJeff Johnston1-7/+8
2018-05-17Add Automatic-Module-Name for Java 9 compat.Alexander Kurtakov1-0/+1
2018-05-14Remove unused suppresswarnings.Alexander Kurtakov1-1/+1
2018-05-14Remove unused imports.Alexander Kurtakov2-4/+0
2018-05-14Update containers plugin license to EPL 2.0.Alexander Kurtakov540-3220/+3867
2018-05-11Bug 534529 - NullPointerException pulling helloworld imageJeff Johnston1-10/+9
2018-05-10Call open() before docker view is used.Rastislav Wagner4-0/+11
2018-05-10docker: Remove copy of RedDeer WorkbenchView.Alexander Kurtakov8-397/+12
2018-05-10docker: Convert to try-with-resources.Alexander Kurtakov8-208/+188
2018-05-09Remove useless throws declarations in docker tests.Alexander Kurtakov1-2/+3
2018-05-07Bug 534367 - have RunDockerImage Delegate attach an IProcessJeff Johnston6-14/+40
2018-05-03Bug 534075 - Adding CleanDockerExplorerRequirement class into reddeerodockal2-1/+115
2018-04-25Bug 534012 - Fix ConcurrentModificationExceptionJeff Johnston1-1/+4
2018-04-24Bug 533997 - New enable/disable notify support causes stack overflowJeff Johnston2-2/+21
2018-04-20Bug 533846 - Update RedDeer 2.1.0 in integration tests for DockerJosef Kopriva4-22/+22
2018-04-19Bug 533649 - Minor bug fixes for Run Docker Image launch configurationChin Huat Ang7-16/+14
2018-04-16Bug 533641 - Add enable/disable notification support for ConnectionsJeff Johnston3-0/+21
2018-04-06Bug 533280 - Reduce console retry messages when Docker daemon is downJeff Johnston3-0/+21
2018-04-04Fix DockerException message when message is json formatJeff Johnston1-3/+1

Back to the top