Commit Graph

646 Commits

Author SHA1 Message Date
French Ben
1a75dbfdcf Merge pull request #1715 from ClemMakesApps/fix-activate-with-no-open-windows
Fix electron deprecated activate API
2016-05-27 14:18:06 -07:00
ClemMakesApps@gmail.com
c712f27171 Fix electron deprecated API
Signed-off-by: Clement Ho <ClemMakesApps@gmail.com>
2016-05-27 14:05:57 -05:00
French Ben
a6ecf84fe4 Added error output when error is unknown
Signed-off-by: French Ben <frenchben@docker.com>
2016-05-26 14:35:41 -07:00
Alexei Yuzhakov
8bd9ee63f4 Fix ability to click on link on port mapping page (fix #1700).
Signed-off-by: Alexei Yuzhakov <sibprogrammer@gmail.com>
2016-05-24 22:13:31 +06:00
Alexei Yuzhakov
ab1c7fa66f Add ability to run privileged containers (fix #269).
Signed-off-by: Alexei Yuzhakov <sibprogrammer@gmail.com>
2016-05-22 09:29:11 +06:00
French Ben
c377ca9f90 Removed debug from util
Signed-off-by: French Ben <frenchben@docker.com>
2016-05-19 18:40:36 -07:00
French Ben
878507ee2d Merge pull request #1447 from alexandrev/issue-1206
Fixes #1206 . In this PR we allow to add new ports using the Ports ta…
2016-05-19 18:39:29 -07:00
French Ben
462cab80a7 Added pipe back in
Signed-off-by: French Ben <me+git@frenchben.com>
2016-05-10 11:36:08 -07:00
French Ben
e8098e6e5e Merge pull request #1394 from alexandrev/issue-1369
Fix stop the machine on close on Windows
2016-05-09 14:47:21 -04:00
French Ben
db05a00ba1 Merge pull request #1625 from docker/better-errors
Improved errors and native logic
2016-04-13 09:36:47 -07:00
French Ben
ba548056ab Merged with master 2016-04-12 18:24:55 -07:00
French Ben
db5d9e015e Merged master and updated logic for local images
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-12 18:19:23 -07:00
FrenchBen
76980a6e5b Added support for creating containers from local images
Signed-off-by: FrenchBen <me+git@frenchben.com>
2016-04-12 18:08:11 -07:00
French Ben
70d3650dcf Merge pull request #1623 from docker/close-listener
Added closing of event listener
2016-04-12 17:59:11 -07:00
French Ben
d0e490dd6e Added closing of event listener
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-12 17:58:43 -07:00
French Ben
1a03a83d00 Improved errors and native logic
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-12 17:41:05 -07:00
French Ben
61447303d1 Updated default cmd
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-08 19:46:58 -07:00
French Ben
fb0445af7c Merge pull request #1606 from docker/remove-localstorage
Remove localstorage
2016-04-06 15:16:53 -07:00
French Ben
ff06972d1f Removed all localstorage checks
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-06 14:44:46 -07:00
French Ben
5f1a7833a1 added comment for error
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-06 11:41:58 -07:00
French Ben
20a0a4b670 Updated path to work properly on linux
Signed-off-by: French Ben <me+git@frenchben.com>
2016-04-05 17:14:34 -07:00
Alexandre Vazquez
a0332d279b Updating the branch to the latest master and making it work with the new docker daemon evolutions 2016-03-27 16:03:11 +02:00
Alexandre Vazquez
49833aaccd Merge branch 'master' into issue-1206 2016-03-27 15:28:36 +02:00
French Ben
ca4c38ccae Merge pull request #1546 from saltybeagle/patch-1
Grammar fix, s/seem/seems/
2016-03-15 21:17:06 -07:00
Brett Bieber
3ca0c24fd7 Grammar fix, s/seem/seems/
The subject of the sentence `an error` is singular, therefore `seems` should be used instead of `seem`.
2016-03-14 16:24:09 -05:00
Thomas Florin
e639851f45 fix for displaying no description on repo containers that had short descriptions
Signed-off-by: Thomas Florin <thoflo002@gmail.com>
2016-03-14 11:25:49 -05:00
French Ben
d1a49abcf6 Updated logic and removed pref
Signed-off-by: French Ben <me+git@frenchben.com>
2016-03-03 11:09:15 -08:00
French Ben
dfdf9e326e Updated exec call for terminal
Signed-off-by: French Ben <me+git@frenchben.com>
2016-03-02 17:37:32 -08:00
French Ben
c64b899259 Updated all unmount calls and better socket revamp
Signed-off-by: French Ben <me+git@frenchben.com>
2016-03-02 17:37:32 -08:00
French Ben
58e77236bf Cleaner socket support and updated unmount calls
Signed-off-by: French Ben <me+git@frenchben.com>
2016-03-02 17:37:31 -08:00
Alexandre Vázquez
9ad51afdb5 Merge branch 'master' into issue-1369
# Conflicts:
#	src/browser.js
2016-02-16 09:56:47 +01:00
Dongjoon Hyun
5a2baa1369 Fix typos in comments of src/utils.
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2016-02-15 21:34:18 -08:00
Alexandre Vazquez
e6badec155 Fixes #1206 . In this PR we allow to add new ports using the Ports tab inside the Settings section. It also allows to remove them using the same form.
We include a button with an icon to remove and add ports as needed and the GUI follows the same approach that the one to add environment variables.

Signed-off-by: Alexandre Vázquez alexandre.vazquez@gmail.com
2016-02-05 22:40:35 +01:00
Jeffrey Morgan
45afe72962 Fix window size file loading on windows
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2016-02-04 10:13:25 -08:00
French Ben
246990d5d1 Merge pull request #1430 from nathanleclaire/skip_precreate_fail_metric
Set 'Setup Halted' event instead of 'Setup Failed' for exit code 3
2016-02-02 17:01:29 -08:00
Nathan LeClaire
a980a46687 Set 'Setup Halted' event instead of 'Setup Failed' for exit code 3
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2016-02-02 16:38:32 -08:00
Jeffrey Morgan
1d52da8705 Merge pull request #1408 from kelemen/master
Fix for #1403
2016-02-01 20:24:34 -08:00
Fredy Morales
47e0241e0b Changes repo uri
Signed-off-by: Fredy Morales <saiberz@hotmail.com>
2016-01-28 10:05:40 -05:00
Attila Kelemen
16bdc16dd3 Fixes #1403: PATH is wrong on Windows.
Signed-off-by: Attila Kelemen <attila.kelemen85@gmail.com>
2016-01-26 21:27:34 +01:00
French Ben
004973b5fa Added view menu refresh option - Should help Fixes #1174 🎱
Signed-off-by: French Ben <me+git@frenchben.com>
2016-01-25 16:36:42 -08:00
Alexandre Vázquez
24330408e9 Introduce a delay and a two-step close windows procedure to allow to receive and execute the order to close the machine when Kitematic closes on Windows. 2016-01-20 23:01:03 +01:00
Jeffrey Morgan
afda9d49c4 Properly verify that VM exists
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2016-01-18 18:06:33 -08:00
Jeffrey Morgan
1b9a0484c0 Fix bug where entry point would be repeated if no CMD was specified 2016-01-01 21:18:10 -05:00
French Ben
53436e81b2 Updated all electron calls for proper interactions
Signed-off-by: French Ben <me+git@frenchben.com>
2015-12-23 17:11:59 -05:00
French Ben
7a3f4780c9 Updated API calls for 1.9.1 and electron IPC update
Signed-off-by: French Ben <me+git@frenchben.com>

Signed-off-by: French Ben <me+git@frenchben.com>
2015-12-22 18:08:36 -05:00
Jeffrey Morgan
1b44c2007c Look at stderr and stdout for docker-machine status
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-12-15 13:39:09 -08:00
Jeffrey Morgan
f3f35ba0da Fix docker-machine shell out for status command
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-12-14 16:35:50 -08:00
Jeffrey Morgan
ad0d7e003f Fix bug where container would be run with bash even with a valid entrypoint
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-12-13 18:37:05 -08:00
Jeffrey Morgan
13537af0bc Fix bugs related to exec and dont track VTX as an error
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-12-13 18:12:27 -08:00
Jeffrey Morgan
94f7ce8b71 Fix bug where renaming or editing container settings would cause volume settings to be lost
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-12-12 17:38:54 -08:00