516 Commits (652715f4c2f066f2d68aeaabea707ec3cc42574f)

Author SHA1 Message Date
schmkr 652715f4c2 Improved the handling of trunkPath
- $this->baseUrl is only used if $this->trunkPath === false, otherwise
we will use $this->baseUrl with $this->trunkPath.
- scanning through trunkPath will now look for composer.json file
instead of a path that matches $this->trunkPath, beacuse checking
against the latter failed with deeper trunkPaths
- $this->rootIdentifier is now 'trunk' no matter how deep
$this->trunkPath is (with deeper trunkPaths, the name became something
like "dev-trunk-devel-team-packages-package"
11 years ago
Nils Adermann 92b1ee2f7a Add a composer-plugin-api platform package and plugins must require it 11 years ago
Jordi Boggiano 2bf90b544a Fix parsing of trunk in SvnDriver, fixes composer/satis#88 11 years ago
Jordi Boggiano d017e3f209 Adjust GitDriver tag parsing to resolve to SHAs 11 years ago
Jordi Boggiano e0051a4652 Update tests 11 years ago
Jordi Boggiano 444bdb2e25 Fix VCS drivers to always use identifiers and not tag names since those can change or disappear 11 years ago
Jordi Boggiano 1a50f74c4c Improve reporting of github rate limiting errors, fixes #2183 11 years ago
Jordi Boggiano bd345c3b43 Add IO to proc executor in a few more places to get more debug info out 11 years ago
Jordi Boggiano ab709107e5 Fix detection of git bitbucket repos with incorrect URLs, fixes #2095 11 years ago
Christoph 8c3a84d9fd fixed very evil 'tip' tag oversight in bitbucket driver 11 years ago
Jordi Boggiano 8d6f4307c8 Merge remote-tracking branch 'kriswallsmith/composite-repo-fix' 11 years ago
Christoph 6406e0d3b7 fixed Bitbucket's broken API 11 years ago
Kris Wallsmith fa4b13d95a fix when composite repo has no delegates 11 years ago
Jordi Boggiano f79c4e4309 Detect safe_mode and output correct error, closes #2006 11 years ago
Jordi Boggiano d498e73363 Merge pull request #2004 from jaypea/recursive_artifactrepository
ArtifactRepository needs recursive iteration
11 years ago
Jan Prieser ba87cfc6d1 find artifacts recursively in given path
uses regex to filter file extension
11 years ago
Jordi Boggiano 8d0b7f278e CS fixes 11 years ago
Pavel Savinov 831bd844bd Almost PHPDoc problems fixed 11 years ago
Justin Rovang 60e95aed76 Added realpath to VcsDriver constructor
See https://github.com/composer/composer/pull/1828
11 years ago
Jordi Boggiano b38db73611 Clean up rogue git env vars in case this is running in a git hook, refs #1832 11 years ago
Jordi Boggiano 5267bafa2c Retry fetching composer.json files twice since github returns 404s at random at the moment
@bhuga confirmed it is the best approach until github finds a fix. /cc @gillesruppert enjoy whatever your bet wins you
12 years ago
Jordi Boggiano 3f2b9b4d4b Avoid overwriting notification-url 12 years ago
Jordi Boggiano 4b26c627ff Retry file downloads 3 times before giving up in case of basic network failure 12 years ago
Jordi Boggiano a7e88f7a80 Unfold aliases in streamable repos since aliases are already loaded by the pool, refs #1346, fixes #1851 12 years ago
Jordi Boggiano 5264d0637b Fix regression added in 33af9eea95, fixes #1841 12 years ago
Jordi Boggiano 33af9eea95 Always dump packages, even if only an alias is added, fixes #1809 12 years ago
Jordi Boggiano faa419cc0e Merge remote-tracking branch 'hason/alias' 12 years ago
Jordi Boggiano 895058d1ce Merge remote-tracking branch 'spaun/master' 12 years ago
Jordi Boggiano 1b030a76d4 CS and wording fixes, refs #1728 12 years ago
Jordi Boggiano e50173ff93 Merge remote-tracking branch 'nfx/artefact-repo-type' 12 years ago
Andrey Utkin 28c219311c Rename module-path to package-path 12 years ago
Andrey Utkin 9022b0ae38 Default module path to empty string 12 years ago
Andrey Utkin 340e960614 Allow svn repositories to reside deeper than module root 12 years ago
Jordi Boggiano 313b79ee13 Implement search over description/keywords, refs #1801 12 years ago
Jordi Boggiano 3a612dca01 Only return search matches once, fixes #1801 12 years ago
Martin Hasoň 753a8345cb Added support for the alias of an aliased package 12 years ago
Jordi Boggiano d38eb244fa Add PlatformRepository::PLATFORM_PACKAGE_REGEX to remove duplication 12 years ago
Jordi Boggiano 370a9a40fc Add comment to clarify change 12 years ago
Jordi Boggiano 8401c78349 Merge pull request #1770 from sarunas/master
Moving svn driver to the last position as it causes conflicts with hg over http
12 years ago
Jordi Boggiano 2b385cbe58 Fix dependency flags not applying to provides/replaces, fixes #1771 12 years ago
Šarūnas Dubinskas 29b43ca082 Moving svn driver to the last position as it causes conflicts with hg over http 12 years ago
Serge Smertin 6cec5b0399 Added notice about need of zip extension 12 years ago
Serge Smertin 07920c48a6 Removed dev-master as default version for versionless artifact 12 years ago
Serge Smertin b5e1457470 set version to dev-master to artifacts without version 12 years ago
Serge Smertin f25bfe09c5 added support for nested location of composer.json files within artifacts 12 years ago
Serge Smertin 586911f7a1 added verbose logging for artifact directory scan 12 years ago
Serge Smertin 0aad11801e added logging for wrong files 12 years ago
Serge Smertin 4b176f11f2 added artifact repository initial functionality 12 years ago
Jordi Boggiano 41392ace56 Check that a repo has no providers when getPackages is called to catch any mis-use 12 years ago
Jordi Boggiano be861f090a Remove filterPackages and add RepositoryInterface::search, refactor all commands to use new methods and remove all usage of the full package list for Composer repositories that support providers, fixes #1646 12 years ago