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

28 Коммитов

Автор SHA1 Сообщение Дата
Raul Hidalgo Caballero c6667350e0 [TypeScript] - Enable a TsConfig Ready (#3441)
* ts && tslint enabled

* tslint script

* jsx

* strict null checks

* added react types

* allowJS

* Added some fix in schemas and runing tslint well

* electron-build triggers build indirectly
2018-02-27 10:23:46 -08:00
Raul Hidalgo Caballero 26abc33e61 Electron-Builder (#3447)
* Added ElectronBuilder

* build info

* added release targets in scripts

* ignore dist-electron-builder

* main changed

* .

* .

* now more near final solution

* more fix

* Seems Pretty good

* updated electron-builder last version

* updated electron-builder

* electron-version fixed
2018-02-26 18:42:41 -08:00
Jeffrey Morgan 252049115e Put zip files in release dir
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-11-25 18:45:24 -05:00
Jeffrey Morgan f5d10e2e3b Add boot2docker.iso to gitignore 2015-06-18 14:15:19 -07:00
Jeffrey Morgan ae8fa7db48 Removing gulpfile 2015-06-17 20:07:26 -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 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 7031814cc4 Include boot2docker iso in distribution 2015-04-20 10:43:31 -04:00
Jeffrey Morgan 159ea8013f Merge branch 'master' into jeffdm-windows
Conflicts:
	README.md
2015-04-07 21:01:53 -04:00
Jeffrey Dean Morgan be368f7a77 Adding code coverage to unit tests
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
2015-04-06 12:13:05 -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 09bebcd7dd Fix .gitignore 2015-03-11 13:36:54 -04:00
Jeffrey Morgan b5bd6803d6 Working version of machine 2015-02-26 20:14:43 -05:00
Jeffrey Morgan 0a033e807b Lower virtual box req. Fix upgrade 2015-02-24 19:32:22 -05:00
Jeffrey Morgan 621b0503ab Adding Setup tests and settings fix 2015-02-11 15:09:17 -08:00
Jeffrey Morgan b8b107f4d2 removing settings 2015-02-10 08:28:23 -08:00
Jeffrey Morgan cb437f1d89 Merging 2015-02-09 21:24:12 -08:00
Jeffrey Morgan e2346cc012 WIP beta 2015-02-03 17:45:16 -05:00
Jeffrey Morgan 2f599dc092 Merge and cleanup 2015-01-25 13:29:51 -05:00
Jeffrey Morgan 424bccc3a9 Node & test environment
- Fix environment to require no node install and more straightforward
- Add jasmine files
2014-12-27 16:32:52 -05:00
Jeff Morgan 0bb1153103 Initial implementation of mixpanel instead of GA 2014-12-06 14:41:59 -05:00
Sean Li 0f6b7746aa Fixed bug when image doesn't finish building. 2014-10-09 11:25:47 -07:00
Jeff Morgan 93123e447b Specific verison of boot2docker 2014-09-10 23:17:19 -07:00
Sean Li e1f1f41efb Added GA to track usage analytics and option to disable it. 2014-09-05 19:52:03 -07:00
Jeff Morgan aa0bf724ae Adding Node.js 0.10.29 into the bundle so the server portion runs
separately. Fixing DNS caching bug using dig.
2014-08-27 18:12:55 -07:00
Jeff Morgan bdf0949190 Initial commit 2014-08-27 13:45:22 -07:00