Jordi Boggiano
|
49d7d65933
Add verbosity input support to IOInterface
|
9 years ago |
Jordi Boggiano
|
764de14b5e
Add caching to bitbucket API requests
|
9 years ago |
Rob Bast
|
cb336a5416
Implement writeError throughout Composer
|
10 years ago |
Jordi Boggiano
|
2a1a963b00
support bitbucket URLs with plain http
|
10 years ago |
Jordi Boggiano
|
2b7b605839
Skip empty time values
|
11 years ago |
Gennady Feldman
|
e5045ce215
Per request from Jordi Boggiano (Seldaek) making Config 2nd parameter in supports()
|
12 years ago |
Gennady Feldman
|
93ebfd54b1
Adding Config as parameter to the Driver::supports(), updating all drivers, user and tests.
|
12 years ago |
Jordi Boggiano
|
444bdb2e25
Fix VCS drivers to always use identifiers and not tag names since those can change or disappear
|
12 years ago |
Jordi Boggiano
|
ab709107e5
Fix detection of git bitbucket repos with incorrect URLs, fixes #2095
|
12 years ago |
Christoph
|
8c3a84d9fd
fixed very evil 'tip' tag oversight in bitbucket driver
|
12 years ago |
Christoph
|
6406e0d3b7
fixed Bitbucket's broken API
|
12 years ago |
Jordi Boggiano
|
15e9c3d101
Show proper error message when a git bitbucket repo is loaded as hg repo, refs composer/packagist#294
|
12 years ago |
Robert Schönthal
|
c517ac6404
fixed issue #347 added file to json validation exception
|
13 years ago |
Jordi Boggiano
|
1bd4ccbd54
php-cs-fixer magic
|
13 years ago |
Jordi Boggiano
|
7bfe031768
VcsDrivers now send proper originUrl for authentication
|
13 years ago |
Jerome Tamarelle
|
949728f812
Remove redundant __contruct from VcsDriver implementations and move init code to initialize method
|
13 years ago |
Jordi Boggiano
|
6d5b4d606c
Add warning in verbose mode if drivers can not be used because of missing openssl
|
13 years ago |
Jordi Boggiano
|
3e22084ea4
Overhaul VcsDrivers, introduce TransportException for remote filesystem errors
|
13 years ago |
François Pluchino
|
a10f92aafe
Convert Wrapper class to ConsoleIO class
|
13 years ago |
François Pluchino
|
f65b34860f
Merge branch 'test'
|
13 years ago |
François Pluchino
|
9af46ad800
Add Helper Wrapper
|
13 years ago |
Hugo Hamon
|
09f0ba6604
[Repository] removed unused local $match variable from HgBitbucketDriver::supports() method.
|
13 years ago |
François Pluchino
|
86070a8b6e
Replace getHttpSupport() to getScheme()
|
13 years ago |
François Pluchino
|
9b0e50cdc2
Restore the old regex
|
13 years ago |
François Pluchino
|
013d145bcd
Add InputInterface and OutputInterface
|
13 years ago |
François Pluchino
|
fa793649fa
Add a VcsDriver abstract class.
|
13 years ago |
Per Bernhardt
|
d78548cbf9
Added mercurial's "default" branch as a valid dev version (same as master / trunk).
|
14 years ago |
Per Bernhardt
|
bf21dfeb31
Added drivers for bitbucket (hg and git)
|
14 years ago |