- release, combined features und bugfixes in 1.8.x.
- bugfix
- fix "copy from". The path had missed separator
- bugfix
- fix file owner for copied files to container
- improvment
- add unittest for xdebug-toggle
- improvment
- add todo info on start on project creating
- add default docker command start for macos/linux/windows
- it's possible now to add relative project path or the path containing symlinks
- add magento commands to the inactive_command_types list by default
- bugfix
- the error occurred if the project was created from the path with symlink.
- improvment
- added example to readme "how to start"
- bugfix
- remove $1 parameter by default in docker start command
- improvment
- command package test coverage
- magento command refactored
- bugfix
- composer bugfix (custom user did not work for composer with memory limit option)
- improvment
- cli test covered
- improvement
- add default docker user definition
- add unittests for general command lib
- improvment
- xdebug test covered
- add unittests for main command App
- add ExecOptions type for shell exec and docker exec command (easier for unittests now)
- improved type abstraction for commandList and for main app
- bugfix
- fix typo in getInitFunction name
- features
- add check path existence on copyto
- add suport for docker native exec function (call shell command inside docker container)
- add ExecOptions type for shell exec and docker exec command (easier for unittests now)
- bugfix
- improve log handling
- features
- add force flag for copyto
-
bugfix
- fix sync destination option
-
features
- add force flag for copyfrom
- bugfix
- refactoring for commands, added general type that contains all func parameters
- added xdebug description
- features
- add magento command (bin/magento)
- add magerun2 command
- bugfix
- remove jumper before install it
- bugfix
- fix jumper.rb template, improved jumper_install.sh
- bugfix
- add readme info und version
- features
- 13 Add scope command config. User can hide unnecessary commands in global config file (composer, xdebug).
- bugfix
- 27 Fix shell type detection outside project
- bugfix
- refactoring: changed files hierarchy in project
- fix unittest for getSyncArgs
- bugfix
- remove legacy interfaces
- bugfix
- 27 shell command now detect project path. it could not detect project and had no project dialog. fix
- features
- add jumper_install script
- bugfix
- add homebrew macos support (linux was not tested)
- features
- add go build bash script
- prepared for built releases
- features
- 25 Add shell command, which set the default shell type for usage in main contaner
- bugfix
- 25 Split logic for config package
- 25 Add missed xdebug unittests
- bugfix
- 25 refactored unittests
- 25 add xdebug unittests
- 25 refactored interfaces for commands, main interface splitted into different interfaces
- features
- 4 Add xdebug enable/disable
- bugfix
- 4 Added sync test
- 4 some containers do not use bash. sh was set by default
- bugfix
- 22 User is always asked for a project select even he is in the folder with jumper.json. Now jumper checks if the file exists and if the configuration appropriate.
- bugfix
- 17 Was not possible to stop containers, cause docker object was not initialized. Fixed.
- features
- 3 Add sync container -> host and host -> container
- bugfix
- 3 Fix typo in dialog titles for project path naming
- 3 Add docker status check for stop commands
- 3 Initf function now has project path return
- bugfix
- 17 Add unittests for docker wrapper object
- 17 Add unittests for docker start dialog object
- features
- 16 Add docker start option
- 16 Add docker service dialog for docker starting using jumper
- 16 Add unittests for Docker object 25%
- bugfix
- 16 refacored docker instance
- update docker API
- features
- 14 Added option, which hides long copyright text
- 14 Added unittest for this option
- bugfix
- 14 Global config is loaded on
jumper
call now, even without command call. It helps to get an access to conifg options at app instance initialization.
- 14 Global config is loaded on
- 12 Add project path output
- 12 Add changelog file