Nicolas Grekas
|
725b33ee5a
|
Handle "versions" option in PathRepository, remove support for "branch-version"
|
2021-01-27 14:28:26 +01:00 |
Nicolas Grekas
|
079e501ac8
|
Revert "Merge pull request #9273 from nicolas-grekas/dev-version"
This reverts commit d2d606ced2 , reversing
changes made to 4a8dbcd145 .
|
2021-01-27 14:03:44 +01:00 |
Nicolas Grekas
|
4feed8b85c
|
Fix parsing "branch-version"
|
2020-10-13 15:43:12 +02:00 |
Nicolas Grekas
|
893fbfcb89
|
Add support for "extra.branch-version"
|
2020-10-13 13:56:18 +02:00 |
Jordi Boggiano
|
93d4cf6f91
|
Add --no-show-signature where git supports it, fixes #8966
|
2020-06-17 16:37:06 +02:00 |
Jordi Boggiano
|
7e679656a4
|
Keep absolute path repos symlinks absolute, fixes #8700
|
2020-03-24 12:35:18 +01:00 |
Jordi Boggiano
|
d559bf5387
|
Allow configuring a path repo to an empty path as long as using wildcards and the wildcard root exists, fixes #8679
|
2020-03-11 15:33:14 +01:00 |
Jordi Boggiano
|
78217e2313
|
Merge branch '1.9'
|
2020-01-14 12:52:32 +01:00 |
Jordi Boggiano
|
a2dadb91bf
|
Return two packages in PathRepository when on a feature branch, one for feature branch and one for the source branch it came from, fixes #8498, fixes #8477
|
2020-01-14 12:52:20 +01:00 |
Mike van Rooyen
|
e910e06f63
|
Add details of the path to aid debugging
|
2019-10-08 16:02:03 +01:00 |
Mike van Rooyen
|
18895064ad
|
Check that if the getUrlMatches method returns an empty value which means the path is incorrect
|
2019-10-08 15:46:35 +01:00 |
Jordi Boggiano
|
7d99a56332
|
Combine conditionals in one
|
2019-08-29 15:16:34 +02:00 |
rbairwell
|
550c01b471
|
Fixes a problem with path based repositories on PHP7.4 where an attempt is made to access null as an array
|
2019-08-27 20:53:57 +01:00 |
Jordi Boggiano
|
ff59bbdab0
|
CS fixer
|
2018-07-24 14:32:52 +02:00 |
Markus Staab
|
70a1a6e510
|
Throw a RuntimeException when glob braces are used but not supported by the OS
|
2018-07-18 16:38:44 +02:00 |
Markus Staab
|
e89d16c47d
|
GLOB_BRACE is not defined on all platforms
|
2018-07-18 16:00:32 +02:00 |
Kazuhiro Inari
|
354eec76ae
|
Add repositories path glob
|
2018-07-07 00:47:27 +09:00 |
Jordi Boggiano
|
9041622b86
|
Fix version guessing regression and a few other issues, fixes #7127
|
2018-04-12 15:16:39 +02:00 |
Jordi Boggiano
|
1682d7d454
|
Fix path repo version parsing to follow COMPOSER_ROOT_VERSION when the git repo is shared with the root package, fixes #6625
|
2017-09-11 16:02:48 +02:00 |
Jordi Boggiano
|
d8c94c2640
|
Merge remote-tracking branch 'curry684/home-expansion'
|
2016-04-22 20:37:05 +01:00 |
Niels Keurentjes
|
23ad67b3be
|
Implement support for tilde expansion, mainly for path repositories
|
2016-04-12 13:14:07 +02:00 |
Jordi Boggiano
|
ad5951218b
|
Also trim trailing slashes in PathRepo, refs #5164
|
2016-04-11 13:11:46 +01:00 |
Niels Keurentjes
|
d41bd2909b
|
Make path repository options part of the dist reference hash, fixes #5048
|
2016-03-12 11:05:03 +01:00 |
Jordi Boggiano
|
bad80878bc
|
Merge remote-tracking branch 'sashman/master'
|
2016-02-25 13:55:49 +00:00 |
Jordi Boggiano
|
1375f8e60a
|
Remove setter/getter that isnt needed, refs #4933
|
2016-02-25 11:50:43 +00:00 |
Jordi Boggiano
|
4df7ade801
|
Merge remote-tracking branch 'burci/feature/path_downloader_option_to_force_copy'
|
2016-02-25 11:42:47 +00:00 |
Rob Bast
|
a245c4618b
|
php-cs-fixer
|
2016-02-25 11:04:44 +01:00 |
Jordi Boggiano
|
c9436438ff
|
Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time
|
2016-02-24 17:27:42 +00:00 |
Sash
|
582e361a88
|
Fixing array accessing
|
2016-02-22 21:47:33 +00:00 |
Sash
|
f6899e5c38
|
#4828 Using version guesser to pull out the commit has for git repositories. The return value is now an array with version and commit values.
|
2016-02-22 21:19:01 +00:00 |
Peter Buri
|
861b2bc8e8
|
Introduce option to force copy instead of symlinking in PathDownloader
|
2016-02-22 13:41:28 +01:00 |
Niels Keurentjes
|
ff6700f9ee
|
Ignore empty path repositories per issue #4903
|
2016-02-11 08:57:16 +01:00 |
Rob Bast
|
47aa87ea97
|
use full json content to determine reference, closes #4859
|
2016-02-03 13:25:10 +01:00 |
Jordi Boggiano
|
1818b95149
|
CS fixes
|
2016-01-26 13:07:18 +00:00 |
Niels Keurentjes
|
84fed02df1
|
Globbing while resolving path repositories now normalizes to slashes for predictable cross-platform behaviour. Fixes #4726
|
2016-01-26 00:33:47 +01:00 |
Lukáš Homza
|
5b748eda6c
|
Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod
|
2015-11-23 23:18:24 +01:00 |
Jordi Boggiano
|
6c9b161c43
|
Re-use locker content hash logic to generate dist reference, refs #4515
|
2015-11-14 13:30:37 +00:00 |
Joel Wurtz
|
7f42fe4c10
|
Issue #4512 Set reference in path repository
|
2015-10-18 11:57:43 +02:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Rob Bast
|
a1427d7fd6
|
replace all occurences in code and comments
|
2015-09-24 16:32:36 +02:00 |
Dennis Birkholz
|
9febf55f76
|
Store url relative again, fix 4439
|
2015-09-23 17:51:41 +02:00 |
Dennis Birkholz
|
681e543793
|
Make check more obvious
|
2015-09-18 17:55:07 +02:00 |
Dennis Birkholz
|
6b1c9882dd
|
Replace tracking variable with direct package count check
|
2015-09-18 17:26:31 +02:00 |
Dennis Birkholz
|
2fb7dd881a
|
Fix missing trailing / in repository paths
|
2015-09-18 15:03:15 +02:00 |
Dennis Birkholz
|
3ef222c920
|
Make repository path absolute (again)
|
2015-09-18 15:01:06 +02:00 |
Dennis Birkholz
|
973491b65d
|
Fix docblock, path names returned by glob() are not necessary absolute
|
2015-09-18 14:31:42 +02:00 |
Dennis Birkholz
|
19146d1cec
|
Docblock fix as suggested by @alcohol
|
2015-09-18 14:26:01 +02:00 |
Dennis Birkholz
|
c06edd61e4
|
Fail if no repository was found
|
2015-09-15 18:28:17 +02:00 |
Dennis Birkholz
|
e4435790a4
|
Documentation
|
2015-09-15 17:39:55 +02:00 |
Dennis Birkholz
|
4209fd2e4a
|
Store correct url for package, not original url containing wildcards.
|
2015-09-15 17:27:36 +02:00 |