Commit Graph

40 Commits

Author SHA1 Message Date
Jeffrey Morgan b06999e36a New click-to-pull protocol
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-04-11 17:59:03 -04:00
Jeffrey Morgan a5b003b381 Adding pull container feature 2015-04-07 16:06:08 -04:00
Jeffrey Morgan d7dea0bcfa wip button
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-04-06 21:45:45 -04:00
Jeffrey Morgan d277997cc9 Merge branch 'master' into hub-button 2015-04-06 14:17:14 -04:00
Kristján Oddsson 584c795512 Replace hard-coded error message with props.
Make sure that errors that happen when pulling image layers bubble up to
the UI. We do this by catching errors coming from the docker client,
calling the callback with that error and setting the global variable
`_error` as the error we just caught. This is to make sure that when the
stream ends we call the callback with the error as well as to not to
over-ride it.

Finally we remove the hard-coded message in the UI and display the error
that gets passed in to it through the props attribute. This is the only
part I'm not super sure on if we really want since it must have been set
there for a reason. If I can get a re-producible test case I can make
sure that it's still passing with this patch.

Fixes #355.

Signed-off-by: Kristján Oddsson <koddsson@gmail.com>
2015-04-03 20:15:39 +00:00
Jeffrey Morgan 149f31750e Fix bug where environment variables wouldn't be saved 2015-03-27 14:45:27 -04:00
Jeffrey Morgan bada95e9e0 Fix bug related to Env vars 2015-03-27 12:12:36 -04:00
Jeffrey Morgan 835e0d55ca Volumes off by default unless edit files folder is Clicked. Ability to disable volumes 2015-03-27 11:55:56 -04:00
Jeffrey Morgan e92678508b WIP button 2015-03-11 18:43:19 -04:00
Jeffrey Morgan d7cd96f593 Fix minor bugs
- Restart now keeps the same port
- Terminal into container no longer depends on active machine
2015-03-02 20:17:53 -05:00
Jeffrey Morgan 6fd6113502 Allow only downloading one container at a time
Due to docker engine bug
2015-03-01 18:26:17 -05:00
Jeffrey Morgan 7f735990d7 Fix check 2015-03-01 17:40:19 -05:00
Jeffrey Morgan 187e214dc7 Fix status check 2015-03-01 17:31:45 -05:00
Jeffrey Morgan 9b32a6a680 0.5.3 setup stability, errors & retrying 2015-03-01 17:08:46 -05:00
Jeffrey Morgan 7dff34f1b5 Fix upgrading machine ISO, pulling same image twice 2015-02-27 16:07:37 -05:00
Jeffrey Morgan a9a62c5d47 Maintain existing ports
This lets the user change container settings without changing the Port
mappings
2015-02-27 13:02:20 -05:00
Jeffrey Morgan 04a41e7492 Fix deleting downloading container, fix showing blocked container even though it is downloading fine 2015-02-23 14:12:48 -05:00
Jeffrey Morgan ea3daeda02 Show 'waiting for another image' when blocked on pulling dependent layers 2015-02-22 23:34:53 -05:00
Jeffrey Morgan 4d57198e93 Bugfixes & scrub bug reports 2015-02-22 19:44:17 -05:00
Jeffrey Morgan e7aaeeaf21 Adding metrics 2015-02-20 15:09:25 -08:00
Jeffrey Morgan cb2e552496 Change iframes to webviews 2015-02-17 00:49:13 -08:00
Jeffrey Morgan 613c944f0c Fixing rename bugs 2015-02-16 23:18:42 -08:00
Jeffrey Morgan de2f18d7a9 Fix volume change 2015-02-16 19:43:58 -08:00
Sean Li 4061544976 Merge branch 'master' into sean-polish
Conflicts:
	src/NewContainer.react.js
	src/Setup.react.js
	src/SetupStore.js
2015-02-16 13:42:23 -08:00
Jeffrey Morgan 3415ad7bb9 Using localstorage 2015-02-16 11:57:13 -08:00
Jeffrey Morgan 403d805b12 Fix array reduce bug 2015-02-15 22:27:46 -08:00
Jeffrey Morgan 5110b5c144 Moved log data to LogStore 2015-02-15 22:14:11 -08:00
Jeffrey Morgan 33a93f6a30 Moved recommended repos from ContainerStore to NewContainer.react.js 2015-02-15 18:01:49 -08:00
Sean Li 913658fcdd Navigation polish. 2015-02-13 11:16:13 -08:00
Jeffrey Morgan dc469af25c Install docker & boot2docker binaries with Kitematic 2015-02-12 22:51:26 -08:00
Jeffrey Morgan b426c802f4 Removing some log statements 2015-02-05 23:14:16 -05:00
Jeffrey Morgan c1879ea7a0 Merge 2015-02-05 22:02:09 -05:00
Sean Li 79b9cf3bc1 Folder widget and recommended images. 2015-02-05 11:47:27 -08:00
Sean Li 9709e5fec4 Grid implementation. 2015-02-04 12:44:48 -08:00
Sean Li ca19d62000 Merge branch 'master' into restyle
Conflicts:
	src/ContainerDetails.react.js
2015-02-03 17:32:11 -08:00
Jeffrey Morgan e2346cc012 WIP beta 2015-02-03 17:45:16 -05:00
Sean Li ecb45f0102 Added stricter lint standard. 2015-02-03 14:11:27 -08:00
Jeffrey Morgan 21f1ec1cca Fixed problems with boot2docker integration, cleaned up tests. 2015-02-02 12:05:56 -05:00
Jeffrey Morgan 9057c59378 Fixing case 2015-01-30 15:21:55 -05:00
Jeffrey Morgan b61697055a Removing gulp dependency, making file hierarchy easier to understand. 2015-01-30 13:21:51 -05:00