1120 Commits (271e9086924bbf1a0aec4be3ec166f2d039bf373)
 

Author SHA1 Message Date
Jordi Boggiano 2976bd82b0 Simplify code 13 years ago
Jordi Boggiano 04b48ac5d9 Merge pull request #333 from naderman/circular-dep-test
Complete circular dependency with alternatives through virtual packages test
13 years ago
Igor Wiedler cabe1c2949 [docs] add vcs repo section to repos chapter 13 years ago
Igor Wiedler c8f3fa5800 [docs] add cli sample to quote block 13 years ago
Igor Wiedler 31a75f06da [docs] put notes into quote blocks to highlight them 13 years ago
Igor Wiedler b6079f73ba [docs] beginning of the repositories chapter 13 years ago
Igor Wiedler 2df96bcad3 [schema] Fix invalid JSON 13 years ago
Igor Wiedler ee73b332e5 Merge remote-tracking branch 'upstream/master' into docs
* upstream/master: (42 commits)
  Correct the parent path in the watch tree, after moving a rule out of the path
  Add config in composer json schema
  Add scripts to json schema
  Use updateAll request method in upddate mode in install command
  Readd update-all jobs and make them available through the request
  Fix local git repo handling in GitDriver
  Add getVersionConstraint test case to avoid version normalization issues
  Fix line endings of Composer TestCase
  Correct placing of braces
  Clean up the incomplete marker like suggested in https://github.com/composer/composer/pull/324#r465391
  When changing watched literals of a rule, update the parent's next pointer
  Fix TODO tags to confirm with the projects standard
  Display undecided literals as undecided with a ?, when printing the decision map
  Add a debug print method for the entire watch tree to the solver
  Support both require and requires as depends link-type arg
  Create an impossible rule when trying to install something that doesn't exist.
  Add todos to explain why try/catch is inside the test
  Add SolverProblemsException and test basic solver failures
  Deciding to install a package and wanting to install it, is not a conflict
  Restore realpath behavior
  ...

Conflicts:
	Resources/composer-schema.json
13 years ago
Igor Wiedler f4511271a8 [docs] schema chapter describing composer.json 13 years ago
Nils Adermann dd443cd570 Complete circular dependency with alternatives through virtual packages test 13 years ago
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
13 years ago
Nils Adermann ff620afe05 Correct the parent path in the watch tree, after moving a rule out of the path 13 years ago
Jordi Boggiano d0d5329f6f Fix package repositories 13 years ago
Jordi Boggiano 44e76e06fc Refactor repositories configuration 13 years ago
Jordi Boggiano 0cb02cf3ca Add config in composer json schema 13 years ago
Jordi Boggiano ab51095f4c Add scripts to json schema 13 years ago
Jordi Boggiano bb160a3162 Merge pull request #328 from naderman/update-all
Update all
13 years ago
Nils Adermann 509188c112 Use updateAll request method in upddate mode in install command 13 years ago
Nils Adermann 3e1749fbad Readd update-all jobs and make them available through the request 13 years ago
Jordi Boggiano c95b4d05fd Fix forcing of the source-ref from lock file 13 years ago
Jordi Boggiano 4233a4823d Skip platform repo and only force-update packages that have a new source ref 13 years ago
Jordi Boggiano 646d01658a Rename source_ref to source-ref 13 years ago
Jordi Boggiano c12dccd3d4 Restore quality of debug output 13 years ago
Jordi Boggiano d7350b66d5 Ensure dev packages have a source 13 years ago
Jordi Boggiano 88b018068c Force dev packages to update to latest ref on update 13 years ago
Jordi Boggiano 496188f714 Force installs from lock to reinstall dev packages from the exact locked reference 13 years ago
Jordi Boggiano c1baa20fec Lock reference of dev packages 13 years ago
Jordi Boggiano 3fe87b1e35 Force dev packages to be installed from source 13 years ago
Jordi Boggiano f73c08043f Refactor VcsRepo to follow new dev model 13 years ago
Jordi Boggiano 3e6176eccf Update version parser to support any branch name 13 years ago
Jordi Boggiano ae7107fc22 Add more test requirements 13 years ago
Jordi Boggiano 882496b926 Adjust version parser tests 13 years ago
Jordi Boggiano a175ebed33 Add failing test for new dev behavior 13 years ago
Nils Adermann 9725e814d7 Merge pull request #327 from Seldaek/git-fix
Fix local git repo handling in GitDriver
13 years ago
Jordi Boggiano 32157a3904 Fix local git repo handling in GitDriver 13 years ago
Nils Adermann 9b8e62396c Merge pull request #324 from edorian/installNonExistingPackage
Create an 'impossible rule' when installing non existent packages
13 years ago
Jordi Boggiano 57ac535dc8 Merge pull request #326 from naderman/master
Add getVersionConstraint test case to avoid version normalization issues
13 years ago
Nils Adermann 3b06a22e69 Add getVersionConstraint test case to avoid version normalization issues 13 years ago
Nils Adermann af408eee9a Fix line endings of Composer TestCase 13 years ago
Jordi Boggiano 1f311de982 Merge pull request #325 from naderman/fix-watches-infinite-loop
When changing watched literals of a rule, update the parent's next pointer
13 years ago
Nils Adermann 2a92b904d2 Correct placing of braces 13 years ago
Volker Dusch f304a0f129 Clean up the incomplete marker like suggested in https://github.com/composer/composer/pull/324#r465391 13 years ago
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
13 years ago
Volker Dusch e20a79ac61 Fix TODO tags to confirm with the projects standard 13 years ago
Nils Adermann 8484199677 Display undecided literals as undecided with a ?, when printing the decision map 13 years ago
Nils Adermann 0b8fb68e93 Add a debug print method for the entire watch tree to the solver 13 years ago
Igor Wiedler 57c13df37e [docs] chapter about the cli 13 years ago
Jordi Boggiano fd0bf14eb2 Support both require and requires as depends link-type arg 13 years ago
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.
13 years ago
Igor Wiedler 7a66eb3367 [docs] add a note about the lock file to the libs chapter 13 years ago