Jerome Tamarelle
|
949728f812
|
Remove redundant __contruct from VcsDriver implementations and move init code to initialize method
|
2012-04-27 11:03:56 +02:00 |
Jerome Tamarelle
|
017ebabcb5
|
Pass composer configuration to VcsDriver
|
2012-04-27 11:03:56 +02:00 |
Beau Simensen
|
38680998ed
|
Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback.
|
2012-03-14 18:44:27 -07:00 |
Beau Simensen
|
1e9cb6bac8
|
Use factory name instead of generator.
|
2012-03-10 10:26:03 -08:00 |
Beau Simensen
|
340ac49d87
|
Change `callback` to `callable`
|
2012-03-10 09:54:42 -08:00 |
Beau Simensen
|
6efbc7d531
|
Enhanced GitHub API/Private Repository support
|
2012-03-09 23:49:21 -08:00 |
Jordi Boggiano
|
3e22084ea4
|
Overhaul VcsDrivers, introduce TransportException for remote filesystem errors
|
2012-03-08 23:14:56 +01:00 |
Jordi Boggiano
|
32157a3904
|
Fix local git repo handling in GitDriver
|
2012-02-19 16:38:07 +01:00 |
François Pluchino
|
953f0992f7
|
Merge callback method of FileDownloader and VcsDriver
Required corrections added
|
2012-02-15 13:11:29 +01:00 |
François Pluchino
|
f5d90e1340
|
Download Dist Package when the info is defined in root composer file
|
2012-02-13 17:40:54 +01:00 |
François Pluchino
|
a0afb88d5d
|
Fix bug on authorization of file download for the private repositories
|
2012-02-05 20:21:06 +01:00 |
Jordi Boggiano
|
e218b811e0
|
Convert static Process into an executor that can be injected
|
2012-01-18 09:27:57 +01:00 |
Jordi Boggiano
|
434c9ecdeb
|
Cleanups of IOInterface
|
2012-01-17 23:08:12 +01:00 |
François Pluchino
|
03f5eee3fa
|
Fix some improvements
|
2012-01-17 14:53:50 +01:00 |
François Pluchino
|
541285022d
|
Replace CURL with copy() and file_get_contents()
|
2012-01-17 12:52:14 +01:00 |
François Pluchino
|
a5fb4abb36
|
Fix some improvements
|
2012-01-17 10:29:54 +01:00 |
François Pluchino
|
7888ec5313
|
Add Authentification in FileDownloader
|
2012-01-16 20:09:32 +01:00 |
François Pluchino
|
a10f92aafe
|
Convert Wrapper class to ConsoleIO class
|
2012-01-16 14:14:15 +01:00 |
François Pluchino
|
9af46ad800
|
Add Helper Wrapper
|
2012-01-11 13:55:05 +01:00 |
François Pluchino
|
86070a8b6e
|
Replace getHttpSupport() to getScheme()
|
2012-01-11 01:11:56 +01:00 |
François Pluchino
|
013d145bcd
|
Add InputInterface and OutputInterface
|
2012-01-10 18:50:16 +01:00 |
François Pluchino
|
fa793649fa
|
Add a VcsDriver abstract class.
All XxxDriver extends this abstract class now.
|
2012-01-10 15:44:13 +01:00 |