6791 Commits (a888b082b05cfbe78971bf192e1b49ad337b0f08)
 

Author SHA1 Message Date
Calin Marian a888b082b0 Make urlEncodeAll private 8 years ago
Calin Marian 862a13a17e Urlencode Gitlab project names
Url encode all non alphanumeric characters in project name for GitLabDriver.

If the project name has "." characters in it, which is supported in Gitlab, the Gitlab API will 404 when requesting the branches or tags of the repository. This commit urlencodes all non alphanumeric characters in the project name in requests to the Gitlab API.
8 years ago
Jordi Boggiano 568108da28 Prepare 1.2.1 8 years ago
Jordi Boggiano a04256810e Change exit code to be 1/2 for warn/fail, refs #5601 8 years ago
Jordi Boggiano b29d810d63 Only treat errors as real failures, fixes #5601 8 years ago
Jordi Boggiano cfdeb61779 Avoid warning when testing for packagist over http 8 years ago
Jordi Boggiano c16ca1ccbe Update deps, refs #5646 8 years ago
Matthew "Juniper" Barlett 09dad8a018 Clean up regex in InitCommand::parseAuthorString
Per comments:
- https://github.com/composer/composer/pull/5638#discussion_r76972844
- https://github.com/composer/composer/pull/5638#discussion_r76973941
8 years ago
Matthew "Juniper" Barlett ac41bb0615 Fix for issue #5631
- Add " ( and ) as valid characters in author name
- Add relavent unit tests
8 years ago
Jordi Boggiano ed78253c58 Only update reference if there is actually a reference, fixes #5609 8 years ago
Jordi Boggiano 90b99ea5c2 Update semver dep 8 years ago
Nicolas Grekas c6b26c4e96 Make static inlining more selective 8 years ago
Jordi Boggiano edddae42db Revert default change from #5603 8 years ago
John Whitley 4479b8a690 Squashed commit of the following:
commit 3994b556dcffcde7b1801c8bc712f3127e8f8e7c
Author: John Whitley <john.whitley@berea.eu>
Date:   Tue Aug 16 09:02:53 2016 +0100

    https://github.com/composer/composer/issues/5600

    This alters the default flag for loadOptions in
    \Composer\Package\Loader\ArrayLoader to true; and alters the assumption
    of the test to reflect this change.

    **Rationale**

    The `\Composer\Package\Loader\ArrayLoader` test (defined in
    tests/Composer/Test/Package/Loader/ArrayLoaderTest.php) assumed that a
    new `\Composer\Package\Loader\ArrayLoader` instance would be always
    created with the optional flag loadOptions set to true.

    ```php
    $this->loader = new \Composer\Package\Loader\ArrayLoader(null, true);
    ```

    This change alters the general case to reflect the default assumption as
    defined in the test.

commit b75fc4ad7238bc50f724bd29446ccbc33e82c34c
Author: John Whitley <john.whitley@berea.eu>
Date:   Mon Aug 15 16:55:27 2016 +0100

    Altered the test for ArrayLoader to use the default loadConfig flag, and to test the true and false states for the loadConfig flag
8 years ago
Rob f2fc70fd79 Merge pull request #5598 from jadb/patch-1
Fix support for testing exit code
8 years ago
Jad Bitar 8625efd551 Fix support for testing exit code
The `$sectionData` was being overwritten, causing its assertion 
(`$this->assertSame()`) to fail.
8 years ago
Rob a33b205561 Merge pull request #5582 from diegoholiveira/issue/5565
Modify the message for memory errors
8 years ago
Diego Oliveira c55fd9bd10 Modify the message for memory errors 8 years ago
Jordi Boggiano 034f1cf591 Merge pull request #5558 from nicolas-grekas/nocow
Add ClassLoader::$missingClasses to not trigger a COW
8 years ago
Nicolas Grekas dd67b01ac5 Add ClassLoader::$missingClasses to not trigger a COW 8 years ago
Jordi Boggiano 8e2f5e741c Merge pull request #5553 from alcohol/fix-basic-auth-gitutil
check for additional possible authentication failure strings in gitutil
8 years ago
Rob 7304ab6ff9 Merge pull request #5557 from tobiasbueschel/master
add link to LICENSE file & reformat Authors section in README.md
8 years ago
Tobias Büschel 1bc0f8e0e9 reformat author section 8 years ago
Tobias Büschel c28ee623ae add link to license file 8 years ago
Jordi Boggiano 4a4e5726dd Merge pull request #5544 from alcohol/update-readme
Update readme
8 years ago
Rob Bast 02455712cf check for additional possible output strings, fixes #5543 8 years ago
Rob Bast a480e53234 simplify the readme, defer to documentation 8 years ago
Rob Bast 04605e4f90 update ccoc to v1.4 8 years ago
Rob 3d920f8dbb Merge pull request #5528 from JamesForks/fix-contributing-docs
Fix link to CONTRIBUTING.md
8 years ago
James Brooks c283067602 Fix link to CONTRIBUTING.md 8 years ago
Rob 22104dba60 Merge pull request #5527 from snipe/patch-1
Fixed typo
8 years ago
snipe 35821fc0ce Update troubleshooting.md 8 years ago
snipe 1b96882736 Fixed typo 8 years ago
Jordi Boggiano ef0d6f6e4c Update deps 8 years ago
Jordi Boggiano 8293807530 Update changelog 8 years ago
Jordi Boggiano 3455380413 Patch Httpoxy vulnerability 8 years ago
Jordi Boggiano 2f3db8c397 Make it clear that a package is cloned from source, fixes #5489 8 years ago
Jordi Boggiano 685ff8699b Capture output 8 years ago
Jordi Boggiano 066550054b Fix tests 8 years ago
Jordi Boggiano a242f7e9ba Use process component instead of passthru, fixes #5501 8 years ago
Jordi Boggiano 7bcd336c95 Disable plugins across the board when --no-plugins is specified, fixes #5509 8 years ago
Jordi Boggiano 06499749ff Merge pull request #5504 from michaelKaefer/patch-1
typo
8 years ago
Michael Käfer a5c2fa491b typo
to -> do
8 years ago
Jordi Boggiano 5979db2e75 Merge pull request #5499 from Fleshgrinder/ipv6-platform-requirement
IPv6 Platform Requirement
8 years ago
Richard Fussenegger 560f09cf3c Changed error suppression to Silencer 8 years ago
Richard Fussenegger 14224a1f02
Reduced to single requirement 8 years ago
Richard Fussenegger a155f4e7ea
Removed unused Silencer import 8 years ago
Richard Fussenegger 45e998c1d5
Reverted to initial version 8 years ago
Jordi Boggiano b94e8ea21c Fix typo 8 years ago
Jordi Boggiano b04cee7335 Update changelog 8 years ago