Commit Graph

387 Commits

Author SHA1 Message Date
Sean Li b9121f15ae Fixing up deprecation warning. 2014-10-19 15:34:33 -07:00
Sean Li b136966036 Updated Meteor. 2014-10-17 13:33:12 -07:00
Sean Li df96ca8889 Cannot create app from image without exposed port. 2014-10-17 11:08:23 -07:00
Sean Li 7004059005 Don't display anything if there are no tags. 2014-10-16 17:44:55 -07:00
Sean Li d6fc7a8154 Display the right image for the app. 2014-10-10 12:38:51 -07:00
Sean Li 9b9fa74fd7 Re-enabled automatic app recovering. 2014-10-09 13:38:48 -07:00
Sean Li 9d85a5a33b Ignores the kite-dns app and image during syncing. 2014-10-09 13:36:16 -07:00
Sean Li 2eab25fc61 Removes duplicate apps and fixes apps duplicating during installs. 2014-10-09 11:43:13 -07:00
Sean Li 0f6b7746aa Fixed bug when image doesn't finish building. 2014-10-09 11:25:47 -07:00
Denis Denisov 16eacd99cd Update README.md 2014-10-04 22:46:57 +03:00
Sean Li 0f07fc9b51 Added timeout and retry limit for dig command. 2014-10-02 18:58:07 -07:00
Sean Li f289cffa91 Refactoring and bug fixes. 2014-10-02 13:16:38 -07:00
Sean Li e7674e1ac6 Updated version and sync image name and tag. 2014-10-01 13:31:08 -07:00
Sean Li 78c2fd09fe Fixed bugs with image state syncing. 2014-09-30 17:14:34 -07:00
Sean Li 0ea57733cd Can now sync images. 2014-09-30 17:02:31 -07:00
Sean Li 85d247da20 Fixed app state syncing bugs. 2014-09-30 14:20:13 -07:00
Sean Li da0ca1b320 Container status sync'ed across app and docker host. 2014-09-30 13:12:16 -07:00
Sean Li 223d745edd Function to list image data. 2014-09-28 18:02:07 -07:00
Sean Li e1fcc6fd0a Added container listing function. 2014-09-28 16:14:11 -07:00
Jeffrey Morgan 71efa76911 Update README.md 2014-09-24 21:56:55 -07:00
Jeffrey Morgan 4bbc7ece3d Update README.md 2014-09-24 21:56:17 -07:00
Jeffrey Morgan 3a56f18899 Merge pull request #79 from kitematic/rc0.2.3
v0.2.3
2014-09-14 15:05:59 -07:00
Sean Li 6c04630928 Fixed installer bug. 2014-09-14 15:02:52 -07:00
Sean Li b82ffd383e Fixed image rebuild bug and bumped version. 2014-09-14 14:33:53 -07:00
Jeff Morgan 0a8c95e832 adding upload script to deploy new zip file 2014-09-13 00:01:59 -07:00
Sean Li 8e91ce11fc Added a feature to recover Kitematic setup. 2014-09-12 22:44:04 -07:00
Sean Li aff459f1d3 Fixed space in path problem. 2014-09-12 15:09:10 -07:00
Sean Li e3464c9e30 Merge branch 'master' into rc0.2.3 2014-09-12 14:39:28 -07:00
Sean Li 60dec383a8 Lowered the wait time. 2014-09-12 14:30:54 -07:00
Sean Li 7669b3c08b Hack to prevent blank screen from appearing when starting the app. 2014-09-12 14:25:53 -07:00
Jeff Morgan aeb542adec Merge branch 'master' of github.com:kitematic/kitematic 2014-09-12 13:50:59 -07:00
Sean Li 3f7f693112 Merge branch 'master' into rc0.2.3 2014-09-12 13:15:49 -07:00
Sean Li 65713bcdb0 Addded bootstrap Javascript files. 2014-09-12 13:15:36 -07:00
Sean Li 1147225bcd Merge branch 'master' into rc0.2.3 2014-09-12 13:09:58 -07:00
Sean Li c280a7aece Fixing path escaping issues. 2014-09-12 13:09:40 -07:00
Sean Li 66b1e06cb2 Manually packaged bootstrap. 2014-09-12 13:05:31 -07:00
Jeffrey Morgan 0e677be1ea Merge pull request #73 from bensheldon/patch-1
Correction of typo in installer text
2014-09-12 13:04:35 -07:00
Ben Sheldon 46466e1158 Correct typo in installer text 2014-09-12 12:57:09 -07:00
Sean Li 98bacf3d1a Meteor 0.9 packaging. 2014-09-12 12:43:27 -07:00
Jeff Morgan 663d4412b5 Merge branch 'master' of github.com:kitematic/kitematic 2014-09-12 02:12:40 -07:00
Jeff Morgan 4fb57eb4c1 Fixing breaking bug if old version of virtualbox is installed. 2014-09-12 02:12:20 -07:00
Michael Chiang 9c5c36c80c white screen issue. 2014-09-11 20:50:10 -07:00
Michael Chiang 06a3a12cde staying current with v0.2.1 release. 2014-09-11 19:17:26 -07:00
Jeff Morgan 2eab2374dc virtualbox check 2014-09-11 17:06:45 -07:00
Jeff Morgan 388e7a0dc5 Fixing remaining bugs. 2014-09-11 16:16:19 -07:00
Jeff Morgan 9619b22dd7 Adding CFBundleName for script 2014-09-11 15:45:54 -07:00
Jeff Morgan 373dfeb4e9 Bump version 2014-09-11 15:42:42 -07:00
Sean Li c76ac562f8 Fixed a bug where creating image without volume hangs. 2014-09-11 15:34:25 -07:00
Sean Li c4d103574d Fixed bug with copying folder. 2014-09-11 15:05:57 -07:00
Peter deHaan 194220b9bb Updating package.json
Should now pass http://package-json-validator.com/ with minimal warnings:
```json
{
  "valid": true,
  "warnings": [
    "Missing recommended field: keywords",
    "Missing recommended field: contributors"
  ],
  "recommendations": [
    "Missing optional field: engines"
  ]
}
```
2014-09-11 10:59:06 -07:00