Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Johnston4-3/+163
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
2016-09-24Bug 501522 - Open or ping failure for connection logs exceptionJeff Johnston4-3/+65
2016-09-14Bug 500969 - Duplicate registry info in combo after changing settingsXavier Coulon1-1/+2
2016-09-12Bug 489111 - NoStackTrace in DockerConnection$LogThread.executeXavier Coulon4-14/+40
2016-09-07Bug 500973 - Push image to local registry failsXavier Coulon2-11/+15
2016-09-06Bug 500737 - NullPointerException in DockerConnection.pullImageJeff Johnston2-2/+21
2016-09-01Bug 499607 - Add restart option to container context menuJeff Johnston1-7/+33
2016-08-26releng: Bump feature versions for next release.Alexander Kurtakov1-1/+1
2016-08-25Bug 499750 - Add commands in Image Hierarchy viewXavier Coulon9-26/+188
2016-08-23Bug 499954 - Container with TTY doesn't display log or remove logsJeff Johnston1-1/+2
2016-08-23Bug 499749 - Include Docker containers in Hierarchy viewXavier Coulon7-144/+323
2016-08-23Bug 479592 - Support for Docker ComposeXavier Coulon12-140/+716
2016-08-17Bug 499745 - Docker Explorer broken on WindowsXavier Coulon1-6/+6
2016-08-16Bug 499745: Guard against bad return values in connection framework.Roland Grunberg6-22/+31
2016-08-13Bug 496922 - Improvements on the 'push image' dialogXavier Coulon12-73/+408
2016-08-12Bug 495251 - Expose the ImagePushProgressHandler in the API packagesJeff Johnston8-1/+540
2016-08-10Bug 487035 - Docker host ip cannot be copied to clipboard from anywhereJeff Johnston3-0/+23
2016-08-04Bug 496308 - Docker Hierarchy viewXavier Coulon3-0/+146
2016-07-27Bug 498541 - Docker tooling fills the Error log with "Failed to connect to .....Xavier Coulon2-5/+12
2016-07-26Bug 497101: Automatically detect known Docker daemon connections.Roland Grunberg1-0/+19
2016-07-26Bug 497100: Add extension point for Docker Connection settings.Roland Grunberg12-180/+531
2016-07-26Restore equals() and hashCode() methods for DockerConnection.Roland Grunberg6-14/+25
2016-07-21Bug 498166 - Add label filtering in Docker Containers viewJeff Johnston1-0/+62
2016-07-20Avoid errors in DefaultDockerClient.commitContainer due to Guava 18.0.Roland Grunberg1-0/+11
2016-07-04Bug 485913 - Allow for specifying labels when running a containerJeff Johnston1-0/+1
2016-06-29Bug 496784: Enable mass stop/kill of containers regardless of state.Roland Grunberg1-1/+1
2016-06-28Bug 495243: hasImage call should check every repoTag.Roland Grunberg1-5/+4
2016-06-22Bug 495249: Do not directly expose DockerCertificateException in API.Roland Grunberg2-3/+4
2016-06-21Bug 496333 - Run Image Launch Config doesn't preserve command quotesJeff Johnston1-3/+77
2016-06-17docker: Fix various warnings.Alexander Kurtakov1-1/+2
2016-06-08Update master branch to next proposed releaseJeff Johnston1-1/+1
2016-06-06Bug 495546 - Improve error messages in DockerMachineXavier Coulon3-38/+60
2016-06-02Bug 495070: Use a better key value for password mappings.Roland Grunberg2-10/+12
2016-06-02Bug 495293: Fix IOOBE occuring due to empty list of raw image repoTags.Roland Grunberg1-8/+8
2016-06-02Bug 495198 - NPE after enabling disabled connectionJeff Johnston1-1/+2
2016-06-01Bug 495073: Image name validator doesn't accept repos with multiple /Jeff Johnston1-1/+1
2016-05-31Bug 494871 - DockerException in DockerConnection.listContainersXavier Coulon3-1/+17
2016-05-31Bug 471670 - better support cases where the Docker connection is lostXavier Coulon7-59/+122
2016-05-30Bug 494305 - Docker Machine lookup does not work on Windows machinesXavier Coulon1-3/+14
2016-05-27Bug 494776: Don't set auth credentials for daemon's default registry.Roland Grunberg1-6/+0

Back to the top