Commit Graph

1774 Commits

Author SHA1 Message Date
Sean Li 9e74d6200f Refactored widget display logic. 2015-06-08 15:11:07 -07:00
Sean Li 29c277babe Volumes and log home widget. 2015-06-08 13:56:21 -07:00
Jeffrey Morgan d3c433a5d7 Merge branch 'master' of github.com:kitematic/kitematic 2015-06-08 13:04:37 -07:00
Jeffrey Morgan 95993a7ffb Fixed bug where error would not show if fetching recommended repos failed 2015-06-08 13:04:31 -07:00
Sean Li 2d26a66521 Fixed tab hover effect. 2015-06-08 12:20:05 -07:00
Sean Li 4ec9a4965a Fixing plus button. 2015-06-08 12:11:54 -07:00
Sean Li 366d9897d9 Polished button and tabs. 2015-06-08 12:07:44 -07:00
Sean Li ac5ec9c8c1 Font icons for container actions. 2015-06-08 11:58:53 -07:00
Sean Li b85999611c Better delete button. 2015-06-08 11:24:09 -07:00
Sean Li 16b68c495f Use font icon for badges. 2015-06-08 10:11:09 -07:00
Sean Li a1fc76eb2e No tags state. 2015-06-08 09:16:45 -07:00
Sean Li 91c2318010 Menu and tag overlay menu. 2015-06-08 09:06:06 -07:00
kraynel c66e6725dd - Change MAC label in settings for Windows integration : MAC -> LOCAL
- Use child_process to spawn a terminal. Works on windows
- Transform Windows paths on Linux style for mounting directories
- Launch ssh on Windows (if ssh.exe is un the path)

Signed-off-by: Kevin Raynel <kraynel@yahoo.fr>
2015-06-08 14:52:50 +02:00
Jeffrey Morgan 92ac095c03 Merge pull request #597 from VojtechBartos/master
Fixing setting up custom shell in container terminal
2015-06-07 23:09:16 -07:00
Sean Li 9d1a41de53 Create button for images. 2015-06-07 15:35:18 -07:00
Sean Li 1b773ab152 Style refactor and polish. 2015-06-06 23:06:08 -07:00
Jeffrey Morgan 72d4e21a34 Fixed bug where packaging binaries would fail on release 2015-06-05 21:34:44 -07:00
Jeffrey Morgan a896f606f1 Merge pull request #604 from kitematic/fix-17rc2
Fixed bug with API requests to 1.7 RC2 /containers/create endpoint
2015-06-05 21:25:13 -07:00
Jeffrey Morgan cc0bc719fa Removing unnecessary print statement 2015-06-05 21:23:14 -07:00
Jeffrey Morgan bf7d3af402 Fixed bug with API requests to 1.7 RC2 /containers/create endpoint 2015-06-05 21:22:34 -07:00
Sean Li b6fe85f7e6 Added new Kitematic icon set. 2015-06-05 17:44:49 -07:00
Jeffrey Morgan a311669588 Merge pull request #596 from kitematic/windows
Change npm & setup scripts to work with windows again
2015-06-05 16:47:14 -07:00
Jeffrey Morgan 103af8b530 Fix windows volume mounting 2015-06-05 16:43:26 -07:00
Jeffrey Morgan 1a88216e2e Windows fonts 2015-06-05 16:41:43 -07:00
Jeffrey Morgan 1efdb51322 Merge branch 'master' of github.com:kitematic/kitematic 2015-06-05 11:00:22 -07:00
Jeffrey Morgan 577858f9a1 Fixed docs to no longer mention copying binaries 2015-06-05 10:56:38 -07:00
Vojta Bartos 4b708f2275 Making condition simple
- removed checking for undefined, not necessary
2015-06-05 19:49:18 +02:00
Sean Li 6c0b32c8e9 Sidebar polish. 2015-06-05 10:23:26 -07:00
Sean Li d04ebeac13 Header refactor and button styles. 2015-06-05 10:06:49 -07:00
Jeffrey Morgan 340e7574dc Merge pull request #601 from TeckniX/use-document-folder
Moved Kitematic dir to Documents
2015-06-05 09:40:05 -07:00
TeckniX 3cede9eb74 Moved Kitematic dir to Documents
Signed-off-by: TeckniX <lokitek@gmail.com>
2015-06-05 11:10:10 -04:00
Vojta Bartos 955a43a14d Fix bug where we want to set custom shell
- at container details sub header
- tried to access to array like object
- added reduce function to make array object
2015-06-05 10:11:04 +02:00
Jeffrey Morgan 6f7d9b80e7 Reverting DockerUtil.js 2015-06-04 23:08:52 -07:00
Jeffrey Morgan 3a52e1c3f2 Mock the remote module 2015-06-04 22:12:18 -07:00
Jeffrey Morgan cefd299604 Fix integration tests 2015-06-04 20:16:13 -07:00
Jeffrey Morgan 9628a00ab2 Update CONTRIBUTING.md 2015-06-04 20:14:23 -07:00
Jeffrey Morgan 42b6271a34 Update CONTRIBUTING.md 2015-06-04 20:13:34 -07:00
Jeffrey Morgan 7d0d63e5c3 Update CONTRIBUTING.md 2015-06-04 20:13:21 -07:00
Jeffrey Morgan aa9aa696ff Fix file downloads 2015-06-04 19:47:44 -07:00
Jeffrey Morgan 47967507dc Windows installer 2015-06-04 19:25:22 -07:00
Jeffrey Morgan 94113feaed Do not save sourcemaps 2015-06-04 19:16:43 -07:00
Jeffrey Morgan 44412ad26a Use babel-jest to preprocess test files 2015-06-04 19:15:22 -07:00
Jeffrey Morgan 4d82006b57 Fixed bug where an error pulling repos would instead show an unrelated 404 error 2015-06-04 19:08:41 -07:00
Jeffrey Morgan ce2452bffd Move binary download code to gulp 2015-06-04 18:10:06 -07:00
Jeffrey Morgan 7b507067e9 Fixed bug where react.js would be loaded twice on windows 2015-06-04 18:00:11 -07:00
Sean Li da8bc924ab New container page style change. 2015-06-04 15:08:44 -07:00
Sean Li 600c258d65 Refactored header rendering. 2015-06-04 13:54:23 -07:00
Sean Li bb98625da0 Refactoring front end. 2015-06-04 13:44:58 -07:00
Jeffrey Morgan c43a8d5a69 Adding errors for non-200 api responses 2015-06-02 11:23:12 -07:00
Jeffrey Morgan 71985eaf0f Merge pull request #570 from kitematic/fix-terminal-clear
Fix bug where open terminal commands would not clear
2015-05-31 18:04:56 -07:00