Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Bug 534367 - have RunDockerImage Delegate attach an IProcessJeff Johnston1-2/+6
2018-04-24Bug 533997 - New enable/disable notify support causes stack overflowJeff Johnston2-2/+21
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
2018-03-20Fix API warnings for DockerContainerConfigJeff Johnston2-1/+11
2018-03-17Bug 532553 - ContainerCommandProcess not always reading full outputJeff Johnston1-0/+13
2018-03-09Bug 522659: Update the Docker Client Stack.Roland Grunberg11-57/+59
2018-03-03Bug 531883 - Deadlock in Docker when connection closesJeff Johnston1-4/+8
2018-02-02Bug 530264 - Copy From Container will not always correctly copy dataJeff Johnston1-1/+37
2018-01-30Remove deprecated usages.Alexander Kurtakov1-7/+7
2017-08-22Bug 521211 - Docker launch fails debugging some C/C++ programsJeff Johnston3-6/+169
2017-07-20Handle cases where logging framework's DEBUG level is on.Roland Grunberg1-0/+21
2017-07-20Bug 519581 - Add basic security for running imagesJeff Johnston2-0/+42
2017-07-13Bug 519581 - Add basic security for running imagesJeff Johnston2-1/+41
2017-05-23Bug 517143: Prevent UI hangs due to reloadConnections in UI thread.Roland Grunberg1-0/+1
2017-05-18Use varargs MessageFormat.format method.Alexander Kurtakov2-3/+13
2017-05-17Bug 516683 - Add method to get container changes in DockerConnectionJeff Johnston4-0/+95
2017-05-11Bug 513591 - Add support for building C/C++ projects in ContainerJeff Johnston4-1/+95
2017-04-26Bug 510648: Update to com.spotify.docker.client 6.1.1.Roland Grunberg7-104/+103
2017-04-03Further improve support for authenticated registries.Roland Grunberg4-3/+92
2017-03-29Bug 513175 - LogStream and LogReader not closed properly Jeff Johnston1-1/+15
2017-03-29Bug 514425 - Failure to run image results in Container Not Found Jeff Johnston3-5/+35
2017-03-14Revert "Bug 510648: Update to com.spotify.docker.client 6.1.1."Roland Grunberg5-88/+79
2017-03-13Bug 510648: Update to com.spotify.docker.client 6.1.1.Roland Grunberg5-79/+88
2017-03-08docker: More deprecated API removal.Alexander Kurtakov2-62/+2
2017-03-07docker: Remove deprecated and unused API.Alexander Kurtakov6-146/+12
2017-03-02Bug 512917 - CDT Container launcher fails for unnamed ConnectionJeff Johnston1-1/+6
2017-03-01Bug 512917 - CDT Container launcher fails for unnamed Connection Jeff Johnston3-2/+7
2017-02-14docker: More Guava deprecated updates.Alexander Kurtakov2-6/+6
2017-02-14docker: Move to non-deprecated guava calls.Alexander Kurtakov1-3/+3
2016-12-12Bug 492235: Update to docker-client 3.6.8.Roland Grunberg1-76/+2
2016-12-05Bug 508657 - NoStackTrace in RunDockerImageLaunchConfigurationDelegate.launchXavier Coulon1-1/+1
2016-11-29Bug 508282 - Unable to list image tags on DockerHubXavier Coulon8-67/+351
2016-11-29Bug 507163 - DockerException in ProcessLauncher$FluentProcessBuilder.<init>Xavier Coulon2-2/+34
2016-11-29Bug 508026 - AssertionFailedException below ImageBuildDialog.createDialogAreaXavier Coulon1-1/+5
2016-11-22Bug 507769 - NullPointerException when the list of images is not loaded in th...Xavier Coulon1-12/+4
2016-11-18Bug 507154 - NullPointerException in DockerConnectionManager.findConnectionXavier Coulon1-2/+3
2016-11-15Bug 507386 - Improve DefaultImagePullProgressHandlerJeff Johnston2-7/+81
2016-11-08Bug 506967 - Remember last selected registry account used in push/pullJeff Johnston2-0/+10
2016-11-07Bug 506967 - Remember last selected registry account used in push/pullJeff Johnston1-0/+5
2016-11-07Bug 506049 - NullPointerException in DockerImageHierarchyView.showXavier Coulon1-2/+2
2016-11-07Bug 507143 - DockerException in ProcessUtils$FluentProcessBuilder.<init>Xavier Coulon5-242/+146
2016-11-05Bug 506350 - Remove trailing '/' on folders in "Copy from Container"Jeff Johnston1-1/+3
2016-11-04Bug 506980 - Pull Image from private registry returns error msgJeff Johnston2-17/+40
2016-11-04Bug 506980 - Pull Image from private registry returns error msgJeff Johnston1-0/+81
2016-11-03Bug 506312 - Add remote mount support to ContainerLauncherJeff Johnston2-0/+57
2016-10-18Bug 506109 - Add support to copy files from container to hostJeff Johnston3-1/+162
2016-10-04Bug 501240 - Do not hide image with <none>:<none> as a result of a buildXavier Coulon4-117/+190
2016-09-28Bug 499917 - Improve error message when tagging imageJeff Johnston1-0/+20

Back to the top