Commit Graph

143 Commits

Author SHA1 Message Date
Sean Li 0071a7fcf5 Removes duplicate apps and fixes apps duplicating during installs. 2014-10-09 11:43:13 -07:00
Sean Li 67d37878bf Fixed bug when image doesn't finish building. 2014-10-09 11:25:47 -07:00
Sean Li cd1c855848 Added timeout and retry limit for dig command. 2014-10-02 18:58:07 -07:00
Sean Li 1249b23510 Refactoring and bug fixes. 2014-10-02 13:16:38 -07:00
Sean Li b9a089180d Updated version and sync image name and tag. 2014-10-01 13:31:08 -07:00
Sean Li 79ac85b025 Fixed bugs with image state syncing. 2014-09-30 17:14:34 -07:00
Sean Li 0002395e7f Can now sync images. 2014-09-30 17:02:31 -07:00
Sean Li 61418d86a9 Fixed app state syncing bugs. 2014-09-30 14:20:13 -07:00
Sean Li f69ddb1251 Container status sync'ed across app and docker host. 2014-09-30 13:12:16 -07:00
Sean Li 8f0dc52325 Function to list image data. 2014-09-28 18:02:07 -07:00
Sean Li 32b14b5335 Added container listing function. 2014-09-28 16:14:11 -07:00
Sean Li a70f23d194 Fixed installer bug. 2014-09-14 15:02:52 -07:00
Sean Li eddf8d4b9e Fixed image rebuild bug and bumped version. 2014-09-14 14:33:53 -07:00
Sean Li 09423e402e Added a feature to recover Kitematic setup. 2014-09-12 22:44:04 -07:00
Sean Li a004453ba0 Fixed space in path problem. 2014-09-12 15:09:10 -07:00
Sean Li 66c40a8787 Merge branch 'master' into rc0.2.3 2014-09-12 14:39:28 -07:00
Sean Li 05af0612b7 Hack to prevent blank screen from appearing when starting the app. 2014-09-12 14:25:53 -07:00
Jeff Morgan dd4bbc77fc Merge branch 'master' of github.com:kitematic/kitematic 2014-09-12 13:50:59 -07:00
Sean Li a323d9bb00 Merge branch 'master' into rc0.2.3 2014-09-12 13:15:49 -07:00
Sean Li bb2996457c Addded bootstrap Javascript files. 2014-09-12 13:15:36 -07:00
Sean Li b51fbf1ab6 Merge branch 'master' into rc0.2.3 2014-09-12 13:09:58 -07:00
Sean Li 73b10b1637 Fixing path escaping issues. 2014-09-12 13:09:40 -07:00
Sean Li 714e559e05 Manually packaged bootstrap. 2014-09-12 13:05:31 -07:00
Ben Sheldon a29b126ef5 Correct typo in installer text 2014-09-12 12:57:09 -07:00
Sean Li 68918b48c3 Meteor 0.9 packaging. 2014-09-12 12:43:27 -07:00
Jeff Morgan e58f35e4d6 Fixing breaking bug if old version of virtualbox is installed. 2014-09-12 02:12:20 -07:00
Jeff Morgan 4ff3567a58 virtualbox check 2014-09-11 17:06:45 -07:00
Jeff Morgan 18aefe39a6 Fixing remaining bugs. 2014-09-11 16:16:19 -07:00
Sean Li c087a77501 Fixed a bug where creating image without volume hangs. 2014-09-11 15:34:25 -07:00
Sean Li 0b0a50e403 Fixed bug with copying folder. 2014-09-11 15:05:57 -07:00
Sean Li a4ac441674 Fixed bug with GA not tracking. 2014-09-11 00:24:12 -07:00
Sean Li e6f1e50bc5 JSHint. 2014-09-10 23:50:12 -07:00
Jeff Morgan b52105afa0 Merge branch 'rc0.2.0' of github.com:kitematic/kitematic into rc0.2.0 2014-09-10 23:43:20 -07:00
Jeff Morgan 51658b92d9 Fixing boot2docker call in removeBindFolder 2014-09-10 23:42:59 -07:00
Sean Li 228db73ca0 Fixed app not deleting and form validation not working bug. 2014-09-10 23:41:17 -07:00
Sean Li b3ddb9f607 Fixed tracking not being applied. 2014-09-10 23:18:29 -07:00
Jeff Morgan abf17dbcff Specific verison of boot2docker 2014-09-10 23:17:19 -07:00
Jeff Morgan 31ed93283d Merge branch 'master' into rc0.2.0
Conflicts:
	index.js
	meteor/.meteor/packages
	meteor/client/lib/apputil.js
	meteor/client/lib/boot2docker.js
	meteor/client/lib/docker.js
	meteor/client/lib/installer.js
	meteor/client/lib/router.js
	meteor/client/lib/startup.js
	meteor/client/lib/util.js
	meteor/client/lib/virtualbox.js
	meteor/client/views/dashboard/apps/dashboard-apps-settings.js
	meteor/client/views/dashboard/apps/dashboard-single-app.js
	meteor/client/views/dashboard/components/modal-create-image.js
	meteor/client/views/dashboard/images/dashboard-images-settings.js
	meteor/client/views/dashboard/setup/setup-install.html
	meteor/client/views/dashboard/setup/setup-install.js
	meteor/client/views/dashboard/setup/setup-layout.html
	meteor/server/publications.js
	meteor/smart.json
	meteor/smart.lock
	package.json
	resources/install
	script/dist.sh
	script/setup.sh
	script/versions.sh
2014-09-10 22:28:26 -07:00
Jeff Morgan 3800a90f63 Merge branch 'rc0.2.0' of github.com:kitematic/kitematic into rc0.2.0 2014-09-10 19:39:40 -07:00
Jeff Morgan 59e14fb883 Adding setup page for usage diagnostics 2014-09-10 19:39:25 -07:00
Sean Li f006c36be6 Cleaned package gitignore. 2014-09-10 11:56:28 -07:00
Jeff Morgan 3a88f78a55 Progress for default images and vbox 2014-09-09 16:23:48 -07:00
Jeff Morgan 72085b90f3 Merge branch 'analytics' of github.com:kitematic/kitematic into rc0.2.0
Conflicts:
	index.js
	meteor/.meteor/packages
	meteor/client/views/dashboard/layouts/dashboard-apps-layout.js
2014-09-07 23:51:25 -07:00
Jeff Morgan 76fcc97290 Adding download method to Util 2014-09-07 23:49:16 -07:00
Jeff Morgan e59444129c Initial work towards rc0.2.0 2014-09-07 20:20:47 -07:00
Sean Li 1a67c090ba Fixed starting/stopping apps locking up issue. 2014-09-07 14:52:44 -07:00
Sean Li 5d88c4ed87 Added start/stop action in app detail page. 2014-09-06 20:47:24 -07:00
Sean Li 67d90fb882 UX refactor and JSHint. 2014-09-06 20:44:45 -07:00
Sean Li 1f2dbd209a Merge branch 'master' into analytics 2014-09-06 20:26:51 -07:00
Peter Nguyen 47dfb0775d Added feature to start/stop apps 2014-09-06 22:14:09 +02:00