Граф коммитов

38 Коммитов

Автор SHA1 Сообщение Дата
Jeffrey Morgan 7957d5b2c3 Improved setup.ico for Kitematic installer 2015-06-18 18:43:58 -07:00
Jeffrey Morgan d3911ee5a3 Kitematic development version of windows
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-06-13 16:58:48 -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 ce2452bffd Move binary download code to gulp 2015-06-04 18:10:06 -07:00
Jeffrey Morgan bda32c5b39 Adding compose binary to kitematic 2015-05-31 01:27:29 -07:00
Jeffrey Morgan 9aa2914124 Bumping docker-machine back to 0.2.0 2015-05-28 10:08:49 -07:00
Jeffrey Morgan 01fdcf494b Styles fixes 2015-05-27 19:45:13 -07:00
Jeffrey Morgan d58b6779db Docker-machine 0.3.0 RC with optional binaries 2015-05-27 18:28:40 -07:00
Jeffrey Morgan 903a36904a Integration tests 2015-05-27 14:20:44 -07:00
Jeffrey Morgan e6ec43f11b Merging 2015-04-29 19:36:51 -04:00
Jeffrey Morgan b9cb2e5fe5 Merge branch 'master' into revert-382-revert-374-hub-button 2015-04-27 09:45:31 -04:00
Jeffrey Morgan 4199dc2e6a Merge branch 'master' into revert-382-revert-374-hub-button 2015-04-22 21:04:41 -04:00
Jeffrey Morgan d45ccdc005 Adding source maps to tests for better stack traces 2015-04-22 11:56:46 -04:00
Jeffrey Morgan a0a58dd0ac Remove react processing 2015-04-21 19:58:38 -04:00
Jeffrey Morgan 7031814cc4 Include boot2docker iso in distribution 2015-04-20 10:43:31 -04:00
Jeffrey Morgan ea1dc80240 Merge branch 'master' into windows
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-04-17 10:05:46 -04:00
Jeffrey Morgan 98000359ba bumping to 0.5.14 with docker 1.6 2015-04-16 16:29:18 -04:00
Jeffrey Morgan c02a037190 Revert "Revert "Adding Custom URL Handler for running containers" for 1.6 release" 2015-04-16 14:54:40 -04:00
Jeffrey Morgan 61a03c3a7d Revert "Adding Custom URL Handler for running containers" 2015-04-16 13:58:07 -04:00
Dominik Deren 046e640eeb - Working on changes required to setup client on windows.
- For now changes in SetupStore are made, to skip steps that do MacOS setup.
- Adding deps.ps1 script for installing all required dependencies on windows.
- Adding reset.ps1 script for removing all dependencies on windows.
- Modifying files to work with windows dependencies
- Fix for duplicate react instances in the code.
- A fix required to load only one instance of React in the application. Without such fix, on windows application loads two instances of React at start time, and crashes.
- Modifying files to support windows paths
- Modifying deps and reset powershell scripts to loose chocolatey dependency. Adding windows VirtualBox installation steps.
- Improved a workaround for adding Users directory to the shared folder in the VM on windows. Added few more fixes for Windows/Mac compatibility.
- Removing unnecessary log from deps.ps1 script,
- Updating Gulpfile to download and copy all the dependencies on application start,
- Cleaning pre and post install scripts from package.json, as they are not realy friendly for different platforms.
- Removing changes from browser.js as they were not necessary or even breaking.
- Cleaning pre and post install scripts from package.json, as they are not really friendly for different platforms.
- Fixing changes in package.json.
- Fixed reset.ps1 file to delete all folders created by the app,
- Fixed metrics.js file to properly use userAgent depending on the OS.
- Uncommented updateBinaries line in SetupStore.
- Adding open as a dependency.
- Fixing the setupStore tests.
- Adding proper directory to PATH for docker and docker-machine binaries.
- Adding support for the docker terminal command. It opens a CMD on windows and sets required env variables for the docker to work. Docker and Docker-Machine should be on the path, as they are set up there on Kitematic startup.
- Added Resources module which provides paths to all files stored in the resources directory,
- Added docker and docker-machine binary paths to Util module, to have a single place for calling those paths,
- Added binaries directory path, to Util module, to have a single place for calling this path,
- Added another exec command, which utilizes "child_process" module, and it's "exec" command, as the "exec" used right now is deprecated,
- Refactored the Installation step in the SetupStore, and connected with that SetupUtil commands to perform copying binaries from node instead of bash commands. That way application is more cross-platform friendly,
- Added new dependencies in form of fs-extra, fs-promise and any-promise, to allow yielding of fs commands in SetupUtil.
- The setup process now works correctly on windows from the beginning to end.
- Fixing broken tests.
- Improving tests.
- Adding elevated permissions to the reset script, as it is required to kill processes and remove VirtualBox.
- Added ability to run reset scripts through gulp,
- Added new npm script for resetting the environment "npm run reset".
- Refactored docker-machine module, to use Resources module for finding the machine command and general code cleaning,
- Added windows keyboard shortcut support.
- Adding the use of Resources module, instead of direct access of files in the resources dir.
- Testing appveyor.
- Testing appveyor + io.js.
- Back to node 0.10.
- Fixing permission issues with appveyor.
- Testing travis.

