136 Commits (23ef8a419a8f65fee30a1acc036929ef1ee52ed5)

Author SHA1 Message Date
Jerome Tamarelle 23ef8a419a Fix var scope in HgDriver 12 years ago
Jérôme Tamarelle d200481037 Fix tmp dir for HgDriver 12 years ago
Jerome Tamarelle cc6e1397b2 Fix var scope 12 years ago
Jerome Tamarelle da823f5f19 Store vcs repositories in composer home to prevent permission issues 12 years ago
Jerome Tamarelle 949728f812 Remove redundant __contruct from VcsDriver implementations and move init code to initialize method 12 years ago
Jerome Tamarelle 017ebabcb5 Pass composer configuration to VcsDriver 12 years ago
Jerome Tamarelle d489d2aa3c Store cached git repositories in user HOME to avoid file permission issues 12 years ago
Jordi Boggiano 273e0f777b Fix branch extraction, fixes #565 12 years ago
Jordi Boggiano 6f8031ac90 Fix error reporting for missing git process 12 years ago
Nami-Doc 1dba604ba1 Update src/Composer/Repository/Vcs/GitDriver.php 12 years ago
Nami-Doc 2c58dbf3a1 better message if git isn't found 12 years ago
Holger Rüprich 9e2c523faa Function proc_open doesn't accept a scheme for the current working directory, therefore stripped 'file://' for local repositories. 12 years ago
Jordi Boggiano 1cdae66f8f Fix up git downloader and git driver commands 12 years ago
Jordi Boggiano 219c31ed0c Fix git driver updating 12 years ago
Jordi Boggiano 9828472b9e Improve reliability of GitDriver, refs #485 12 years ago
Jordi Boggiano 2844a5673d Use refs API since it is more stable than the branches API with force-pushes, fixes #514 12 years ago
Jordi Boggiano 1fe24a3837 Add support for github URLs in git driver 12 years ago
Jordi Boggiano 6d5b4d606c Add warning in verbose mode if drivers can not be used because of missing openssl 12 years ago
Jordi Boggiano 7a28a2d83a Add support for new GitHub API 12 years ago
Jordi Boggiano 7285536737 Fix exception handling 12 years ago
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 12 years ago
Jordi Boggiano cd2e5bf2e0 Make SvnDriver::supports less greedy and more realistic 12 years ago
Jordi Boggiano 30d4080014 Support windows local paths 12 years ago
Jordi Boggiano 8fb9c4bf3b Svn related coding style/consistency fixes and minor improvements 12 years ago
Jordi Boggiano ab9fc59d30 Add missing license headers 12 years ago
till 434f10f2d7 * more cs fixes 12 years ago
till c6653f0711 * fix up CS suggestions from stof/seldaek 12 years ago
Till Klampaeckel af8d4212bb Merge pull request #3 from toastedghost/svn-auth-reloaded-imp
Improve 'getTags()' and 'getBranches()'
12 years ago
Flo 80bb040468 Improve 'getTags()' and 'getBranches()' 12 years ago
Beau Simensen a6366be5a6 Handle auth challenge in SvnDriver supports. 12 years ago
till 059bde1adb * refactored with Composer\Util\Svn::doAuthDance() 12 years ago
till c6566825ad Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 12 years ago
till 17f90f56eb * move helper functions to util class 12 years ago
Mateusz Heleniak 2a9e8350b0 fixed GitDriver - set correct working directory for cli commands 12 years ago
till 8f96786693 Merge remote-tracking branch 'upstream/master' into svn-auth-reloaded 12 years ago
till 6f364a85b3 * do not use getSvnCommand (since we are not in object context)
* run non interacive instead of piping output to /dev/null
12 years ago
till c0ec8f16f9 * fixSvnUrl()
* extend regex to match more possible svn hosts
12 years ago
till 6d1cdb3e45 * fixSvnUrl(): to prefix absolute paths with file:// 12 years ago
Beau Simensen 38680998ed Remove the RemoteFilesystem factory and document GitHubDriver->GitDriver fallback. 12 years ago
till 5fdd09104f resolve conflict 12 years ago
till a1e1a8c7d7 * use askConfirmation() instead 12 years ago
till 244cc2a8c2 hide password input 12 years ago
till 96298a33dc catch all failures 12 years ago
Beau Simensen 1e9cb6bac8 Use factory name instead of generator. 12 years ago
Beau Simensen 340ac49d87 Change `callback` to `callable` 12 years ago
Beau Simensen 6efbc7d531 Enhanced GitHub API/Private Repository support 12 years ago
till 8d80969f26 trim input 12 years ago
till 4c2da57140 make static 12 years ago
till c78d9ffece more inline documentation 12 years ago
till 4da56ea617 explain non-interactive 12 years ago