Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-09docker: Fix typo in editor color definitions.Alexander Kurtakov1-1/+1
2017-03-08docker: More deprecated API removal.Alexander Kurtakov4-75/+4
2017-03-07docker: Remove deprecated and unused API.Alexander Kurtakov10-180/+19
2017-03-07docker: Prepare docker editor on top of generic.Alexander Kurtakov9-59/+239
2017-03-06Bug 513161 - NPE in DockerImageHierarchyView.showJeff Johnston3-9/+18
2017-03-06Update master to next major release.Jeff Johnston12-17/+17
2017-03-03Bug 513029 - Fix open retry logic to be quiet and properly clean upJeff Johnston2-2/+45
2017-03-02Update Docker Tools documentation for 2.3.0.Jeff Johnston11-9/+41
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-03-01Convert to lambdas.Alexander Kurtakov4-50/+33
2017-02-22Bug 512582 - NullPointerException when committing Docker imageJeff Johnston1-2/+4
2017-02-22Bug 495600 - Improve UI for Docker reconnection use caseJeff Johnston1-6/+79
2017-02-14docker: More Guava deprecated updates.Alexander Kurtakov2-6/+6
2017-02-14docker: Move to non-deprecated guava calls.Alexander Kurtakov1-3/+3
2017-02-01Bug 499919 - Deselected connection after deleted tagJeff Johnston1-0/+14
2017-01-31Bug 493863 - Opening a volume in Docker explorer silently failsJeff Johnston2-1/+65
2017-01-31Bug 497007 - UI: Unify Add button labels in "Run a Docker Image" dialogJeff Johnston1-1/+2
2017-01-27Bug 508589 - Docker Explorer: Enable multiple connection deletionXavier Coulon4-12/+49
2017-01-26Bug 507994 - RFE: support --net option in Docker run image UIJeff Johnston19-24/+1121
2017-01-09Bug 502261 - Change label in Run ConfigurationJeff Johnston2-3/+4
2017-01-09Bug 508177 - Add Refresh command on connectionJeff Johnston4-9/+188
2017-01-05Bug 508654 - ArrayIndexOutOfBoundsException in DataVolumeModelJeff Johnston1-1/+6
2016-12-13Update Docker and Vagrant pom / feature xml files to 2.3.0-SNAPSHOT.Jeff Johnston9-10/+10
2016-12-13Update master to use 5.3.0-SNAPSHOT in pom and feature xml files.Jeff Johnston1-1/+1
2016-12-12Bug 492235: Update to docker-client 3.6.8.Roland Grunberg3-80/+6
2016-12-07Bug 508858: Pass a blocking InputStream to the TarArchiveInputStream.Roland Grunberg1-8/+34
2016-12-07Fix Copy To Container to properly get container infoJeff Johnston1-1/+6
2016-12-06Cleanups.Alexander Kurtakov1-2/+2
2016-12-06releng: improve maven resources pluginAlexander Kurtakov1-8/+0
2016-12-06Bug 508705 - Don't try to browse a container that isn't using TTYJeff Johnston6-24/+53
2016-12-05Bug 508655 - DockerException in DockerConnection.openXavier Coulon3-19/+36
2016-12-05Bug 508266 - DockerException in DockerExplorerContentProvider$1.runXavier Coulon2-8/+9
2016-12-05Bug 508657 - NoStackTrace in RunDockerImageLaunchConfigurationDelegate.launchXavier Coulon7-52/+172
2016-12-01Bug 508552 - Update Docker documentation for Neon.2Jeff Johnston18-52/+101
2016-11-29Bug 508405 - Fix copy to container to support stopped containersJeff Johnston8-25/+82
2016-11-29Bug 508282 - Unable to list image tags on DockerHubXavier Coulon17-84/+533
2016-11-29Bug 508027 - ClassCastException in BaseResourceAwareLaunchShortcut.launchXavier Coulon2-4/+38
2016-11-29Bug 507163 - DockerException in ProcessLauncher$FluentProcessBuilder.<init>Xavier Coulon4-3/+45
2016-11-29Bug 508268 - IllegalStateException below DockerImagesView$7.lambda$0Xavier Coulon1-2/+4
2016-11-29Bug 508026 - AssertionFailedException below ImageBuildDialog.createDialogAreaXavier Coulon1-1/+5
2016-11-29Bug 508176 - "Tag Image" shell does not have a titleXavier Coulon1-0/+1
2016-11-29Bug 508233 - Fix copy from containerJeff Johnston7-65/+183
2016-11-25Bug 506776: TM Terminal functionality is not present.Roland Grunberg1-0/+1
2016-11-23Bug 507915 - Add support to copy files from host to containerJeff Johnston13-3/+1883
2016-11-22Bug 507769 - NullPointerException when the list of images is not loaded in th...Xavier Coulon1-12/+4
2016-11-22Bug 506262 - Report docker-compose error when the process failed to startXavier Coulon3-13/+19
2016-11-18Bug 507765 - Launch configuration for running images cannot be saved as share...Xavier Coulon1-1/+2
2016-11-18Bug 507154 - NullPointerException in DockerConnectionManager.findConnectionXavier Coulon1-2/+3
2016-11-15Bug 507386 - Improve DefaultImagePullProgressHandlerJeff Johnston2-7/+81

Back to the top