1467 Commits

Author SHA1 Message Date
Anton Medvedev
f7d181f0ab Fix bug with self-update 2017-06-23 10:32:07 +07:00
Anton Medvedev
dc76eebd43 Update CHANGELOG.md v5.1.0 2017-06-22 23:14:04 +07:00
Anton Medvedev
c88be9227b Add config:hosts task 2017-06-22 14:18:34 +07:00
Anton Medvedev
2803615651 Add autocomplete command 2017-06-21 16:10:17 +07:00
Anton Medvedev
e7809dc603 Merge pull request #1271 from deployphp/feature-label
Fix bug with parallel deploy to same host
2017-06-21 13:19:10 +07:00
Anton Medvedev
22c3fddc84 Update CHANGELOG.md 2017-06-20 23:30:13 +07:00
Anton Medvedev
b698f184f6 Fix bug with parallel deploy to same host 2017-06-20 23:27:29 +07:00
Anton Medvedev
41d9f4ca9c Add -o option to TaskCommand 2017-06-20 13:01:24 +07:00
Catalin Cristescu
ced4a16418 Using getmypid on non posix compatible systems to get the PID of the running process. 2017-06-19 12:19:55 -04:00
Catalin Cristescu
f4235f6542 Using getenv to find the home folder on non posix compatible systems.
Removed the option to used a configuration variable to set the persistent storage location.
2017-06-19 11:35:18 -04:00
Anton Medvedev
ff9226af43 Print host name 2017-06-19 21:30:26 +07:00
Anton Medvedev
03f478a8d4 Merge pull request #1263 from deployphp/feature-run-command
Add run command
2017-06-19 21:06:33 +07:00
Anton Medvedev
5d0c9d1f30 Print host name 2017-06-19 21:06:02 +07:00
Anton Medvedev
ebaff41ef9 Update CHANGELOG.md 2017-06-19 20:51:22 +07:00
Anton Medvedev
07f281c965 Add run command 2017-06-19 20:49:51 +07:00
Anton Medvedev
1902ecaa77 Merge pull request #1268 from deployphp/fix-multiplexing-initialization
Fix bug with ssh multiplexing initialization
2017-06-19 18:43:24 +07:00
Anton Medvedev
0dde871a6b Update CHANGELOG.md 2017-06-19 18:42:09 +07:00
Anton Medvedev
4e3eae13bf Fix bug with ssh multiplexing initialization 2017-06-19 18:40:05 +07:00
Anton Medvedev
1fe0a9fcdc Update CHANGELOG.md 2017-06-17 00:01:45 +07:00
Anton Medvedev
d696e46c1d Merge pull request #1265 from mwr/feature/use-php-bin-in-parallel-executer
use php bin in parallel executer
2017-06-16 23:59:34 +07:00
Anton Medvedev
b654659f54 Merge pull request #1264 from Exotherme/uploadAndDownloadUndefinedIndexNotice
Upload and download undefined index notice
2017-06-16 23:58:49 +07:00
Matthias Walter
b5ce0b4a8b update Changelog 2017-06-16 16:07:38 +02:00
Matthias Walter
c88ee97f2b use PHP_BINARY when triggering processes in parallel-executer 2017-06-16 16:06:14 +02:00
Exotherme
ca18663466 Upload and download undefined index notice
Relates to issue #1254
2017-06-15 19:59:35 +02:00
Catalin Cristescu
b0e373ddbe Use uniqid together with the PID to generate a temporary folder name
when the persistent storage it's located in the system tmp.

Dropped the uniqueid.
2017-06-15 10:06:23 -04:00
Anton Medvedev
40330bba4f Remove patreon links 2017-06-15 15:43:47 +07:00
Catalin Cristescu
ad11d01e5f Use uniqid together with the PID to generate a temporary folder name
when the persistent storage it's located in the system tmp
2017-06-14 10:55:09 -04:00
Catalin Cristescu
d013f95751 In a multi user environment where multiple projects are located on the same instance(s)
if two or more users are deploying a project on the same environment, the generated hosts files
	are overwritten or worse, the deploy will fail due to file permissions

Make the persistent storage folder configurable or use the system tmp 
	as default if not possible
2017-06-14 10:37:38 -04:00
Anton Medvedev
f4665a60ff Merge pull request #1254 from nicodmf/patch-4
Update functions.php
2017-06-13 17:23:42 +07:00
Anton Medvedev
09b5d24efe Merge pull request #1261 from Addvilz/master
Mitigate missing `which` command on some systems
2017-06-13 08:14:44 +07:00
Matiss Treinis
3ac6b36ee9 Add changelog entry 2017-06-12 13:03:58 +02:00
Matiss Treinis
51d1b2e65c Allow use of command, type and which to locate custom binary paths 2017-06-12 13:01:25 +02:00
Nicolas de Marqué Fromentin
e8bbd6d5f4 Update functions.php
As it the upload function don't take any options
2017-06-05 16:56:24 +02:00
Anton Medvedev
891d25108b Add check for unzip 2017-06-05 12:53:01 +07:00
Anton Medvedev
4d7ec8d32e Update CHANGELOG.md v5.0.3 2017-05-31 20:32:24 +07:00
Anton Medvedev
32ae6a6a1f Merge pull request #1252 from itelmenko/laravel_version_parser
Fix a parsing of laravel version in output "php artisan --version"
2017-05-31 20:29:01 +07:00
Igor Telmenko
1d84c0d329 Parsing of laravel version. More universal regex 2017-05-31 13:37:50 +03:00
Igor Telmenko
85f36abfd7 Fix a parsing of laravel version in output "php artisan --version" 2017-05-31 12:24:33 +03:00
Anton Medvedev
ddeb64930a Add misc tests 2017-05-31 13:55:57 +07:00
Anton Medvedev
4e2c96b9b0 Update CHANGELOG.md v5.0.2 2017-05-31 13:06:47 +07:00
Anton Medvedev
120dae4852 Merge pull request #1246 from lucasmezencio/check-laravel-version-before-symlink-storage
Check laravel version before symlink storage
2017-05-31 13:03:32 +07:00
Lucas Mezêncio
9279e2c6c0 Merge branch 'master' into check-laravel-version-before-symlink-storage 2017-05-30 17:41:36 -03:00
Lucas Mezêncio
910e2e2aee Update changelog 2017-05-30 17:40:25 -03:00
Lucas Mezêncio
704fc697f1 Update changelog 2017-05-30 17:40:24 -03:00
Lucas Mezêncio
0bd8d4aba9 Update changelog 2017-05-30 17:34:42 -03:00
Lucas Mezêncio
69c8f7c1e2 Fix version regex and change version check 2017-05-30 17:32:25 -03:00
Lucas Mezêncio
03bbf7e557 Update changelog 2017-05-30 17:32:25 -03:00
Barry vd. Heuvel
724fa20c60 Update CHANGELOG.md 2017-05-30 17:32:25 -03:00
Barry vd. Heuvel
5e3feb99c4 Disable maintenance after failure 2017-05-30 17:32:11 -03:00
Anton Medvedev
be47160e17 Merge pull request #1251 from barryvdh/patch-3
Disable maintenance after failure
2017-05-30 19:23:41 +07:00