Stefan Grootscholten
|
42f4d344a4
|
Fix the replacement of the credentials.
://username:password@domain
was replaced by ://://:***@domain
instead of ://username:***@domain or ://***:***@domain
|
2016-06-11 17:33:58 +02:00 |
Jordi Boggiano
|
046c2d64a5
|
Fix ProcessExecutor url escaping
|
2016-05-09 10:31:03 +01:00 |
Jordi Boggiano
|
e3ae45fa12
|
Replace username as well if it looks like a github oauth token
|
2016-05-08 17:22:25 +01:00 |
Niels Keurentjes
|
0dab63e050
|
Unified all Windows tests throughout the code.
|
2016-02-03 22:39:16 +01:00 |
Rob Bast
|
b523fc0b7b
|
ran fixers
|
2015-10-13 11:35:51 +02:00 |
Frederik Bosch
|
79490f662e
|
Revert #3813, implement differently
Fix #3830
|
2015-03-28 20:48:19 +01:00 |
Jordi Boggiano
|
b80038804f
|
Fix env override regression, fixes #3820
|
2015-03-06 16:21:40 +00:00 |
Nicolas Grekas
|
be22a87d9c
|
Run processes with predictable LANGUAGE=C
|
2015-03-03 13:10:41 +01:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
Jordi Boggiano
|
94926218e8
|
CS fixes
|
2014-10-17 18:57:27 +01:00 |
frederik
|
d1d40502bf
|
ProcessExecutor::escape
|
2014-09-24 18:30:12 +02:00 |
Jordi Boggiano
|
ac497feaba
|
CS fixes
|
2014-06-10 16:13:12 +02:00 |
Jordi Boggiano
|
65dae83ee6
|
Trim output before splitting lines to avoid blank entries, closes #1978
|
2013-06-18 17:23:41 +02:00 |
Jordi Boggiano
|
c479a26d71
|
Add workaround for msysgit failing to handle symlinks on windows, fixes #1048, fixes #1418
|
2013-06-08 17:51:30 +02:00 |
Jordi Boggiano
|
81d55544f7
|
Fix regex
|
2013-04-28 12:01:58 +02:00 |
Jordi Boggiano
|
5cdf40d165
|
Output VcsDownloader process commands in -vvv mode
|
2013-04-28 11:12:42 +02:00 |
Jordi Boggiano
|
c440b4594a
|
More PSR-2 goodness
|
2012-05-22 17:13:15 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
9ed06f8853
|
Output svn output to user in verbose mode
|
2012-04-04 09:36:04 +02:00 |
Mateusz Heleniak
|
2a9e8350b0
|
fixed GitDriver - set correct working directory for cli commands
|
2012-03-22 00:45:31 +01:00 |
Dave Marshall
|
cb3548c64c
|
Reset the errorOutput before attempting to run command
|
2012-02-29 13:32:08 +00:00 |
Dave Marshall
|
c2421db7d9
|
Add stderr to exceptions for GitDownloader
|
2012-02-29 11:05:25 +00:00 |
Jordi Boggiano
|
8ba76fe6d2
|
Boost default timeout to 5min
|
2012-02-27 11:35:26 +01:00 |
Martin Hasoň
|
56c0e511da
|
Added support for change the process timeout
|
2012-02-21 08:59:52 +01:00 |
Jordi Boggiano
|
702d415472
|
Fix usage of the ProcessExecutor
|
2012-01-22 20:08:57 +01:00 |
Jordi Boggiano
|
e218b811e0
|
Convert static Process into an executor that can be injected
|
2012-01-18 09:27:57 +01:00 |