1
0
Fork 0
Commit Graph

1390 Commits (b14366ed08366e4c0472514aa1771d42d7201b1f)

Author SHA1 Message Date
Jordi Boggiano 89f69256f8 Merge remote-tracking branch 'kostiklv/console-overwrite-fix' 2012-03-10 00:50:52 +01:00
Jordi Boggiano 4f61ec6600 Merge remote-tracking branch 'digitalkaoz/issue_366' 2012-03-10 00:17:14 +01:00
Jordi Boggiano 950003bfc3 Reflow the VcsRepo and prevent exception leakage from breaking the parsing 2012-03-10 00:10:41 +01:00
Jordi Boggiano a4f9e03d35 Add workaround for PHP bug #61336 2012-03-09 23:44:10 +01:00
digitalkaoz 38f866f1dd fixes #373 aswell 2012-03-09 22:03:26 +01:00
digitalkaoz 202ca60559 modified search listing (grouping packages) 2012-03-09 20:29:03 +01:00
digitalkaoz 8dad8d8c43 added some trivial tests 2012-03-09 19:30:37 +01:00
Jordi Boggiano 142d5785f4 Updated docs 2012-03-09 18:33:05 +01:00
Jordi Boggiano 1d544630b6 Allow requesting a particular vcs driver to bypass github/bitbucket ones 2012-03-09 18:33:04 +01:00
till 364e9613ad * started on a test case for SvnDriver::execute() (work in progress) 2012-03-09 17:41:56 +01:00
till 25e8ecc5ba * trim the testcase: no need to inject nullio 2012-03-09 17:27:06 +01:00
till 8d80969f26 trim input 2012-03-09 14:34:17 +01:00
till 4c2da57140 make static 2012-03-09 14:34:02 +01:00
till c78d9ffece more inline documentation 2012-03-09 14:33:34 +01:00
till 4da56ea617 explain non-interactive 2012-03-09 14:25:19 +01:00
till f8d8ccfedc * in interactive mode: display error message to the user when authorization fails 2012-03-09 14:24:49 +01:00
till a3363a8560 * SvnDriver::$useCache: false by default
* setting is adjust in 'interactive' mode when auth fails
2012-03-09 14:24:06 +01:00
till 061d91b4a8 whitespace 2012-03-09 14:13:29 +01:00
till 1f03d37a89 * only 'ask' the user if the session is interactive 2012-03-09 14:07:04 +01:00
till bcadfadc8a inject them directly 2012-03-09 13:57:03 +01:00
till 84bf429795 * we need symfony console objects for ConsoleIO 2012-03-09 13:56:27 +01:00
till cde38f6634 * inject iointerface into test
* document test cases
 * add a test-case which should not have ' --no-auth-cache'
2012-03-09 13:48:27 +01:00
till a8287118ed * work on no-auth-cache 'creation' 2012-03-09 13:47:53 +01:00
Jordi Boggiano 6c9f1f6f5b Merge pull request #416 from DonMartio/master
Missing slash permits version evaluation.
2012-03-09 01:22:56 -08:00
DonMartio b74773053b Missing slash prevents version evaluation. 2012-03-09 10:04:52 +01:00
Jordi Boggiano a208d6cf43 Merge pull request #415 from hason/json
Removed definition of global constants reserved for PHP >=5.4 and fixed ...
2012-03-09 00:42:45 -08:00
Martin Hasoň 947d429c61 Removed definition of global constants reserved for PHP >=5.4 and fixed tests 2012-03-09 09:31:51 +01:00
Jordi Boggiano 5ac8ffd287 Merge pull request #414 from hason/show
Show command - sort versions before print
2012-03-09 00:25:11 -08:00
Martin Hasoň 98d7e31c74 Sort versions before print 2012-03-09 09:11:52 +01:00
Jordi Boggiano 3e22084ea4 Overhaul VcsDrivers, introduce TransportException for remote filesystem errors 2012-03-08 23:14:56 +01:00
Jordi Boggiano 53ab5011f0 Update create projects docs 2012-03-08 21:12:43 +01:00
Jordi Boggiano d5d133e584 Move create projects article 2012-03-08 21:08:55 +01:00
Beau Simensen b1c93d1f0a Fixed unused `use` per @stof and horrible bug that made this class no longer work. 2012-03-08 11:04:56 -08:00
Beau Simensen 3352066ece Use Installer for Create Project Command. 2012-03-08 09:58:19 -08:00
Beau Simensen 8a7d31706d Renamed Composer\Install to Composer\Installer 2012-03-08 09:21:03 -08:00
Beau Simensen b4dd86c247 Remove $repoManager local variable. 2012-03-08 09:21:03 -08:00
Beau Simensen 9404d8d593 Constructor, factory 2012-03-08 09:21:02 -08:00
Beau Simensen d1dea702c9 Moving install related code to Composer\Install 2012-03-08 09:21:02 -08:00
Jordi Boggiano 3aabb4784c Cross platform test fixes 2012-03-08 18:19:31 +01:00
Jordi Boggiano 388fcfe610 Updated changelog 2012-03-08 18:17:33 +01:00
Jordi Boggiano ea593fdb10 Allow autodetection of the version 2012-03-08 18:12:21 +01:00
Jordi Boggiano 347f8feeec Update docs 2012-03-08 18:10:58 +01:00
till 978d4c145d * more output 2012-03-08 17:00:24 +01:00
till 59c1a7ff15 * when an auth failure is detected and 'auth' is not present, we ask for credentials
* ... and repeat
2012-03-08 16:53:41 +01:00
till 44470da804 * do svnCommand() in execute() to be able to restart the dance in case it failed 2012-03-08 16:52:36 +01:00
till a3e0a0805c * always run non-interactive 2012-03-08 16:42:19 +01:00
till 907db48bb5 * wrap execution of commands into local method 2012-03-08 16:27:22 +01:00
Jordi Boggiano cb57c7bf42 Merge branch 'InstallAppCommand' of https://github.com/beberlei/composer 2012-03-08 16:22:37 +01:00
till 99eb18d0ff * rename var from $composer to $output (for consistency) 2012-03-08 15:56:52 +01:00
till 953de35a0b * basic testcase 2012-03-08 15:47:26 +01:00