Igor Wiedler
06f1ecf83a
[pear-prefix] add a pear-{channel}/ prefix to PearRepository packages
2012-02-20 12:51:30 +01:00
Jordi Boggiano
9ba0505751
Make sure lock file is sorted, fixes #276
2012-02-20 12:35:03 +01:00
Jordi Boggiano
621388e3be
Fix warning when no package to update is found
2012-02-20 12:14:44 +01:00
Jordi Boggiano
eb35244230
Fix repositories warning
2012-02-20 11:55:32 +01:00
Nils Adermann
03a9e0dfee
Merge pull request #330 from Seldaek/repositories
...
[BC Break] Refactor repositories configuration
2012-02-20 01:58:52 -08:00
Nils Adermann
39aa5c0752
Merge pull request #329 from Seldaek/new_dev
...
[BC Break] New dev handling
2012-02-20 01:58:21 -08:00
Jordi Boggiano
2976bd82b0
Simplify code
2012-02-20 09:50:02 +01:00
Jordi Boggiano
716d9dc80a
Merge pull request #331 from naderman/fix-rule-parent-path
...
Correct the parent path in the watch tree, after moving a rule out of the path
2012-02-19 10:22:15 -08:00
Nils Adermann
ff620afe05
Correct the parent path in the watch tree, after moving a rule out of the path
2012-02-19 19:20:12 +01:00
Jordi Boggiano
d0d5329f6f
Fix package repositories
2012-02-19 19:12:56 +01:00
Jordi Boggiano
44e76e06fc
Refactor repositories configuration
2012-02-19 19:00:12 +01:00
Jordi Boggiano
bb160a3162
Merge pull request #328 from naderman/update-all
...
Update all
2012-02-19 08:16:20 -08:00
Nils Adermann
509188c112
Use updateAll request method in upddate mode in install command
2012-02-19 17:14:11 +01:00
Nils Adermann
3e1749fbad
Readd update-all jobs and make them available through the request
2012-02-19 16:59:04 +01:00
Jordi Boggiano
c95b4d05fd
Fix forcing of the source-ref from lock file
2012-02-19 16:57:36 +01:00
Jordi Boggiano
4233a4823d
Skip platform repo and only force-update packages that have a new source ref
2012-02-19 16:57:36 +01:00
Jordi Boggiano
646d01658a
Rename source_ref to source-ref
2012-02-19 16:57:35 +01:00
Jordi Boggiano
c12dccd3d4
Restore quality of debug output
2012-02-19 16:57:34 +01:00
Jordi Boggiano
d7350b66d5
Ensure dev packages have a source
2012-02-19 16:57:33 +01:00
Jordi Boggiano
88b018068c
Force dev packages to update to latest ref on update
2012-02-19 16:57:33 +01:00
Jordi Boggiano
496188f714
Force installs from lock to reinstall dev packages from the exact locked reference
2012-02-19 16:57:32 +01:00
Jordi Boggiano
c1baa20fec
Lock reference of dev packages
2012-02-19 16:57:31 +01:00
Jordi Boggiano
3fe87b1e35
Force dev packages to be installed from source
2012-02-19 16:57:30 +01:00
Jordi Boggiano
f73c08043f
Refactor VcsRepo to follow new dev model
2012-02-19 16:57:29 +01:00
Jordi Boggiano
3e6176eccf
Update version parser to support any branch name
2012-02-19 16:57:29 +01:00
Jordi Boggiano
32157a3904
Fix local git repo handling in GitDriver
2012-02-19 16:38:07 +01:00
Nils Adermann
9b8e62396c
Merge pull request #324 from edorian/installNonExistingPackage
...
Create an 'impossible rule' when installing non existent packages
2012-02-19 07:05:21 -08:00
Nils Adermann
2a92b904d2
Correct placing of braces
2012-02-19 15:44:02 +01:00
Nils Adermann
1ee5d99405
When changing watched literals of a rule, update the parent's next pointer
...
The previous rule was not previously updated to point to the next rule when
removing a middle rule from the watch tree for a literal. This resulted in
jumping from one literal's watch tree to another's, which could then jump
back to the original and cause infinite loop in a case like #265 .
Fixes #265
2012-02-19 15:35:13 +01:00
Volker Dusch
e20a79ac61
Fix TODO tags to confirm with the projects standard
2012-02-19 15:30:53 +01:00
Nils Adermann
8484199677
Display undecided literals as undecided with a ?, when printing the decision map
2012-02-19 15:20:13 +01:00
Nils Adermann
0b8fb68e93
Add a debug print method for the entire watch tree to the solver
2012-02-19 15:19:34 +01:00
Jordi Boggiano
fd0bf14eb2
Support both require and requires as depends link-type arg
2012-02-19 15:09:29 +01:00
Volker Dusch
eafe13d5a5
Create an impossible rule when trying to install something that doesn't exist.
...
The rule isn't acted upon yet (hence the incomplete test) but it is there as a reminder that this case needs to be handled.
2012-02-19 14:55:14 +01:00
Jordi Boggiano
c97a33577b
Merge pull request #321 from naderman/error-reporting
...
Basic error reporting for solver problems
2012-02-18 15:22:04 -08:00
Nils Adermann
52d876e11e
Add SolverProblemsException and test basic solver failures
2012-02-19 00:15:23 +01:00
Nils Adermann
8fd4e56029
Deciding to install a package and wanting to install it, is not a conflict
2012-02-19 00:13:21 +01:00
Jordi Boggiano
f54b04aac8
Restore realpath behavior
2012-02-18 23:28:47 +01:00
Volker Dusch
3fb75faa75
Now that no more update rules are created the code that handles them can be removed too.
...
Also adapted the tests that used TYPE_UPDATE exemplarily to use TYPE_FEATURE.
2012-02-18 19:19:49 +01:00
Volker Dusch
ec61297122
Remove the allowUninstall policy option and clean up the only usage
2012-02-18 18:31:19 +01:00
Nils Adermann
cbc021c05d
featureRule no longer exists, only update rule
2012-02-18 18:04:45 +01:00
Nils Adermann
54a8dc1d9c
Merge pull request #317 from edorian/remove-allowDowngrade
...
Removed the option to disallowed downgrades
2012-02-18 08:59:52 -08:00
Volker Dusch
5fdca19880
Removed the option to disallowed downgrades and simplifed some places where it was used
2012-02-18 17:50:15 +01:00
Jordi Boggiano
e2199b2b03
Fixed automatic date parsing of versions
2012-02-18 17:05:13 +01:00
Jordi Boggiano
230e145053
Fix downloader tests on windows and mock Filesystem properly
2012-02-18 17:00:07 +01:00
Nils Adermann
e7441edcf1
Merge pull request #315 from edorian/cleanup-update-all
...
Cleanup unreachable code
2012-02-18 07:18:09 -08:00
Jordi Boggiano
a28fa790be
Fix regex
2012-02-18 16:03:49 +01:00
Volker Dusch
cc80e5a3b1
Cleanup unreachable code
2012-02-18 14:29:58 +01:00
Nils Adermann
7609f27052
Merge branch 'add-tests' of https://github.com/l3l0/composer into new-master
...
* 'add-tests' of https://github.com/l3l0/composer :
Made fixes after review.
Made changes which fied warnings and errors in tests.
Fixed tests after update and merge of changes from upstream/master
Fixed code. Changes improved code testability
Added and extended some unit tests
2012-02-18 13:08:20 +01:00
Jordi Boggiano
5e3bf86851
Remove .swp file
2012-02-18 12:50:45 +01:00