Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-16Bug 477496: Disable interactiveMode and allocatePseudoTTY by default.v4.1.0Roland Grunberg1-2/+2
2015-09-15Final changes for 4.1.0 releaseJeff Johnston7-10/+14
2015-09-15Bug 477485: Work around socket read timeout in docker-client for logs.Roland Grunberg1-1/+9
2015-09-09Bug 476870: Add support for Java 9 attaching to container under https.Roland Grunberg1-16/+32
2015-09-08Bug 476598: Validate the directory chosen for the image build.Roland Grunberg3-1/+70
2015-09-08Bug 475881 - Pull image workflow improvementXavier Coulon22-65/+489
2015-09-08Bug 475235 - Expose Search Images dialogXavier Coulon6-14/+33
2015-09-04Bug 475504 - Creating a connection with the same name resultsXavier Coulon3-15/+60
2015-09-04Bug 476478: Refresh the view title properly in setConnection.Roland Grunberg2-2/+2
2015-09-04Fix string externalization issues introduced through Bug 468966.Roland Grunberg3-13/+14
2015-09-04Bug 468966 - New Connection Wizard fails when no settings are detectedXavier Coulon5-287/+730
2015-09-02docker: Unbreak build.Alexander Kurtakov4-3/+6
2015-09-01Bug 470577 - Docker Explorer does not show the latest image id after an image...Xavier Coulon7-49/+67
2015-08-26Bug 475893 - Bump feature version to 1.1Jeff Johnston9-11/+11
2015-08-25Set search result to an empty list if polling returns null.Roland Grunberg2-3/+8
2015-08-21Bug 475465 - NPE when image contains in tag in the Search dialogXavier Coulon2-20/+73
2015-08-21Bug 475326 - NullPointerException in DockerExplorerLabelProvider.getStyledTextXavier Coulon2-2/+9
2015-08-20Bug 475501 - Auto-update connection detection script in data directoryXavier Coulon1-1/+4
2015-08-20docker: Fix build.Alexander Kurtakov3-4/+17
2015-08-19Bug 474606 - Allow for search and pull images from the Docker Explorer viewXavier Coulon35-455/+820
2015-08-18Restore -i flag in script.sh and fix errors this generates.Roland Grunberg2-9/+13
2015-08-14Bug 469717: Work around socket read timeout in docker-client.Roland Grunberg1-0/+12
2015-08-11Bug 474717 - Container view does not remember 'Show all Containers'Jeff Johnston2-6/+35
2015-08-11Bug 470075 - Elements in CheckboxTables should be pre-selected in 'Run Image'...Xavier Coulon4-25/+47
2015-08-10Bug 474615: Capture all incoming data when TTY mode enabled.Roland Grunberg1-4/+5
2015-08-10Bug 474626 - NPE in DockerConnectionManager.removeConnectionJeff Johnston1-8/+0
2015-08-07Bug 474517 - NullPointerException in DockerConnection.listImagesJeff Johnston1-11/+27
2015-08-07Bug 471665 - Add status icon decorators in the Explorer and Containers viewXavier Coulon11-13/+61
2015-08-05docker: Finish bump to docker client 3.1.1Alexander Kurtakov1-1/+1
2015-08-05Bug 473897 - Cannot run image under WindowsKaloyan Raev1-3/+14
2015-08-04Bug 473743: Update to the Docker 1.19 Remote API.Roland Grunberg5-105/+151
2015-08-03Bug 471664 - Provide a launcher to build a Docker image from a Docker fileXavier Coulon19-10/+935
2015-07-31Bug 473897 - Cannot run image under WindowsKaloyan Raev1-1/+1
2015-07-30Bug 473897 - Cannot run image under WindowsKaloyan Raev1-5/+18
2015-07-29Remove useless @see tags.Alexander Kurtakov2-23/+0
2015-07-27Bug 473700 - NullPointerException in DockerImagesView.changeEventJeff Johnston2-6/+6
2015-07-22Bug 473242 - StdinException in DockerConnectionJeff Johnston1-1/+1
2015-07-21Bug 469792 - NPE in DockerConnection pingJeff Johnston1-1/+1
2015-07-17Remove useless non-javadoc comments.Alexander Kurtakov4-33/+0
2015-07-17Various project config settings.Alexander Kurtakov2-2/+2
2015-06-10Bug 469352 - Browse button are stubs in Docker ToolingXavier Coulon1-0/+34
2015-06-09Bug 469747 - Externalize Strings for Docker UIJeff Johnston17-176/+460
2015-06-09Bug 469736 - Eclipse-SourceReferences points to private repo for DockerJeff Johnston1-1/+1
2015-06-09Bug 469734 - Missing public setter method for selectedDataVolumes propertyXavier Coulon4-80/+32
2015-06-09containers: Fix warnings.Alexander Kurtakov4-20/+15
2015-06-09Bug 469670 - Removing Container in Mars RC3 does not remove consoleJeff Johnston1-0/+4
2015-06-09Update Docker Tooling User GuideJeff Johnston2-110/+28
2015-06-09Make some last minute fixes based on test Docker ToolingJeff Johnston2-5/+6
2015-06-09Fix Run Image not showing output for simple echo commandsJeff Johnston2-20/+67
2015-06-08Fix more console regressions from Run ImageJeff Johnston2-2/+2

Back to the top