2014-08-28 00:45:22 +04:00
|
|
|
.DS_Store
|
2015-02-25 03:32:22 +03:00
|
|
|
.swp
|
2014-12-28 00:32:52 +03:00
|
|
|
build
|
2014-08-28 00:45:22 +04:00
|
|
|
dist
|
2018-02-27 05:42:41 +03:00
|
|
|
dist-electron-builder/
|
2015-11-26 02:45:24 +03:00
|
|
|
release
|
2018-02-27 21:23:46 +03:00
|
|
|
src/**/*.js.map
|
2015-06-14 02:58:48 +03:00
|
|
|
installer
|
2014-08-28 00:45:22 +04:00
|
|
|
node_modules
|
2015-04-06 02:51:45 +03:00
|
|
|
coverage
|
2014-12-28 00:32:52 +03:00
|
|
|
npm-debug.log
|
|
|
|
|
2015-05-28 00:20:44 +03:00
|
|
|
# Integration test environment
|
|
|
|
integration
|
|
|
|
|
2014-08-28 00:45:22 +04:00
|
|
|
# Resources
|
2015-05-28 04:28:40 +03:00
|
|
|
resources/docker*
|
2015-06-19 00:15:19 +03:00
|
|
|
resources/boot2docker*
|
2014-12-06 22:41:59 +03:00
|
|
|
|
|
|
|
# Cache
|
|
|
|
cache
|
2015-02-04 01:45:16 +03:00
|
|
|
|
2015-02-10 08:24:12 +03:00
|
|
|
# Tests
|
|
|
|
.test
|
2015-02-10 19:28:23 +03:00
|
|
|
settings.json
|
- 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 12:38:05 +03:00
|
|
|
|
|
|
|
# IDEs
|
2015-04-08 04:01:53 +03:00
|
|
|
.idea
|