1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
Commit graph

6826 commits

Author SHA1 Message Date
Jordi Boggiano
23af589076 Add test case for solver problem improvements 2016-04-01 00:38:00 +01:00
David Zuelke
5dd4d69a6d fail download on content-length mismatch 2016-04-01 01:36:05 +02:00
Jordi Boggiano
623c0dcda7 Improve solver error reporting, fixes #5086, fixes #2575, fixes #2661 2016-04-01 00:18:36 +01:00
Andrii Vasyliev
5b759da174 add getter for global composer 2016-03-29 21:21:44 +00:00
Jordi Boggiano
e8b1a5f357 Merge pull request #5126 from DavidPrevot/equals
Fix method name
2016-03-29 09:53:57 +02:00
Jordi Boggiano
95ec3eb3ee Merge pull request #5032 from curry684/proposal-5508
Centralize secure-http checking
2016-03-29 09:43:58 +02:00
David Prévot
933a8e1d09 Fix method name
It makes the test fail with recent (>= 3.1) phpunit-mock-objects
version.
2016-03-28 23:37:19 -04:00
Jeremy Benoist
e9fc0e6548 Re-install binaries on update/install
Binaries are re-installed after an update/install (ie: removed and then installed)
2016-03-28 23:15:13 +02:00
Niels Keurentjes
49524bc4ba Centralize secure-http checking 2016-03-28 22:01:32 +02:00
Paul.Wenke
59ae2716aa Fixed typo in exception message for Bitbucket config command. 2016-03-28 09:13:58 -04:00
Niels Keurentjes
a0070e724b Clobber any existing sudo leases before execution to prevent malicious code gaining root privileges. 2016-03-28 13:10:43 +02:00
Tomáš Markacz
bb05ce5c7f Add RSS channel to support section in composer schema (closes #5073) 2016-03-28 10:23:34 +02:00
Niels Keurentjes
557a55fbe5 Clobber sudo credentials to prevent careless privilege escalations. 2016-03-27 23:42:39 +02:00
Jordi Boggiano
37a1e12672 Mark failed downloads as failed instead of 100% complete, fixes #5111 2016-03-27 17:14:51 +01:00
Jordi Boggiano
7595734df0 Fix changelog link 2016-03-27 16:19:06 +01:00
Jordi Boggiano
0c6133b481 Update CHANGELOG 2016-03-27 13:49:49 +01:00
Jordi Boggiano
95c263284a Merge pull request #5064 from Seldaek/update-channels
Add update channels support to self-update and diagnose
2016-03-27 14:49:09 +02:00
Jordi Boggiano
9af645ef50 Fix missing var ref, refs #5117 2016-03-27 13:25:07 +01:00
Jordi Boggiano
6a88d49ffb Add support for the new binary installer in PEAR installer, fixes #5117 2016-03-27 13:16:11 +01:00
Jordi Boggiano
a188db237b Merge pull request #5116 from vlakoff/self-update-2
Fix missing argument for getLastBackupVersion()
2016-03-27 10:50:23 +02:00
vlakoff
47d196f37f Fix missing argument for getLastBackupVersion() 2016-03-27 00:25:17 +01:00
Jordi Boggiano
f542b0f32d Only use Path if it is actually available, refs #5114 2016-03-26 09:49:28 +00:00
Jordi Boggiano
2f6b4c439d Merge remote-tracking branch 'mizunashi-mana/fix-issue-5045' 2016-03-26 09:48:18 +00:00
Jordi Boggiano
e0fa2ed9c6 Merge remote-tracking branch 'vlakoff/clean-backups' 2016-03-26 09:27:44 +00:00
Jordi Boggiano
747af10483 Clarify required by root message, refs #5099 2016-03-26 09:24:58 +00:00
Jordi Boggiano
5f9d4a81a0 Merge remote-tracking branch 'curry684/moar-logging' 2016-03-26 08:49:14 +00:00
Jordi Boggiano
ace88fa986 Rename LibraryBinariesHandler and reorganize constructor args, refs #5100 2016-03-26 08:44:54 +00:00
Jordi Boggiano
6527bb4166 Merge pull request #5100 from helhum/master
Extract binary installation and removal to own class
2016-03-26 09:39:51 +01:00
Jordi Boggiano
340d9789c8 Merge pull request #5095 from schlessera/schlessera-4451-relative-path
Make sure to use an absolute path for symlinking in PathDownloader.
2016-03-26 09:37:17 +01:00
Jordi Boggiano
f18f383a7b Merge pull request #5113 from Slamdunk/patch-2
Install / Update script event changed, now documented
2016-03-26 09:31:53 +01:00
Jordi Boggiano
2ca2fba083 Merge pull request #5112 from ifdattic/patch-1
Fix typo
2016-03-25 21:52:54 +01:00
Andrew Marcinkevičius
19c6458e6e Fix typo 2016-03-25 13:17:29 +02:00
Filippo Tessarotto
4d1416050d Adapt scripts doc to 55b0ed8c8b 2016-03-25 12:16:56 +01:00
nishiyama
8b221905ca fix path info 2016-03-25 20:04:43 +09:00
Niels Keurentjes
8e78ce9a43 Add extra logging before and after SAT solving 2016-03-24 23:19:40 +01:00
Jordi Boggiano
0a8528c5c7 Merge pull request #5106 from ifdattic/patch-1
Fix typo
2016-03-24 17:41:06 +01:00
Andrew Marcinkevičius
bddf0d4f46 Fix typo 2016-03-24 18:30:23 +02:00
Jordi Boggiano
edebbef98a Add test and fix for very large repos, moar possessive quantifiers, fixes #5104 2016-03-24 16:04:52 +00:00
Jordi Boggiano
2217f4e09e Add support for PREG_JIT_STACKLIMIT_ERROR, refs #5104 2016-03-24 16:00:44 +00:00
Helmut Hummel
b1ec99faed Extract binary installation and removal to own class
The functionality to install binaries might be useful
for other installers.
Create API for that by extracting this functionality from
the LibraryInstaller class.
2016-03-23 21:39:58 +01:00
Alain Schlesser
4e9885e9bc Make sure to use an absolute path for symlinking in PathDownloader. Resolves #4451 2016-03-23 12:19:41 +01:00
Paul Wenke
9059d70ba0 Corrected username / access token parameters for $this->io->setAuthentication when read from git config. Grant type is now only set when requesting an access token. Removed bitbucket-domains and bitbucket-protocols from config. Fixed bitbucket typo in JsonConfigSource. Removed unecessary comments. Changed visibility of Composer/Util/Bitbucket properties to private. Added https to bitbucket url. Removed unused $note variable. 2016-03-20 15:56:58 -04:00
Jordi Boggiano
a8e9df55dc Add issue template to try and curb reports lacking information 2016-03-17 11:42:19 +00:00
Jordi Boggiano
313fbb7033 Merge pull request #5077 from barryvdh/patch-2
Add compare link to changelog for beta1
2016-03-17 11:27:36 +00:00
Jordi Boggiano
cb971fcb0e Hijack pear.php.net from http to force https, refs #5071 2016-03-17 11:24:22 +00:00
Barry vd. Heuvel
d99b540540 Add compare link to changelog for beta1 2016-03-17 12:15:20 +01:00
Barry vd. Heuvel
fd46c7e4ba Reduce line length 2016-03-16 11:04:37 +01:00
Barry vd. Heuvel
54d86ebfc9 Use latest package for deprecations, cache latest packages 2016-03-16 10:20:45 +01:00
Jordi Boggiano
7c62e2b534 Merge pull request #5071 from jdufresne/master
Prefer the first https:// PEAR mirror; avoid http://.
2016-03-16 08:47:37 +00:00
Jon Dufresne
939955fb2c Prefer the first https:// PEAR mirror; avoid http://.
Fixes #5069
2016-03-15 14:58:55 -07:00