Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Name can't be null at that placeAlexander Kurtakov1-3/+1
2021-09-21Add documentation to DataVolumeModel.parseString()Moritz 'Morty' Strübe1-2/+11
2021-02-12Bug 571109 - NPE when running a docker imageJeff Johnston1-1/+2
2020-12-07Bug 566705 Docker: readContainerDirectory: Fix reading symlinksMoritz 'Morty' Strübe2-60/+122
2020-09-02Bug 566575 - Copying files from Container does not handle symlinksJeff Johnston1-3/+63
2020-06-01Bug 558284 - replace com.spotify with org.mandas.docker-clientJeff Johnston2-8/+15
2020-05-28bug 558284 - replace com.spotify with org.mandas.docker-clientTony Homer7-32/+31
2020-05-20Bug 563412 - Port Settings inconsistently saved/restored for Docker RunJeff Johnston8-80/+117
2019-10-03Bug 525914 - Docker volume with no external mount ignoredJeff Johnston2-3/+27
2019-10-03Remove not used variables.Alexander Kurtakov2-10/+5
2019-05-23Use StringBuilder instead of StringBuffer where possible.Alexander Kurtakov6-8/+8
2019-05-23Replace custom toString(List<String>) wiht String.join.Alexander Kurtakov1-18/+2
2019-05-23Use getStructuredSelection method instead of casting.Alexander Kurtakov3-3/+3
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 Kurtakov17-72/+67
2019-05-08Another round of databindings generification.Alexander Kurtakov23-90/+63
2019-05-08Start building against 4.12 I-build.Alexander Kurtakov26-44/+44
2019-04-17Bug 546321 - CDT project built in remote container has no binariesJeff Johnston2-31/+106
2019-02-20Bug 533235 - Widget is disposed in Pull Image dialogJeff Johnston1-1/+1
2018-12-22Remove useless suppress warnings.Alexander Kurtakov3-12/+3
2018-11-02Fix some compile errors with Docker UIJeff Johnston5-5/+14
2018-10-17Generify observability code.Alexander Kurtakov6-30/+12
2018-08-23Bug 538219 - NullPointerException in DisplayContainerLogCommandHandlerJeff Johnston1-3/+10
2018-08-17Update target platform to 4.9.Roland Grunberg4-22/+26
2018-08-03Bug 537681 - NullPointerException in RunConsole.lambda$1Jeff Johnston1-17/+51
2018-07-20Bug 537248 - NoClassDefFoundError in ConnectionPropertyTesterJeff Johnston2-28/+29
2018-07-20Bug 537236 - Fix BaseResourceAwareLaunchShortcut ClassCastExceptionJeff Johnston1-1/+1
2018-07-16Bug 537086 - NullPointerException in RefreshCommandHandler.executeJeff Johnston1-3/+5
2018-06-06Bug 535524 - Latest Docker Tooling creates extraneous TerminalsJeff Johnston1-5/+2
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 Johnston8-15/+50
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 Istria1-1/+1
2018-05-25Modify DockerConnection attachCommand to use operation tokenJeff Johnston1-1/+2
2018-05-22Bug 534725 - Cannot run locally built image with Launch ConfigurationJeff Johnston1-0/+8
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-14Update containers plugin license to EPL 2.0.Alexander Kurtakov221-1227/+1582
2018-05-10docker: Convert to try-with-resources.Alexander Kurtakov5-126/+93
2018-05-07Bug 534367 - have RunDockerImage Delegate attach an IProcessJeff Johnston4-10/+30
2018-04-25Bug 534012 - Fix ConcurrentModificationExceptionJeff Johnston1-1/+4
2018-04-19Bug 533649 - Minor bug fixes for Run Docker Image launch configurationChin Huat Ang7-16/+14
2018-03-17Bug 532553 - ContainerCommandProcess not always reading full outputJeff Johnston2-46/+79
2018-03-14Bug 532420 - Make Container Core Build indexing more efficientJeff Johnston1-2/+13
2018-03-09Bug 522659: Update the Docker Client Stack.Roland Grunberg4-4/+4
2018-02-23Bug 531563 - Regression in Docker copy files from ContainerJeff Johnston2-2/+35
2018-02-02Bug 530264 - Copy From Container will not always correctly copy dataJeff Johnston3-42/+21
2017-11-10Bug 527138 - Starting gdbserver from CDT sometimes stalls indefinitelyJeff Johnston1-6/+32

Back to the top