Jordi Boggiano
|
2f4ea3a463
Fix show command, refactor RepositorySet constructor
|
5 gadi atpakaļ |
Jordi Boggiano
|
dd556f989b
Use LockArrayRepository instead of RepositoryInterface to clearly indicate which type of repo it is in some places
|
5 gadi atpakaļ |
Jordi Boggiano
|
f68731e663
Remove package/repo priority concept as it is enforced by the pool builder now
|
5 gadi atpakaļ |
Nils Adermann
|
26da52227e
Clean up the Solver tests, no more installed repo input and new sorting
|
5 gadi atpakaļ |
Nils Adermann
|
10ada7bf82
Refactor Installer class into separate install and update processes
|
6 gadi atpakaļ |
Jordi Boggiano
|
2e0f31106a
Merge remote-tracking branch 'origin/master' into 2.0
|
6 gadi atpakaļ |
Gabriel Caruso
|
2a13bb2649
Fixes from PHPStan (#7687)
|
6 gadi atpakaļ |
Nils Adermann
|
c0f19f6c57
Move construction of pool from repo set into a pool builder
|
6 gadi atpakaļ |
Nils Adermann
|
b6e2d60c9e
Create the pool in the installer before giving it to the solver
|
6 gadi atpakaļ |
Nils Adermann
|
1228bcdffc
Internalize pool creation in repository set, store root aliases in set
|
6 gadi atpakaļ |
Rob Bast
|
9cbcda9ae6
add test that asserts pool priority matters
|
8 gadi atpakaļ |
Rob Bast
|
a1427d7fd6
replace all occurences in code and comments
|
9 gadi atpakaļ |
isoroku
|
e0657b60a2
Fix misspellings
|
9 gadi atpakaļ |
Nicolas Grekas
|
4a0feb0189
add --prefer-lowest-stable to update command
|
10 gadi atpakaļ |
Jordi Boggiano
|
38917c2047
Add parallel build to travis script
|
11 gadi atpakaļ |
Jordi Boggiano
|
e848c76cbc
Only compare branches as versions in the policy to sort packages, but not in the solver, fixes #1817
|
11 gadi atpakaļ |
Jordi Boggiano
|
b41fd35c2b
Remove unused use statement
|
11 gadi atpakaļ |
Jordi Boggiano
|
0700cd9186
Adjust according to feedback
|
11 gadi atpakaļ |
Jordi Boggiano
|
db4055b778
Put a higher prio on replacers of the same vendor as the required package
|
11 gadi atpakaļ |
Jordi Boggiano
|
b0297ef67a
Add prefer-stable flag to pick stable package over unstable ones when possible
|
11 gadi atpakaļ |
Jordi Boggiano
|
e6f7150196
Change default minimum-stability to "stable", fixes #744
|
12 gadi atpakaļ |
Nils Adermann
|
451bab1c2c
Get rid of Literal object / literal id mix, use literals only to save memory
|
12 gadi atpakaļ |
Jordi Boggiano
|
06fb1b8083
Fix priority of aliases when mixing root package aliases with branch-alias ones, fixes #576
|
12 gadi atpakaļ |
Martin Hasoň
|
2b08df5192
Changed repository priority in the pool
|
13 gadi atpakaļ |
Jordi Boggiano
|
8e6f8ae57e
Add prettyVersion to packages, fixes #76
|
13 gadi atpakaļ |
Nils Adermann
|
4140f08d9c
Use a map of installed package ids in the solver
|
13 gadi atpakaļ |
Nils Adermann
|
e16c3f0626
Remove useless test, packages providing different versions aren't alternatives
|
13 gadi atpakaļ |
Nils Adermann
|
571c14adf9
Prefer original packages over replaced packages of same repository priority
|
13 gadi atpakaļ |
Nils Adermann
|
1b6f57e651
Correctly implement priorities and version numbers in the default policy
|
13 gadi atpakaļ |
Nils Adermann
|
55d5e55195
DefaultPolicy test: pick package providing newest virtual package version
|
13 gadi atpakaļ |