CHANGELOG.md in mina-1.0.6 vs CHANGELOG.md in mina-1.0.7

- old
+ new

@@ -1,20 +1,206 @@ # Change Log ## [Unreleased](https://github.com/mina-deploy/mina/tree/HEAD) -[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta2...HEAD) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.6...HEAD) **Closed issues:** +- Set command in task to use at another task [\#556](https://github.com/mina-deploy/mina/issues/556) +- rvm:use not working in Mina 1.0.6 [\#555](https://github.com/mina-deploy/mina/issues/555) +- Why mina default link shared directory to public/assets? [\#550](https://github.com/mina-deploy/mina/issues/550) +- bash: line 50: cd: /home/deploy/app/current: No such file or directory [\#549](https://github.com/mina-deploy/mina/issues/549) +- Is the project dead? [\#541](https://github.com/mina-deploy/mina/issues/541) +- I am simply trying to restart my nginx server [\#539](https://github.com/mina-deploy/mina/issues/539) +- why mina setup new a file use makdir -p [\#538](https://github.com/mina-deploy/mina/issues/538) +- Don't know how to build task 'rake:db\_migrate' [\#536](https://github.com/mina-deploy/mina/issues/536) +- Could not install to path `vendor/bundle` because of an invalid symlink [\#535](https://github.com/mina-deploy/mina/issues/535) +- Failed with status 1 [\#530](https://github.com/mina-deploy/mina/issues/530) +- bash: bundle: command not found [\#528](https://github.com/mina-deploy/mina/issues/528) +- NoMethodError: undefined method `to' for main:Object [\#522](https://github.com/mina-deploy/mina/issues/522) +- Add rake after\_party:run [\#517](https://github.com/mina-deploy/mina/issues/517) +- Rails doesn't recognize my project [\#514](https://github.com/mina-deploy/mina/issues/514) +- Install nginx as module [\#512](https://github.com/mina-deploy/mina/issues/512) +- Mina console 'bash: bundle: command not found' [\#510](https://github.com/mina-deploy/mina/issues/510) +- Execution mode / Don't know how to build task [\#508](https://github.com/mina-deploy/mina/issues/508) +- Mina setup and migrations: Files /home/base/rails/current/db/migrate/xxx.rb and ./db/migrate/xxx.rb differ [\#502](https://github.com/mina-deploy/mina/issues/502) +- mina 1.0.6 problem on migration [\#499](https://github.com/mina-deploy/mina/issues/499) +- mina 1.0.6 Identity file [\#498](https://github.com/mina-deploy/mina/issues/498) +- Integrate puma and its configuration as default in mina [\#493](https://github.com/mina-deploy/mina/issues/493) + +**Merged pull requests:** + +- Allow use of Minafile or deploy.rb outside of config directory [\#554](https://github.com/mina-deploy/mina/pull/554) ([coreyworrell](https://github.com/coreyworrell)) +- rails commands - assets:clean and schema:load [\#545](https://github.com/mina-deploy/mina/pull/545) ([coderhs](https://github.com/coderhs)) +- DOCS: Adds mina-supervisord [\#543](https://github.com/mina-deploy/mina/pull/543) ([hovancik](https://github.com/hovancik)) +- Fix chruby invocation example [\#532](https://github.com/mina-deploy/mina/pull/532) ([aptinio](https://github.com/aptinio)) +- Documentation: Migrating shared paths example [\#526](https://github.com/mina-deploy/mina/pull/526) ([sunny](https://github.com/sunny)) +- Update 3rd\_party\_plugins.md [\#509](https://github.com/mina-deploy/mina/pull/509) ([lorenzosinisi](https://github.com/lorenzosinisi)) +- Add mina-hanami [\#495](https://github.com/mina-deploy/mina/pull/495) ([mgrachev](https://github.com/mgrachev)) + +## [v1.0.6](https://github.com/mina-deploy/mina/tree/v1.0.6) (2016-12-15) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.5...v1.0.6) + +## [v1.0.5](https://github.com/mina-deploy/mina/tree/v1.0.5) (2016-12-15) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.4...v1.0.5) + +## [v1.0.4](https://github.com/mina-deploy/mina/tree/v1.0.4) (2016-12-15) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.3...v1.0.4) + +**Implemented enhancements:** + +- Add application\_name [\#480](https://github.com/mina-deploy/mina/issues/480) + +**Fixed bugs:** + +- Mina 1.0.2+ error "bash: bundle: command not found" when using `mina console` [\#476](https://github.com/mina-deploy/mina/issues/476) + +**Closed issues:** + +- mkdir: cannot create directory ‘config’: File exists [\#491](https://github.com/mina-deploy/mina/issues/491) +- Mina fails to deploy release folders [\#490](https://github.com/mina-deploy/mina/issues/490) +- run :local deletes local files and directories [\#489](https://github.com/mina-deploy/mina/issues/489) +- Test ticket from Code Climate [\#486](https://github.com/mina-deploy/mina/issues/486) +- Can't get SSH agent forwarding to work [\#484](https://github.com/mina-deploy/mina/issues/484) +- undefined local variable or method current\_path [\#483](https://github.com/mina-deploy/mina/issues/483) +- Rails console is not interactive [\#482](https://github.com/mina-deploy/mina/issues/482) +- WordPress current symlink [\#481](https://github.com/mina-deploy/mina/issues/481) +- mina deploy [\#479](https://github.com/mina-deploy/mina/issues/479) +- Issue when change the directory before git:clone [\#477](https://github.com/mina-deploy/mina/issues/477) +- NameError: undefined local variable or method `deploy\_to' for main:Object [\#475](https://github.com/mina-deploy/mina/issues/475) +- Requiring ruby 2+ from version 1 [\#474](https://github.com/mina-deploy/mina/issues/474) + +**Merged pull requests:** + +- mina-systemd [\#487](https://github.com/mina-deploy/mina/pull/487) ([stereodenis](https://github.com/stereodenis)) +- fix ruby syntax in deploy.rb comment [\#485](https://github.com/mina-deploy/mina/pull/485) ([kuboon](https://github.com/kuboon)) +- Restore previous path after in\_path block [\#478](https://github.com/mina-deploy/mina/pull/478) ([sobrinho](https://github.com/sobrinho)) + +## [v1.0.3](https://github.com/mina-deploy/mina/tree/v1.0.3) (2016-11-08) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.2...v1.0.3) + +**Closed issues:** + +- Less obscure behaviour while copying the assets [\#473](https://github.com/mina-deploy/mina/issues/473) +- Set variables via command line is not captured in method set? [\#470](https://github.com/mina-deploy/mina/issues/470) +- Shared paths can not take effect [\#469](https://github.com/mina-deploy/mina/issues/469) +- Fall back to last commit on fail [\#466](https://github.com/mina-deploy/mina/issues/466) +- How can I append options to "rake db:migrate"? [\#464](https://github.com/mina-deploy/mina/issues/464) +- Mina fails on git clone [\#461](https://github.com/mina-deploy/mina/issues/461) +- How to prevent delete uploaded images\(by paperclip\) when depoly? [\#460](https://github.com/mina-deploy/mina/issues/460) +- Changing git host [\#458](https://github.com/mina-deploy/mina/issues/458) +- Get deploy error [\#431](https://github.com/mina-deploy/mina/issues/431) + +**Merged pull requests:** + +- Configuration\#set?\(key\) also checks ENV [\#471](https://github.com/mina-deploy/mina/pull/471) ([Zhomart](https://github.com/Zhomart)) +- Add a note about new invoke syntax [\#465](https://github.com/mina-deploy/mina/pull/465) ([scarfacedeb](https://github.com/scarfacedeb)) +- fix mina deploy link [\#463](https://github.com/mina-deploy/mina/pull/463) ([hendricius](https://github.com/hendricius)) +- Show lock file modify time [\#459](https://github.com/mina-deploy/mina/pull/459) ([SG5](https://github.com/SG5)) +- corrected typo [\#457](https://github.com/mina-deploy/mina/pull/457) ([janhoffmann](https://github.com/janhoffmann)) +- Improved shared\_dirs example + Fix typo in deploy.rb [\#456](https://github.com/mina-deploy/mina/pull/456) ([ralfebert](https://github.com/ralfebert)) +- Allow to overwrite existing :shared\_files with the symlink to shared \(fixes \#452\) [\#455](https://github.com/mina-deploy/mina/pull/455) ([ralfebert](https://github.com/ralfebert)) + +## [v1.0.2](https://github.com/mina-deploy/mina/tree/v1.0.2) (2016-10-12) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0...v1.0.2) + +**Fixed bugs:** + +- mina 1.0.0 and local repository [\#443](https://github.com/mina-deploy/mina/issues/443) + +**Closed issues:** + +- Undefined method 'to' for main:Object [\#454](https://github.com/mina-deploy/mina/issues/454) +- rvm:use not working as intended [\#453](https://github.com/mina-deploy/mina/issues/453) +- failed to create symbolic link ‘./config/database.yml’: File exists [\#452](https://github.com/mina-deploy/mina/issues/452) +- going back to 0.3.8 [\#451](https://github.com/mina-deploy/mina/issues/451) +- Prompts Are not displayed - or displayed after killing process [\#449](https://github.com/mina-deploy/mina/issues/449) +- deploy:link\_shared\_paths Fails! Too many levels of symbolic links [\#448](https://github.com/mina-deploy/mina/issues/448) +- Mina not loading prompt to ask for Git password [\#446](https://github.com/mina-deploy/mina/issues/446) +- Mina::Error: Setting :shared\_paths is not set [\#445](https://github.com/mina-deploy/mina/issues/445) +- rvm:use doesn't actually switch rubies. [\#442](https://github.com/mina-deploy/mina/issues/442) +- Problem deploying since commit d547ea10 [\#439](https://github.com/mina-deploy/mina/issues/439) + +**Merged pull requests:** + +- Fix FAQ doc typo [\#447](https://github.com/mina-deploy/mina/pull/447) ([gabskoro](https://github.com/gabskoro)) +- Fix rvm:use task [\#444](https://github.com/mina-deploy/mina/pull/444) ([devvmh](https://github.com/devvmh)) + +## [v1.0.0](https://github.com/mina-deploy/mina/tree/v1.0.0) (2016-09-27) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.rc2...v1.0.0) + +**Closed issues:** + +- No cache for bundler [\#441](https://github.com/mina-deploy/mina/issues/441) +- Support for nvm [\#440](https://github.com/mina-deploy/mina/issues/440) + +## [v1.0.0.rc2](https://github.com/mina-deploy/mina/tree/v1.0.0.rc2) (2016-09-19) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.rc1...v1.0.0.rc2) + +## [v1.0.0.rc1](https://github.com/mina-deploy/mina/tree/v1.0.0.rc1) (2016-09-19) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta5...v1.0.0.rc1) + +**Implemented enhancements:** + +- Change output precompiling asset color [\#434](https://github.com/mina-deploy/mina/issues/434) + +**Fixed bugs:** + +- open4 error if run :local do block does not contain any commands [\#424](https://github.com/mina-deploy/mina/issues/424) +- can't set rvm\_path in 1.x [\#414](https://github.com/mina-deploy/mina/issues/414) + +**Closed issues:** + +- Default tasks? [\#436](https://github.com/mina-deploy/mina/issues/436) +- Can't open rails console when doing ssh through mina [\#435](https://github.com/mina-deploy/mina/issues/435) +- Restart doesn't work [\#432](https://github.com/mina-deploy/mina/issues/432) +- mina 1.0 not picking up rvm [\#430](https://github.com/mina-deploy/mina/issues/430) +- run `mina deploy` failed,because of activesupport [\#429](https://github.com/mina-deploy/mina/issues/429) +- Cant 'mina setup' but can 'mina ssh' [\#423](https://github.com/mina-deploy/mina/issues/423) + +**Merged pull requests:** + +- rvm\_path replace with rvm\_use\_path [\#438](https://github.com/mina-deploy/mina/pull/438) ([devvmh](https://github.com/devvmh)) +- fix mina rake bug [\#428](https://github.com/mina-deploy/mina/pull/428) ([devvmh](https://github.com/devvmh)) +- strip whitespace from commands by default [\#427](https://github.com/mina-deploy/mina/pull/427) ([devvmh](https://github.com/devvmh)) + +## [v1.0.0.beta5](https://github.com/mina-deploy/mina/tree/v1.0.0.beta5) (2016-08-30) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta4...v1.0.0.beta5) + +**Closed issues:** + +- How to do a proper finish hook? [\#425](https://github.com/mina-deploy/mina/issues/425) + +## [v1.0.0.beta4](https://github.com/mina-deploy/mina/tree/v1.0.0.beta4) (2016-08-28) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta3...v1.0.0.beta4) + +## [v1.0.0.beta3](https://github.com/mina-deploy/mina/tree/v1.0.0.beta3) (2016-08-28) +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta2...v1.0.0.beta3) + +**Implemented enhancements:** + +- Spring cleaning [\#380](https://github.com/mina-deploy/mina/issues/380) +- Git helper for pending push [\#295](https://github.com/mina-deploy/mina/issues/295) + +**Closed issues:** + +- No error when Host key verification failed. [\#422](https://github.com/mina-deploy/mina/issues/422) +- Broken link in documentation [\#421](https://github.com/mina-deploy/mina/issues/421) +- Mina beta2 bugs with mina-unicorn [\#420](https://github.com/mina-deploy/mina/issues/420) +- How do I prevent mina from removing images uploaded on production server? [\#419](https://github.com/mina-deploy/mina/issues/419) +- rbenv support is broken on 1.x [\#418](https://github.com/mina-deploy/mina/issues/418) +- Mina doesn't enclose commands in parenthesis. [\#417](https://github.com/mina-deploy/mina/issues/417) - Undefined method queue with mina v1.0.0-beta2 [\#408](https://github.com/mina-deploy/mina/issues/408) - mina init error message in 1.0.0.beta2 [\#407](https://github.com/mina-deploy/mina/issues/407) **Merged pull requests:** +- change docs about invoking rvm:use with arguments [\#413](https://github.com/mina-deploy/mina/pull/413) ([devvmh](https://github.com/devvmh)) - add Rbenv and RVM notes [\#412](https://github.com/mina-deploy/mina/pull/412) ([pinewong](https://github.com/pinewong)) - fix issues with rbenv:load [\#411](https://github.com/mina-deploy/mina/pull/411) ([devvmh](https://github.com/devvmh)) +- ensure git pushed function - code props to @fgarcia [\#410](https://github.com/mina-deploy/mina/pull/410) ([devvmh](https://github.com/devvmh)) - fix infinite loop in suggested default config [\#409](https://github.com/mina-deploy/mina/pull/409) ([devvmh](https://github.com/devvmh)) ## [v1.0.0.beta2](https://github.com/mina-deploy/mina/tree/v1.0.0.beta2) (2016-07-30) [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta1...v1.0.0.beta2) @@ -89,296 +275,25 @@ - Feature/configuration dsl [\#398](https://github.com/mina-deploy/mina/pull/398) ([vr4b4c](https://github.com/vr4b4c)) ## [v1.0.0.beta1](https://github.com/mina-deploy/mina/tree/v1.0.0.beta1) (2016-06-30) [Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.8...v1.0.0.beta1) -**Fixed bugs:** - -- Rails schema\_format = :sql makes Mina never migrate the database [\#74](https://github.com/mina-deploy/mina/issues/74) - **Closed issues:** - foreman stop mina create current folder issue [\#396](https://github.com/mina-deploy/mina/issues/396) - Host key verification failed [\#391](https://github.com/mina-deploy/mina/issues/391) - mina deploy error Cloning into '.'... [\#390](https://github.com/mina-deploy/mina/issues/390) - Shared paths does not get updates after deploy [\#388](https://github.com/mina-deploy/mina/issues/388) - Deploy Error: Ruby Version Not Installed [\#387](https://github.com/mina-deploy/mina/issues/387) - Repository not found, Multiple github deploy keys for a single user on a single server [\#382](https://github.com/mina-deploy/mina/issues/382) - RVM not found [\#379](https://github.com/mina-deploy/mina/issues/379) - Too many \('s with FREEBSD [\#375](https://github.com/mina-deploy/mina/issues/375) -- mina error invalid byte sequence in US-ASCII [\#360](https://github.com/mina-deploy/mina/issues/360) -- Weird command lines with "" folder added after 'mina setup' [\#357](https://github.com/mina-deploy/mina/issues/357) -- 'current' simlink - no such file or directory [\#354](https://github.com/mina-deploy/mina/issues/354) -- i deploy my project with mina and puma but cannot load gems [\#351](https://github.com/mina-deploy/mina/issues/351) -- ssh-keyscan issue on `mina setup` [\#344](https://github.com/mina-deploy/mina/issues/344) -- Warning: Identity file ~/.ec2/gsg-keypair not accessible: No such file or directory. [\#340](https://github.com/mina-deploy/mina/issues/340) -- Operation timed out [\#338](https://github.com/mina-deploy/mina/issues/338) -- I can't use mina setup to EC2 with .pem file, is there any way to support? [\#334](https://github.com/mina-deploy/mina/issues/334) -- ssh could not resolve hostname [\#333](https://github.com/mina-deploy/mina/issues/333) -- mina deploy failed with status 1 \(256\) [\#330](https://github.com/mina-deploy/mina/issues/330) -- New setup project cannot deploy, "Failed with status 1 \(1\)" [\#328](https://github.com/mina-deploy/mina/issues/328) -- How to do mina rake task invocation if rake task has arguments? [\#325](https://github.com/mina-deploy/mina/issues/325) -- master failed to start, check stderr log for details [\#322](https://github.com/mina-deploy/mina/issues/322) -- can not connect to VPS [\#319](https://github.com/mina-deploy/mina/issues/319) -- Cleaning up old releases fails [\#317](https://github.com/mina-deploy/mina/issues/317) -- Integrate with sitemap generator. [\#313](https://github.com/mina-deploy/mina/issues/313) -- Mina ssh doesn't load bash\_profile? [\#311](https://github.com/mina-deploy/mina/issues/311) -- Mina::LocalHelpers::Local.invoke is broken for non-pretty term modes [\#309](https://github.com/mina-deploy/mina/issues/309) -- Git commit is lost after checkout [\#308](https://github.com/mina-deploy/mina/issues/308) -- sudo command in configuration [\#302](https://github.com/mina-deploy/mina/issues/302) -- Why does rails:db\_migrate run on the previous release? [\#300](https://github.com/mina-deploy/mina/issues/300) -- secrets.yml in shared\_paths by default [\#298](https://github.com/mina-deploy/mina/issues/298) -- mina don't support deployment by tag [\#296](https://github.com/mina-deploy/mina/issues/296) -- More control on command verbosity [\#294](https://github.com/mina-deploy/mina/issues/294) -- when Skipping asset precompilation, it copied assets to wrong path [\#293](https://github.com/mina-deploy/mina/issues/293) -- db\_migrate not migrating [\#292](https://github.com/mina-deploy/mina/issues/292) -- Best way to reload nginx.conf [\#291](https://github.com/mina-deploy/mina/issues/291) -- bash : bundle: command not found [\#290](https://github.com/mina-deploy/mina/issues/290) -- Mina deploy: I have set up SSH, but can't connect to git@github.com [\#288](https://github.com/mina-deploy/mina/issues/288) -- Mina chokes handling STDIN [\#286](https://github.com/mina-deploy/mina/issues/286) -- invoke does not work after a to block [\#285](https://github.com/mina-deploy/mina/issues/285) -- Deploy locked without deploy.lock file [\#283](https://github.com/mina-deploy/mina/issues/283) -- Error while precompiling assets \*\*bash: line 232: 21006 Killed\*\* [\#282](https://github.com/mina-deploy/mina/issues/282) -- mina setup improperly documented [\#280](https://github.com/mina-deploy/mina/issues/280) -- unable to run rails console [\#279](https://github.com/mina-deploy/mina/issues/279) -- Setup task should not be trying to chown or chmod [\#278](https://github.com/mina-deploy/mina/issues/278) -- Hangs on confirming host key phase. [\#277](https://github.com/mina-deploy/mina/issues/277) -- Unicorn not starting when using mina [\#272](https://github.com/mina-deploy/mina/issues/272) -- Issue on loading an ENV variables in \*.yml files [\#269](https://github.com/mina-deploy/mina/issues/269) -- Prevent queue method to display output [\#268](https://github.com/mina-deploy/mina/issues/268) -- Whenever tasks do not dependent :environment [\#267](https://github.com/mina-deploy/mina/issues/267) -- Can I safely embed `.env` in the Mina deploy script? [\#265](https://github.com/mina-deploy/mina/issues/265) -- Didn't get the current folder after mina setup [\#264](https://github.com/mina-deploy/mina/issues/264) -- RVM is not a function [\#262](https://github.com/mina-deploy/mina/issues/262) -- to :launch ... [\#261](https://github.com/mina-deploy/mina/issues/261) -- git pull instead of git clone [\#259](https://github.com/mina-deploy/mina/issues/259) -- Mina - Foreman - Bundle problem [\#257](https://github.com/mina-deploy/mina/issues/257) -- :preapre stage to happen before creating a new temp build [\#256](https://github.com/mina-deploy/mina/issues/256) -- How do I run rake tasks before the current symlink is created? [\#255](https://github.com/mina-deploy/mina/issues/255) -- rbenv system-wide install [\#253](https://github.com/mina-deploy/mina/issues/253) -- How can i deploy thinking\_sphinx [\#250](https://github.com/mina-deploy/mina/issues/250) -- link\_shared\_paths links to user folder [\#248](https://github.com/mina-deploy/mina/issues/248) -- Deploy failed 'no tty present', but no sudo? [\#247](https://github.com/mina-deploy/mina/issues/247) -- Skipping asset precompilation: wrong copy paths [\#246](https://github.com/mina-deploy/mina/issues/246) -- problems with restarting puma [\#245](https://github.com/mina-deploy/mina/issues/245) -- logfile on server? [\#242](https://github.com/mina-deploy/mina/issues/242) -- mina deploy --help should not cause a deploy [\#238](https://github.com/mina-deploy/mina/issues/238) -- migrations aren't being run [\#236](https://github.com/mina-deploy/mina/issues/236) -- mina/foreman should not call sudo to start/stop/restart foreman [\#234](https://github.com/mina-deploy/mina/issues/234) -- mina/foreman does not work due to sudo [\#233](https://github.com/mina-deploy/mina/issues/233) -- \[solved\] Initial deploy after installing 'whenever' gem: "...whenever is not part of the bundle. Add it to Gemfile." [\#231](https://github.com/mina-deploy/mina/issues/231) -- During launch stage, current symlink points to previous release [\#224](https://github.com/mina-deploy/mina/issues/224) -- Starting a resque worker [\#223](https://github.com/mina-deploy/mina/issues/223) -- Cleanup not run after deploy [\#218](https://github.com/mina-deploy/mina/issues/218) -- Multiple Server Support / Timestamp Release Support [\#217](https://github.com/mina-deploy/mina/issues/217) -- git:clone on win7 x64 had error [\#216](https://github.com/mina-deploy/mina/issues/216) -- Integration with Rollbar? [\#215](https://github.com/mina-deploy/mina/issues/215) -- Carrierwave: how to share public/uploads path? [\#214](https://github.com/mina-deploy/mina/issues/214) -- Should tmp dir be shared? [\#213](https://github.com/mina-deploy/mina/issues/213) -- Installing gems on JRuby [\#211](https://github.com/mina-deploy/mina/issues/211) -- link\_shared\_paths don't execute [\#210](https://github.com/mina-deploy/mina/issues/210) -- How to display logs when I call the mina system command continuously in my sinatra app? [\#209](https://github.com/mina-deploy/mina/issues/209) -- Is there a plan to release a new version? [\#206](https://github.com/mina-deploy/mina/issues/206) -- Deploy fails with 'cannot create directory' [\#205](https://github.com/mina-deploy/mina/issues/205) -- Checkout to HEAD? [\#203](https://github.com/mina-deploy/mina/issues/203) -- Alter the setup task [\#202](https://github.com/mina-deploy/mina/issues/202) -- "invoke :task, reenable: true" doesn't work in certain configurations [\#201](https://github.com/mina-deploy/mina/issues/201) -- Simple `mina git:clone` fails on step "Using git branch 'master'" [\#200](https://github.com/mina-deploy/mina/issues/200) -- ssh command assumes the user's shell on the server is bashish [\#199](https://github.com/mina-deploy/mina/issues/199) -- mistypen exit\_status in bin/mina [\#198](https://github.com/mina-deploy/mina/issues/198) -- set :keep\_releases does not work [\#196](https://github.com/mina-deploy/mina/issues/196) -- Wrong assets path when precompilation i skipped [\#193](https://github.com/mina-deploy/mina/issues/193) -- Mina support mercurial? [\#192](https://github.com/mina-deploy/mina/issues/192) -- rake db:migrate fails to run on first deploy [\#191](https://github.com/mina-deploy/mina/issues/191) -- git clone '.' path already exists [\#190](https://github.com/mina-deploy/mina/issues/190) -- Update shared paths [\#188](https://github.com/mina-deploy/mina/issues/188) -- mina deploy error [\#187](https://github.com/mina-deploy/mina/issues/187) -- Installing Mina on Debian [\#186](https://github.com/mina-deploy/mina/issues/186) -- Dead project? [\#181](https://github.com/mina-deploy/mina/issues/181) -- current\_path up one directory breaks current symlink [\#180](https://github.com/mina-deploy/mina/issues/180) -- Why don't you also read the `.bash\_profile`? [\#176](https://github.com/mina-deploy/mina/issues/176) -- "to :launch" creates restart.txt in the wrong directory [\#175](https://github.com/mina-deploy/mina/issues/175) -- deploy\_to does not expand path [\#174](https://github.com/mina-deploy/mina/issues/174) -- Nothing happens when running "mina setup" [\#172](https://github.com/mina-deploy/mina/issues/172) -- launch block don't works [\#170](https://github.com/mina-deploy/mina/issues/170) -- Deployment with Github WebHook URLs.. [\#165](https://github.com/mina-deploy/mina/issues/165) -- AWS EC2 .pem file [\#164](https://github.com/mina-deploy/mina/issues/164) -- mina setup freezes at password [\#163](https://github.com/mina-deploy/mina/issues/163) -- Rails 4 and binstubs [\#162](https://github.com/mina-deploy/mina/issues/162) -- Migrating database fail [\#160](https://github.com/mina-deploy/mina/issues/160) -- sudo: no tty present and no askpass program specified [\#157](https://github.com/mina-deploy/mina/issues/157) -- shared bundle path not symlinked [\#156](https://github.com/mina-deploy/mina/issues/156) -- How to select project folder under git control [\#155](https://github.com/mina-deploy/mina/issues/155) -- Zero downtime deploys [\#152](https://github.com/mina-deploy/mina/issues/152) -- Add support for ssh proxies [\#151](https://github.com/mina-deploy/mina/issues/151) -- Broken JRuby support [\#147](https://github.com/mina-deploy/mina/issues/147) -- Question: Mina Deploy Precompile Error [\#146](https://github.com/mina-deploy/mina/issues/146) -- How to refactor \(?\) a long deploy.rb [\#145](https://github.com/mina-deploy/mina/issues/145) -- Trust foreman binary [\#144](https://github.com/mina-deploy/mina/issues/144) -- Changes of assets under lib/assets does not trigger assets\_precompile [\#143](https://github.com/mina-deploy/mina/issues/143) -- can't convert Fixnum into String [\#142](https://github.com/mina-deploy/mina/issues/142) -- mina console with dvm [\#141](https://github.com/mina-deploy/mina/issues/141) -- Enable wiki to list plugins/gems [\#140](https://github.com/mina-deploy/mina/issues/140) -- foreman module exports using the development environment [\#135](https://github.com/mina-deploy/mina/issues/135) -- `mina deploy` hangs [\#134](https://github.com/mina-deploy/mina/issues/134) -- rvm is sourced, which just prints the help message [\#131](https://github.com/mina-deploy/mina/issues/131) -- How to restart nginx without enter password like you [\#129](https://github.com/mina-deploy/mina/issues/129) -- When config.assets.prefix was setting, the assets was precompiled every deploy [\#125](https://github.com/mina-deploy/mina/issues/125) -- rvm\_path setting not picking up [\#124](https://github.com/mina-deploy/mina/issues/124) -- Release new gem version [\#122](https://github.com/mina-deploy/mina/issues/122) -- Problem with rake db:migrate [\#121](https://github.com/mina-deploy/mina/issues/121) -- Identity file \[/home/candidosg/.ec2/mirafloris.pem\] not accessible: No such file or directory. [\#120](https://github.com/mina-deploy/mina/issues/120) -- Still maintained? [\#118](https://github.com/mina-deploy/mina/issues/118) -- Whenever support: fix 'bundle exec' [\#114](https://github.com/mina-deploy/mina/issues/114) -- Why my rvm gemset is empty? [\#108](https://github.com/mina-deploy/mina/issues/108) -- when using verbose strict encoding conversion is required [\#107](https://github.com/mina-deploy/mina/issues/107) -- Export RBENV\_ROOT before rbenv init for system-wide install [\#106](https://github.com/mina-deploy/mina/issues/106) -- mina/foreman is not wokring [\#100](https://github.com/mina-deploy/mina/issues/100) -- Password prompt in mina doesn't work [\#99](https://github.com/mina-deploy/mina/issues/99) -- Do some tasks after deploy [\#98](https://github.com/mina-deploy/mina/issues/98) -- invoke "whenever" tasks [\#97](https://github.com/mina-deploy/mina/issues/97) -- link to current doesn't work if someboyd has the current as working directory [\#96](https://github.com/mina-deploy/mina/issues/96) -- Deploy to a Vagrant box locally [\#94](https://github.com/mina-deploy/mina/issues/94) -- trying to fix permission for tmp directory [\#92](https://github.com/mina-deploy/mina/issues/92) -- Mina aborts during setup [\#91](https://github.com/mina-deploy/mina/issues/91) -- First deploy to a server fails if repo is not included to the list of known hosts [\#90](https://github.com/mina-deploy/mina/issues/90) -- Mina hangs after entering SSH password [\#88](https://github.com/mina-deploy/mina/issues/88) -- how to run mina deploy with sudo? [\#86](https://github.com/mina-deploy/mina/issues/86) -- Command runs during deploy, but not when called independently [\#82](https://github.com/mina-deploy/mina/issues/82) -- Early Deletion of .git repo [\#80](https://github.com/mina-deploy/mina/issues/80) -- symlink to current is broken [\#79](https://github.com/mina-deploy/mina/issues/79) -- Could not location Gemfile for rails tasks [\#73](https://github.com/mina-deploy/mina/issues/73) -- Testing against rake 10 [\#70](https://github.com/mina-deploy/mina/issues/70) -- Local shell commands [\#69](https://github.com/mina-deploy/mina/issues/69) -- Git commit message with non ASCII character raises error [\#68](https://github.com/mina-deploy/mina/issues/68) -- Delayed Job [\#66](https://github.com/mina-deploy/mina/issues/66) -- How to ENV variables [\#65](https://github.com/mina-deploy/mina/issues/65) -- Support for multi-stage deployment [\#62](https://github.com/mina-deploy/mina/issues/62) -- Can not access Rails from within Mina tasks [\#61](https://github.com/mina-deploy/mina/issues/61) -- Asset precompilation skip issue [\#60](https://github.com/mina-deploy/mina/issues/60) -- Mina does not work on windows due to open4 gem [\#58](https://github.com/mina-deploy/mina/issues/58) -- warning: --depth is ignored in local clones; use file:// instead. [\#56](https://github.com/mina-deploy/mina/issues/56) -- Deploying local repositories? [\#54](https://github.com/mina-deploy/mina/issues/54) -- FATAL: Ident authentication failed for user "name" [\#52](https://github.com/mina-deploy/mina/issues/52) -- which -s doesn't work on Debain [\#44](https://github.com/mina-deploy/mina/issues/44) -- Git password prompt does not work with "mina deploy" [\#41](https://github.com/mina-deploy/mina/issues/41) -- Task Argument Error [\#36](https://github.com/mina-deploy/mina/issues/36) -- Rename domain as host? [\#33](https://github.com/mina-deploy/mina/issues/33) -- Even faster asset compilation [\#32](https://github.com/mina-deploy/mina/issues/32) -- prompt for command-line input [\#30](https://github.com/mina-deploy/mina/issues/30) -- \[Bug\] Precompile Assets with JRuby [\#29](https://github.com/mina-deploy/mina/issues/29) -- Locally cached git repository [\#28](https://github.com/mina-deploy/mina/issues/28) -- deploy:link\_shared\_paths is broken [\#27](https://github.com/mina-deploy/mina/issues/27) -- Ability to overwrite the default tasks [\#26](https://github.com/mina-deploy/mina/issues/26) -- Assets compiling on redeploy [\#25](https://github.com/mina-deploy/mina/issues/25) -- clean up old releases [\#24](https://github.com/mina-deploy/mina/issues/24) -- \[Feature\] Agent Forwarding [\#23](https://github.com/mina-deploy/mina/issues/23) -- Specifying an environment [\#21](https://github.com/mina-deploy/mina/issues/21) -- Error when checking out to current\_revision [\#19](https://github.com/mina-deploy/mina/issues/19) -- Skip database migrations [\#18](https://github.com/mina-deploy/mina/issues/18) -- ln -sfn is NOT atomic [\#16](https://github.com/mina-deploy/mina/issues/16) -- branching [\#13](https://github.com/mina-deploy/mina/issues/13) -- Support for SVN [\#12](https://github.com/mina-deploy/mina/issues/12) -- Invoked tasks don't pick up ENV variables [\#11](https://github.com/mina-deploy/mina/issues/11) -- Optimize Git clone/checkout [\#10](https://github.com/mina-deploy/mina/issues/10) -- Rolling back to previous release [\#9](https://github.com/mina-deploy/mina/issues/9) -- working with rbenv/rvm etc? [\#5](https://github.com/mina-deploy/mina/issues/5) -- Run deploy outside of app directory [\#3](https://github.com/mina-deploy/mina/issues/3) **Merged pull requests:** - Fix syntax [\#372](https://github.com/mina-deploy/mina/pull/372) ([KamilLelonek](https://github.com/KamilLelonek)) - Update Readme.md [\#371](https://github.com/mina-deploy/mina/pull/371) ([amoludage](https://github.com/amoludage)) - update contrib guide [\#364](https://github.com/mina-deploy/mina/pull/364) ([jsimpson](https://github.com/jsimpson)) -- add mina-laravel to 3rd party modules [\#352](https://github.com/mina-deploy/mina/pull/352) ([kikyous](https://github.com/kikyous)) -- fix for starting server path [\#349](https://github.com/mina-deploy/mina/pull/349) ([Freeza91](https://github.com/Freeza91)) -- Add license to gemspec [\#343](https://github.com/mina-deploy/mina/pull/343) ([mfinelli](https://github.com/mfinelli)) -- Fixed bug where the whenever\_name was not getting set properly, causing multiple crontab entries. [\#335](https://github.com/mina-deploy/mina/pull/335) ([ipd](https://github.com/ipd)) -- fix missing shell repo variable in setup [\#329](https://github.com/mina-deploy/mina/pull/329) ([flowerett](https://github.com/flowerett)) -- Suggest force\_unlock when deploy.lock file exists [\#327](https://github.com/mina-deploy/mina/pull/327) ([stevendaniels](https://github.com/stevendaniels)) -- added support for ry [\#315](https://github.com/mina-deploy/mina/pull/315) ([kmmndr](https://github.com/kmmndr)) -- Fix for \#309 [\#310](https://github.com/mina-deploy/mina/pull/310) ([13k](https://github.com/13k)) -- Save deployed git sha in deploy/current/.mina\_git\_revision [\#306](https://github.com/mina-deploy/mina/pull/306) ([gaizka](https://github.com/gaizka)) -- fix broken command\_queue link [\#289](https://github.com/mina-deploy/mina/pull/289) ([bartj3](https://github.com/bartj3)) -- Reorder die parameters [\#281](https://github.com/mina-deploy/mina/pull/281) ([Bilge](https://github.com/Bilge)) -- Allow you to optionally set an alternate procfile name [\#275](https://github.com/mina-deploy/mina/pull/275) ([henare](https://github.com/henare)) -- Fix up formatting of code block in readme [\#274](https://github.com/mina-deploy/mina/pull/274) ([henare](https://github.com/henare)) -- Fix link typo in readme [\#273](https://github.com/mina-deploy/mina/pull/273) ([henare](https://github.com/henare)) -- Ability to customise Rails' public assets path [\#266](https://github.com/mina-deploy/mina/pull/266) ([dwfait](https://github.com/dwfait)) -- Fix host verification error at first deploy if repo is not included to the list of known hosts [\#263](https://github.com/mina-deploy/mina/pull/263) ([flowerett](https://github.com/flowerett)) -- 3rd party modules [\#258](https://github.com/mina-deploy/mina/pull/258) ([stereodenis](https://github.com/stereodenis)) -- Fix link in the support guide [\#254](https://github.com/mina-deploy/mina/pull/254) ([jartek](https://github.com/jartek)) -- mention .ruby-version for rbenv comment [\#249](https://github.com/mina-deploy/mina/pull/249) ([equivalent](https://github.com/equivalent)) -- Prevent foreman export from expanding the current/ symlink [\#241](https://github.com/mina-deploy/mina/pull/241) ([postmodern](https://github.com/postmodern)) -- Ruby 1.8.7 doesn't support empty symbols [\#240](https://github.com/mina-deploy/mina/pull/240) ([PChambino](https://github.com/PChambino)) -- Add foreman\_location and foreman\_sudo configs [\#239](https://github.com/mina-deploy/mina/pull/239) ([PChambino](https://github.com/PChambino)) -- Support pretty\_system on Ruby 1.8.7 [\#237](https://github.com/mina-deploy/mina/pull/237) ([PChambino](https://github.com/PChambino)) -- Updated deploy.rb template to use shared\_path [\#235](https://github.com/mina-deploy/mina/pull/235) ([postmodern](https://github.com/postmodern)) -- Allow the foreman export format to be configurable. [\#232](https://github.com/mina-deploy/mina/pull/232) ([postmodern](https://github.com/postmodern)) -- Treat absent files as empty when changes script [\#230](https://github.com/mina-deploy/mina/pull/230) ([rodolfospalenza](https://github.com/rodolfospalenza)) -- Make tmp directory if it doesn't exist [\#229](https://github.com/mina-deploy/mina/pull/229) ([dvdhsu](https://github.com/dvdhsu)) -- Add npm support with a simple npm:install task [\#227](https://github.com/mina-deploy/mina/pull/227) ([paulRbr](https://github.com/paulRbr)) -- Update doc on \#invoke helper [\#226](https://github.com/mina-deploy/mina/pull/226) ([paulRbr](https://github.com/paulRbr)) -- Revert "fix tmp/restart.txt path" [\#225](https://github.com/mina-deploy/mina/pull/225) ([gabskoro](https://github.com/gabskoro)) -- Make rails console task dependent on the environment [\#220](https://github.com/mina-deploy/mina/pull/220) ([lucapette](https://github.com/lucapette)) -- Remove binstubs options from defaults [\#219](https://github.com/mina-deploy/mina/pull/219) ([lucapette](https://github.com/lucapette)) -- fix: bin/mina exit\_status -\> exitstatus [\#212](https://github.com/mina-deploy/mina/pull/212) ([Zhomart](https://github.com/Zhomart)) -- fix tmp/restart.txt path [\#208](https://github.com/mina-deploy/mina/pull/208) ([zigomir](https://github.com/zigomir)) -- add rescue for rubinius SignalException [\#204](https://github.com/mina-deploy/mina/pull/204) ([qen](https://github.com/qen)) -- Update .travis.yml [\#197](https://github.com/mina-deploy/mina/pull/197) ([lucianosousa](https://github.com/lucianosousa)) -- Using `bundle\_bin` instead `bundle` in whenever tasks. [\#195](https://github.com/mina-deploy/mina/pull/195) ([mdorfin](https://github.com/mdorfin)) -- Convert specs to RSpec expect syntax with transpec [\#194](https://github.com/mina-deploy/mina/pull/194) ([loganhasson](https://github.com/loganhasson)) -- Parse task string to reenable task [\#189](https://github.com/mina-deploy/mina/pull/189) ([PChambino](https://github.com/PChambino)) -- tense fix [\#184](https://github.com/mina-deploy/mina/pull/184) ([brandondrew](https://github.com/brandondrew)) -- Allow for a build step [\#178](https://github.com/mina-deploy/mina/pull/178) ([dchancogne](https://github.com/dchancogne)) -- Check db/migrate/ instead of schema.rb [\#177](https://github.com/mina-deploy/mina/pull/177) ([chuckd](https://github.com/chuckd)) -- Fix typo [\#173](https://github.com/mina-deploy/mina/pull/173) ([Bounga](https://github.com/Bounga)) -- Fix typo in Rake url [\#168](https://github.com/mina-deploy/mina/pull/168) ([jfcartkeep](https://github.com/jfcartkeep)) -- Adding support for server environment variables in deploy.rb, \(:env\_vars\) [\#161](https://github.com/mina-deploy/mina/pull/161) ([pricees](https://github.com/pricees)) -- Fix copy command for assets [\#150](https://github.com/mina-deploy/mina/pull/150) ([joshdover](https://github.com/joshdover)) -- stop using fork, which means JRuby support [\#148](https://github.com/mina-deploy/mina/pull/148) ([mrbrdo](https://github.com/mrbrdo)) -- Added `mina ssh` command to connect to server [\#139](https://github.com/mina-deploy/mina/pull/139) ([adie](https://github.com/adie)) -- Fix directory-structure anchor [\#137](https://github.com/mina-deploy/mina/pull/137) ([christophermanning](https://github.com/christophermanning)) -- Set RBENV\_ROOT [\#136](https://github.com/mina-deploy/mina/pull/136) ([trkoch](https://github.com/trkoch)) -- Use consistent precision for time measurements. [\#133](https://github.com/mina-deploy/mina/pull/133) ([alloy-d](https://github.com/alloy-d)) -- fixed 404 to foreman, changed link [\#132](https://github.com/mina-deploy/mina/pull/132) ([taxaos](https://github.com/taxaos)) -- Update Readme.md [\#130](https://github.com/mina-deploy/mina/pull/130) ([vredniy](https://github.com/vredniy)) -- Include full path in edit message [\#128](https://github.com/mina-deploy/mina/pull/128) ([nathanbertram](https://github.com/nathanbertram)) -- Using rails env in whenever [\#127](https://github.com/mina-deploy/mina/pull/127) ([Reprazent](https://github.com/Reprazent)) -- Bundler: Allow configuration of groups to be skipped during installation [\#123](https://github.com/mina-deploy/mina/pull/123) ([luislavena](https://github.com/luislavena)) -- Correct Ruby 1.9 Hash syntax [\#116](https://github.com/mina-deploy/mina/pull/116) ([luislavena](https://github.com/luislavena)) -- Support for chruby [\#115](https://github.com/mina-deploy/mina/pull/115) ([zaiste](https://github.com/zaiste)) -- Add helper method "capture", to get the output of ssh commands simply. [\#113](https://github.com/mina-deploy/mina/pull/113) ([ainoya](https://github.com/ainoya)) -- Add comment for system-wide RVM install. [\#112](https://github.com/mina-deploy/mina/pull/112) ([samqiu](https://github.com/samqiu)) -- Use `set -e` to fail fast [\#111](https://github.com/mina-deploy/mina/pull/111) ([5long](https://github.com/5long)) -- \[✔\] Fixed “print\_error”. [\#105](https://github.com/mina-deploy/mina/pull/105) ([mkempe](https://github.com/mkempe)) -- Fix keep\_releases bug [\#103](https://github.com/mina-deploy/mina/pull/103) ([rex79](https://github.com/rex79)) -- Fix "can't modify frozen String" occurred in \#ssh\_command [\#102](https://github.com/mina-deploy/mina/pull/102) ([sonots](https://github.com/sonots)) -- Incorrect exit status if deploy fails [\#95](https://github.com/mina-deploy/mina/pull/95) ([borovsky](https://github.com/borovsky)) -- Properly fixed tmp/restart issue [\#93](https://github.com/mina-deploy/mina/pull/93) ([ineu](https://github.com/ineu)) -- Fix \#84 command not found [\#89](https://github.com/mina-deploy/mina/pull/89) ([grigio](https://github.com/grigio)) -- Fix git commit message encoding issue [\#85](https://github.com/mina-deploy/mina/pull/85) ([fuadsaud](https://github.com/fuadsaud)) -- Foreman's stop task should stop [\#84](https://github.com/mina-deploy/mina/pull/84) ([andrewhr](https://github.com/andrewhr)) -- Added '--create' to rvm:use and a new task to create rvm wrappers [\#81](https://github.com/mina-deploy/mina/pull/81) ([marcosbeirigo](https://github.com/marcosbeirigo)) -- Full path to tmp/restart.txt [\#77](https://github.com/mina-deploy/mina/pull/77) ([ineu](https://github.com/ineu)) -- Add :reenable option to Mina::Helper\#invoke [\#67](https://github.com/mina-deploy/mina/pull/67) ([uneco](https://github.com/uneco)) -- add echo to last command of :setup task [\#64](https://github.com/mina-deploy/mina/pull/64) ([muxcmux](https://github.com/muxcmux)) -- fix ssh method when { :return =\> true } [\#53](https://github.com/mina-deploy/mina/pull/53) ([jpascal](https://github.com/jpascal)) -- Allow changing :term\_mode for setup task [\#51](https://github.com/mina-deploy/mina/pull/51) ([alfuken](https://github.com/alfuken)) -- Rewrote deploy:cleanup task to put it all in the same queue. [\#50](https://github.com/mina-deploy/mina/pull/50) ([dariocravero](https://github.com/dariocravero)) -- added support whenever and fix exit from console [\#47](https://github.com/mina-deploy/mina/pull/47) ([jpascal](https://github.com/jpascal)) -- Cleanup fails to cd releases\_path [\#45](https://github.com/mina-deploy/mina/pull/45) ([dariocravero](https://github.com/dariocravero)) -- Fix check for arguments in make\_run\_task lambda [\#43](https://github.com/mina-deploy/mina/pull/43) ([tmak](https://github.com/tmak)) -- Prevent git log from using a pager [\#42](https://github.com/mina-deploy/mina/pull/42) ([tmak](https://github.com/tmak)) -- Add helpful error message when there is a problem with deploy.rb or a custom Rakefile [\#37](https://github.com/mina-deploy/mina/pull/37) ([jesse-sge](https://github.com/jesse-sge)) -- Add in\_directory directory, to execute commands within a particular path [\#35](https://github.com/mina-deploy/mina/pull/35) ([jmibanez](https://github.com/jmibanez)) -- bundle\_path can't be nil [\#31](https://github.com/mina-deploy/mina/pull/31) ([sfate](https://github.com/sfate)) -- Fix string interpolation in :init task output [\#15](https://github.com/mina-deploy/mina/pull/15) ([soulim](https://github.com/soulim)) -- Added support for an ssh port [\#14](https://github.com/mina-deploy/mina/pull/14) ([chip](https://github.com/chip)) -- link\_shared\_paths task was creating relative links instead of absolute ones [\#7](https://github.com/mina-deploy/mina/pull/7) ([Flink](https://github.com/Flink)) -- add bundle\_bin option [\#6](https://github.com/mina-deploy/mina/pull/6) ([Arcath](https://github.com/Arcath)) -- Test git [\#2](https://github.com/mina-deploy/mina/pull/2) ([sosedoff](https://github.com/sosedoff)) -- Gem tasks [\#1](https://github.com/mina-deploy/mina/pull/1) ([sosedoff](https://github.com/sosedoff)) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file