1210 Commits (9ffe0d13f51ccbc167f4ad46cc260ab8e8c117e0)

Author SHA1 Message Date
Nils Adermann 9ffe0d13f5 Remove useless if 12 years ago
Nils Adermann cdf3b4e012 Use SplDoublyLinkedList instead of custom linked list 12 years ago
Nils Adermann 731a451dfe Move handling of watch graph to separate classes 12 years ago
Nils Adermann 71ee5c8f4c We don't have a systemsolvable at the lowest level 12 years ago
Nils Adermann 286593cf99 Move solver debugging code into solver subclass 12 years ago
Nils Adermann 46e4ae0e6a Move rule generation from solver into separate rule set generator 12 years ago
Nils Adermann 83c499cf29 Remove unecessary use statement in Transaction class 12 years ago
Nils Adermann 70e306f055 Process all jobs in one method and remove lock jobs which are not used 12 years ago
Nils Adermann 3fcd042fd4 Skip adding (ignored) duplicate rules which were already added 12 years ago
Nils Adermann 1d60ae1bfc We no longer support recommended packages, remove left over code 12 years ago
Nils Adermann 92ecf5a603 Remove unused variables 12 years ago
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.
12 years ago
Nils Adermann 8fc09afbae Move transaction generation to a separate class 12 years ago
Adán Lobato 61eb0119f1 Fixed some mistakes at PHPDoc 12 years ago
Jordi Boggiano 1a255420b0 Ignore aliases in autoload generator 12 years ago
Jordi Boggiano 5026f8a115 Fix AliasOperations output 12 years ago
Jordi Boggiano cd4cceaf7b Merge pull request #682 from ktomk/patch-1
Cont. code simplification & better tests.
12 years ago
Jordi Boggiano 9dc61be28c Merge pull request #683 from ktomk/patch-4
Minor fixes while running along.
12 years ago
Tom Klingenberg 296123db26 CS Fixes 12 years ago
Jordi Boggiano 0a0a6b1813 Fix wrong var name, refs #674 12 years ago
Jordi Boggiano f516c1de48 Add license info for code snippet we reused 12 years ago
Tom Klingenberg 58a8ff80e3 Cont. code simplification & better tests. 12 years ago
Jordi Boggiano 11edea8aee Add deprecation warning to old .composer files 12 years ago
Jordi Boggiano d57ad21346 Add +30 days warnings for the dev phars 12 years ago
Jordi Boggiano ca558369fc Fix bug in ValidateCommand 12 years ago
Nils Adermann 7c7cac61b6 Merge remote-tracking branch 'github-seldaek/stability'
* github-seldaek/stability:
  Add stability docs
  Add test for Pool handling and refactor a couple things
  Add support for stabilities in lock file
  Infer stability flags for requirements that have an explicit version required of a lower stability
  Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability
  Basic handling of stability flags
  Add list of stabilities to base package
  Add minimum-stability flag on root package to filter packages by stability
  Add CompositeRepo::getRepositories
  Add package stability
12 years ago
Jordi Boggiano c2933028e8 Make sure github driver is used for all github urls 12 years ago
Jordi Boggiano 160d2e0847 Minor style fix 12 years ago
Jordi Boggiano e84e550df3 Refactor validate command to offer more flexibility in adding validation 12 years ago
Jordi Boggiano fd38971777 Fix CS & simplify code 12 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 12 years ago
Jordi Boggiano e7dc42a8a2 Order search results by score & highlight matches in description 12 years ago
Jordi Boggiano 4ecf55e180 Minor cleanup 12 years ago
Ryan Weaver 9e1ed5a52f [Command] Modifying the output of SearchCommand to make evenly-spaced package names for readability of results 12 years ago
Jordi Boggiano 453b9a616b Add test for Pool handling and refactor a couple things 12 years ago
Jordi Boggiano 0936670213 Add support for stabilities in lock file 12 years ago
Jordi Boggiano a3018c43eb Infer stability flags for requirements that have an explicit version required of a lower stability 12 years ago
Jordi Boggiano fabf5c2f6d Add InstalledArrayRepository to make sure the root package is not purged by the Pool because of a lower stability 12 years ago
Jordi Boggiano ef28f3b067 Basic handling of stability flags 12 years ago
Jordi Boggiano 1aaae5284b Add list of stabilities to base package 12 years ago
Jordi Boggiano 66068fedcb Add minimum-stability flag on root package to filter packages by stability 12 years ago
Jordi Boggiano b0134b56c5 Add CompositeRepo::getRepositories 12 years ago
Jordi Boggiano 70a3c68f73 Add package stability 12 years ago
Nils Adermann 655588a5e0 Merge pull request #659 from Seldaek/github_https_fallback
Github https fallback
12 years ago
Nils Adermann 11c59baf59 Remove useless property in exception class 12 years ago
Nils Adermann 37d271271d Turn assertions into solver bug exceptions with more info 12 years ago
Jordi Boggiano 872293e8af Remove special handling of root package branch-aliases 12 years ago
Jordi Boggiano 6864555aa4 Do not notify installation of aliases 12 years ago
Jordi Boggiano 2ca488f030 Fix message when updating a package installed from source 12 years ago
Jordi Boggiano 45a2070fee Add BC warning for older lock files 12 years ago