Signed-off-by: Dominik Deren <dominik.deren@live.com>

- Working on changes required to setup client on windows.
- For now changes in SetupStore are made, to skip steps that do MacOS setup.

- Adding deps.ps1 script for installing all required dependencies on windows.
- Adding reset.ps1 script for removing all dependencies on windows.

Fix for duplicate react instances in the code.

Modifying files to support windows paths

- Removing unnecessary log from deps.ps1 script,
- Updating Gulpfile to download and copy all the dependencies on application start,
- Cleaning pre and post install scripts from package.json, as they are not realy friendly for different platforms.
- Removing changes from browser.js as they were not necessary or even breaking.

- Fixing changes in package.json.

- Uncommented updateBinaries line in SetupStore.

- Adding open as a dependency.

- Adding proper directory to PATH for docker and docker-machine binaries.

- Fixing broken tests.

- Improving tests.

- Adding elevated permissions to the reset script, as it is required to kill processes and remove VirtualBox.

- Added ability to run reset scripts through gulp,
- Added new npm script for resetting the environment "npm run reset".

- Refactored docker-machine module, to use Resources module for finding the machine command and general code cleaning,
- Added windows keyboard shortcut support.

- Adding the use of Resources module, instead of direct access of files in the resources dir.

- Testing appveyor + io.js.

- Back to node 0.10.

- Fixing permission issues with appveyor.

Signed-off-by: Dominik Deren <dominik.deren@live.com>
2015-03-31 16:20:35 +01:00
Jeffrey Morgan 9e2c11f6d0 Changing protocol to Docker 2015-03-18 11:51:59 -07:00
Jeffrey Morgan 4a5162ba23 Merge branch 'master' into hub-button 2015-03-17 13:31:57 -07:00
Jeffrey Morgan bc7438d946 Fixing npm install 2015-03-14 14:18:43 -04:00
Jeffrey Morgan e92678508b WIP button 2015-03-11 18:43:19 -04:00
Jeffrey Morgan 71a15af401 Bump custom machine version 2015-03-06 18:25:15 -05:00
Jeffrey Morgan 99bca9f29f Updating plist 2015-03-06 13:22:47 -05:00
Jeffrey Morgan 58af2f4e9b Bumping version, atom-shell 2015-03-06 13:19:05 -05:00
Jeffrey Morgan fa8f55cc14 Bump version for custom machine 2015-03-05 21:41:30 -05:00
Jeffrey Morgan 2760b56574 Regenerate certificates on startup, fix permissions bug 2015-03-05 21:09:06 -05:00
Jeffrey Morgan 9b32a6a680 0.5.3 setup stability, errors & retrying 2015-03-01 17:08:46 -05:00
Jeffrey Morgan 1ce936578b Updating Icons 2015-02-28 11:18:22 -05:00
Jeffrey Morgan ea31632588 Fix auto updates 2015-02-27 23:22:50 -05:00
Jeffrey Morgan d52810959a Fixing merges 2015-02-26 20:16:48 -05:00
Jeffrey Morgan 75467305df Merge branch 'master' into machine
Conflicts:
	util/deps
2015-02-26 20:15:01 -05:00
Jeffrey Morgan b5bd6803d6 Working version of machine 2015-02-26 20:14:43 -05:00
Jeffrey Morgan 25302cc1a9 Merge branch 'master' into machine
Conflicts:
util/deps
2015-02-26 16:18:26 -05:00
Jeffrey Morgan e3d9de2d70 Clean test files, binaries 2015-02-26 13:58:30 -05:00