1
0
Fork 0
Commit Graph

1914 Commits (6f33d4e17f527a1e328095d49be07da4e5aedc8a)

Author SHA1 Message Date
Nils Adermann 731a451dfe Move handling of watch graph to separate classes 2012-05-19 01:27:57 +02:00
Jordi Boggiano 71cecd8e93 Fix CS 2012-05-18 16:12:18 +02:00
Jordi Boggiano edba29be45 Merge remote-tracking branch 'till/download-fun' 2012-05-18 16:08:57 +02:00
Jordi Boggiano aaf65eb0c4 Update lock file 2012-05-18 15:33:09 +02:00
Jordi Boggiano 3ff4026a30 Merge pull request #712 from hason/githuberror
Imporoved exception message for GitDownloader (various protocols for git...
2012-05-18 06:11:07 -07:00
Martin Hasoň c8d110aa72 Imporoved exception message for GitDownloader (various protocols for github) 2012-05-18 14:41:57 +02:00
till a8121bc0a6 * fluent interface for set methods
* strtolower() type so setting is a little more relaxed
2012-05-17 20:07:49 +02:00
Jordi Boggiano 25a61cd763 Merge pull request #706 from gergoerdosi/master
Update Homebrew installation instructions.
2012-05-17 07:13:17 -07:00
Gergo Erdosi b6cd2f6e08 Update Homebrew installation instructions.
Composer is now part of the homebrew-php repository which is used by most of the Homebrew users. The Gist formula in the previous version of the instructions raises a warning, which might confuse users. The installation of the new formula runs seamlessly without any warnings.
2012-05-17 17:06:57 +03:00
Nils Adermann bac9d6d2e7 Merge pull request #705 from stof/support_local_repo
Support local repo
2012-05-17 06:33:07 -07:00
Christophe Coevoet c2d3c0509c Fixed the check for local git repositories 2012-05-17 15:08:54 +02:00
Christophe Coevoet 4404c5f287 Revert "Merge remote-tracking branch 'github-ercanozkaya/master'"
This reverts commit b5eededbe9, reversing
changes made to 799a478f2a.

This change was wrong as the GitDriver was then telling it supports
all local URIs even when they are not git repositories.
2012-05-17 14:54:45 +02:00
Nils Adermann b5eededbe9 Merge remote-tracking branch 'github-ercanozkaya/master'
By Ercan Özkaya
via Ercan Özkaya
* github-ercanozkaya/master:
  Add support for file:// URIs to GitDriver
2012-05-17 14:39:28 +02:00
Ercan Özkaya ca217bd48f Add support for file:// URIs to GitDriver 2012-05-17 15:36:02 +03:00
Jordi Boggiano d7608bcddd Added docs for new reference feature 2012-05-17 10:08:48 +02:00
Jordi Boggiano c10eb66ac4 Ignore references when parsing dev versions 2012-05-17 04:07:15 +02:00
Jordi Boggiano ba29b4bf94 Added references for dev versions, fixes #599
dev-<branch> and <n.m>.x-dev versions can now have a #<reference> appended
to them. This reference being a git/hg commit hash, or svn revision.
2012-05-17 04:07:14 +02:00
Andrea Turso 3a31b59473 Minor changes to the EventDispatcherTest
- Removed Exception class import
 - Added FQN at L60
 - Added documentation
 - Added @group event-dispatcher
2012-05-16 16:55:24 +01:00
Nils Adermann 799a478f2a GitHub rather than github in changelog 2012-05-15 23:29:33 +02:00
Nils Adermann 90e52a0828 Merge remote-tracking branch 'github-seldaek/gh-cache'
By Jordi Boggiano
via Jordi Boggiano
* github-seldaek/gh-cache:
  Update changelog
  Add caching for metadata in github driver
2012-05-15 23:27:16 +02:00
Andrea Turso f8b2f203a1 Added exception class and message to the error string. 2012-05-15 21:47:17 +01:00
Andrea Turso f626ccbcee Wrapped the listener invocation a try/catch block that catches any
exception and throws a \RuntimeException.
Added a test case for the EventDispatcher.

Note:
In order to test the doDispatch method I had to use a stub EventDispatcher
with a getListeners that returned a preconfigured array. IMHO there should
be a way to inject the listeners into the EventDispatcher.
2012-05-15 21:25:18 +01:00
Nils Adermann 71ee5c8f4c We don't have a systemsolvable at the lowest level 2012-05-15 21:46:52 +02:00
Nils Adermann 286593cf99 Move solver debugging code into solver subclass 2012-05-15 21:37:57 +02:00
Nils Adermann 46e4ae0e6a Move rule generation from solver into separate rule set generator 2012-05-15 21:36:47 +02:00
Nils Adermann 83c499cf29 Remove unecessary use statement in Transaction class 2012-05-15 20:29:21 +02:00
Nils Adermann 70e306f055 Process all jobs in one method and remove lock jobs which are not used 2012-05-15 20:22:48 +02:00
Nils Adermann 3fcd042fd4 Skip adding (ignored) duplicate rules which were already added 2012-05-15 20:04:25 +02:00
Nils Adermann 1d60ae1bfc We no longer support recommended packages, remove left over code 2012-05-15 20:01:51 +02:00
Nils Adermann 92ecf5a603 Remove unused variables 2012-05-15 20:00:52 +02:00
Nils Adermann bd66c27ff6 We mark packages as uninstallable by removing them from the repo
As it is faster to remove packages from the repos and keep them out of the
package pool to begin with, we don't need an installable() method on the
policy.
2012-05-15 19:57:55 +02:00
Nils Adermann 8fc09afbae Move transaction generation to a separate class 2012-05-15 19:55:41 +02:00
Nils Adermann be250fbb8b Remove alias loading code which is no longer necessary
Since alias packages do not get dumped anymore, only original packages
will ever be in Filesystem repositories. Alias are created on the fly
based on alias info in the composer.json/composer.lock and on branch
alias data in the original package.
2012-05-15 19:17:17 +02:00
Jordi Boggiano 8d65d70c56 Merge pull request #695 from adanlobato/FixPHPDoc
Fixed some mistakes at PHPDoc
2012-05-15 07:32:39 -07:00
Adán Lobato 61eb0119f1 Fixed some mistakes at PHPDoc 2012-05-15 16:18:18 +02:00
Jordi Boggiano 1a255420b0 Ignore aliases in autoload generator 2012-05-14 14:02:02 +02:00
Jordi Boggiano 2db9ff6ec9 Update changelog 2012-05-13 22:55:06 +02:00
Jordi Boggiano ba9676e0f2 Add caching for metadata in github driver 2012-05-13 22:55:01 +02:00
Nils Adermann 35120d7d04 Merge pull request #685 from Seldaek/integ-tests
More integration tests
2012-05-13 13:48:20 -07:00
Jordi Boggiano 5e8418a4f5 Add test for aliases and overrides between repos 2012-05-13 22:43:07 +02:00
Jordi Boggiano 5026f8a115 Fix AliasOperations output 2012-05-13 22:41:20 +02:00
Jordi Boggiano 46972fbc22 Add handling for alias operations 2012-05-13 22:36:48 +02:00
Jordi Boggiano f7d5df2764 Prevent backtracking issues with long tests 2012-05-13 22:36:32 +02:00
Jordi Boggiano cd4cceaf7b Merge pull request #682 from ktomk/patch-1
Cont. code simplification & better tests.
2012-05-13 13:32:09 -07:00
Nils Adermann 83e8dba23c Merge pull request #684 from Seldaek/functional
Add functional tests for the installer, fixes #580
2012-05-13 13:07:01 -07:00
Jordi Boggiano 4505df29df Add functional tests for the installer, fixes #580 2012-05-13 21:42:43 +02:00
Jordi Boggiano 9dc61be28c Merge pull request #683 from ktomk/patch-4
Minor fixes while running along.
2012-05-13 12:16:33 -07:00
Tom Klingenberg 296123db26 CS Fixes 2012-05-13 21:09:01 +02:00
Jordi Boggiano 0a0a6b1813 Fix wrong var name, refs #674 2012-05-13 17:11:03 +02:00
Paweł Jędrzejewski 129884ef72 rename skipScripts to runScripts. 2012-05-13 13:25:02 +02:00