6735 Commits (4998ee27b304303caec8eed0191a63a6d7ff84b1)
 

Author SHA1 Message Date
Jordi Boggiano 4998ee27b3 Re-use mirror code from the git driver, refs #5384 8 years ago
Jordi Boggiano 55e90093a4 Merge remote-tracking branch 'marvil07/faster-git-clones-using-cache' 8 years ago
Jordi Boggiano 59596ff012 Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 8 years ago
Jordi Boggiano 88d5b74c74 Merge remote-tracking branch 'j0k3r/re-install-binaries' 8 years ago
Jordi Boggiano e53119f806 Make use of pretty version for new references, refs #5328 8 years ago
Jordi Boggiano 44ddcf4da7 Merge remote-tracking branch 'slbmeh/feature/version-status' 8 years ago
Jordi Boggiano 98bf6d704e Undo addition of a bunch of Script methods to RootPackage[Interface], refs #5401 8 years ago
Jordi Boggiano a72ef947d4 Merge remote-tracking branch 'CupOfTea696/master' 8 years ago
Jordi Boggiano d31011106c Merge pull request #5478 from averagegeek/patch-1
error in string comparison
8 years ago
Yannick Carrière 3bfb4700f4 error in string comparison
The double equal (==) with single quote condition for string comparison gives a unexpected operator error.
8 years ago
Jordi Boggiano 635d63ebf7 Add instructions on how to install from an exact version of the installer instead 8 years ago
Jordi Boggiano bd7f28bc34 Output to STDERR 8 years ago
Jordi Boggiano 4baaacc193 Add docs about installing composer programmatically, fixes #5474 8 years ago
Jordi Boggiano 0715ad961b Update deps 8 years ago
Jordi Boggiano 9c839862f8 Merge branch '1.1' 8 years ago
Jordi Boggiano 799252488c Update changelog 8 years ago
Jordi Boggiano 664ba44901 Merge pull request #5467 from bohwaz/fossil
Fossil VCS support for Composer
8 years ago
Jordi Boggiano 75074382de Merge branch '1.1' 8 years ago
Jordi Boggiano fd6455218e Avoid warnings in case cache dir is explicitly directed to /dev/null, fixes #5468 8 years ago
bohwaz be013e5572 Fossil VCS tests 8 years ago
bohwaz 517a9b6f4c Fix fossil update 8 years ago
Jordi Boggiano ebae5dfd95 Undo downgrade before trying again if http seems unreliable, refs #2835 8 years ago
Jordi Boggiano cca4faaadc Merge pull request #5463 from pierredup/patch-2
Remove type parameter from RepositoryInterface
8 years ago
Pierre du Plessis f29b3e86ce Remove type parameter from RepositoryInterface
Fixes #5458

Remove the `$type` parameter from `RepositoryInterface` to alleviate the BC break for plugins.
8 years ago
bohwaz 5674262030 fix typo and bugs on Fossil support 8 years ago
bohwaz 49a94ca7fd Update docs for fossil support 8 years ago
bohwaz 0e26a07a74 Fix: use the right directory for repository file 8 years ago
bohwaz abcbef4a67 Add Fossil support to Composer 8 years ago
Jordi Boggiano 894b53c115 Merge pull request #5454 from pierredup/type-search
Added type option to search
8 years ago
Pierre du Plessis 6a557e45b8 Added --type option to search 8 years ago
Jordi Boggiano c3a11308c2 Merge pull request #5445 from gitname/patch-1
Fix typo
8 years ago
Jordi Boggiano 1c4acf3583 Refactor code to use RemoteFilesystem facilities for header parsing, refs #5435 8 years ago
Jordi Boggiano f8c3ef4136 Merge remote-tracking branch 'dunlop-lello/master' 8 years ago
Jordi Boggiano efb24846cb Merge branch '1.1' 8 years ago
Jordi Boggiano f94d06ff0a Fix escaping 8 years ago
Jordi Boggiano 4fe967d61a Update semver dep, fixes #5397 8 years ago
Jordi Boggiano 39c2c8c30a Add test for password escaping 8 years ago
Jordi Boggiano dbc7629bb2 Merge remote-tracking branch 'stefangr/all_bitbucket_communication_through_oauth' 8 years ago
gitname 4f58c24195 Fix typo 8 years ago
Marco Villegas 869b3ef954 New test to check git download behavior with cache. 8 years ago
Marco Villegas cb6cfa9635 Isolate config setup to make it reusable at GitDownloaderTest. 8 years ago
Marco Villegas 44f94a7b83 Prevent duplicate file checking on git download. 8 years ago
Marco Villegas 75b88a13fe Use regex to capture git version. 8 years ago
Stefan Grootscholten 78fcb5a366 Add support section to composer data for bitbucket repositories. 8 years ago
Phil Lello 7a112b0395 Check headers for missing scopes before asking for new OAuth token
This patch stops the GitHub VCS driver prompting for a new access
token when a repository is deleted/hidden.

Specifically, it checks the X-OAuth-Scopes and X-Accepted-OAuth-Scopes
response headers to see if the scopes on the current request match
those needed by the API call. If they do, the 404 means that the repo
is deleted/hidden, and there's no point asking for a new OAuth token.
8 years ago
Stefan Grootscholten ccfd9018b8 Add unit tests for the GitBitbucketDriver class. 8 years ago
Stefan Grootscholten 2d52531365 Add unit tests for the Bitbucket class. 8 years ago
Stefan Grootscholten 1241e3e83c Simplify the if statement. 8 years ago
Stefan Grootscholten 42f4d344a4 Fix the replacement of the credentials.
://username:password@domain
was replaced by ://://:***@domain
instead of ://username:***@domain or ://***:***@domain
8 years ago
Stefan Grootscholten ea11a95359 Provide fallback when using basic authentication.
When composer is configured to use bitbucket basic authentication (a bitbucket username and password), you get an error
when trying to install dependencies.
This commit prevent the install process to be aborted due to uncaught exceptions.
8 years ago