Jordi Boggiano
|
adeabdbd56
|
Merge branch '1.10'
|
2020-10-12 15:22:30 +02:00 |
Jordi Boggiano
|
bc1cb1636d
|
Remove dead code, fixes #9277
|
2020-10-12 15:22:21 +02:00 |
Jordi Boggiano
|
df22988003
|
Add note about dev-master/trunk/default aliases in v2, fixes composer/semver#115
|
2020-10-12 13:06:00 +02:00 |
Jordi Boggiano
|
09ef026d43
|
Remove OperationInterface::getReason, closes #9230, closes #9263
|
2020-10-12 12:31:54 +02:00 |
Jordi Boggiano
|
d204eb4814
|
Merge branch '1.10'
|
2020-10-12 10:54:43 +02:00 |
Jordi Boggiano
|
6bf136489f
|
Ignore the COMPOSER env var when executing global scope commands, fixes #9259
|
2020-10-12 10:53:35 +02:00 |
Jordi Boggiano
|
9c4b00be67
|
Add -w/-W to docs, refs #9257
|
2020-10-12 10:36:12 +02:00 |
Jordi Boggiano
|
de3de0697e
|
Merge pull request #9257 from flavioheleno/improv/short-with-deps
With-dependencies alias
|
2020-10-12 10:29:07 +02:00 |
Jordi Boggiano
|
6f77c5f5ea
|
Avoid adding aliased locked packages twice in the LockArrayRepository, fixes #9240
|
2020-10-12 10:17:06 +02:00 |
Jordi Boggiano
|
9528ce7057
|
Fix invalid usage of Link class, fixes #9252
|
2020-10-12 09:22:23 +02:00 |
Jordi Boggiano
|
f966de94a9
|
Merge branch '1.10'
|
2020-10-12 08:33:39 +02:00 |
Jordi Boggiano
|
159bb84fa6
|
Allow running the config command to disable tls even if openssl is not present, fixes #9198
|
2020-10-12 08:16:36 +02:00 |
Jordi Boggiano
|
28fe3baf9c
|
Disable secure-http automatically when disable-tls is enabled, fixes #9235
|
2020-10-12 07:57:14 +02:00 |
Jordi Boggiano
|
bf80e337b9
|
Merge pull request #9276 from jaroslavtyc/patch-1
Fixed a white-space typo
|
2020-10-12 07:20:28 +02:00 |
Jaroslav Týc
|
85070c0afd
|
Fixed a white-space typo
A colon has been wrapped to a next line due to a redundant space.
|
2020-10-10 12:01:58 +02:00 |
Jordi Boggiano
|
03b8c3db3f
|
Merge branch '1.10'
|
2020-10-08 14:38:41 +02:00 |
Jordi Boggiano
|
2c6a9aba32
|
Update to latest semver
|
2020-10-08 14:29:20 +02:00 |
Jordi Boggiano
|
791bbc80a4
|
Backport some fixes from 2.0, and fix sorting to sort remote branches after local ones, refs #9270
|
2020-10-08 14:26:04 +02:00 |
Jordi Boggiano
|
6698e0bafa
|
Merge remote-tracking branch 'naderman/version-guess-remotes' into 1.10
|
2020-10-08 14:01:25 +02:00 |
Jordi Boggiano
|
6d8420644e
|
Merge pull request #9258 from lyrixx/patch-1
Fixed description of StatusCommand: It do list all changes in vendor, not only for "source" ones
|
2020-10-08 13:46:49 +02:00 |
Jordi Boggiano
|
c4c5647110
|
Merge pull request #9256 from GrahamCampbell/patch-1
Fixed incorrect private annotation
|
2020-10-08 13:46:23 +02:00 |
Jordi Boggiano
|
13215cdb1d
|
Merge pull request #9272 from nicolas-grekas/fix-test
Fix VcsRepositoryTest
|
2020-10-08 13:40:15 +02:00 |
Nicolas Grekas
|
f9913205dd
|
Fix VcsRepositoryTest
|
2020-10-08 11:06:39 +02:00 |
Nils Adermann
|
89afb823b6
|
VersionGuesser: Add test for remote version guess
|
2020-10-07 15:21:04 +02:00 |
Nils Adermann
|
92722a9a4c
|
VersionGuesser: Fix root package loader test which relies on git cmd in guesser
|
2020-10-07 15:11:08 +02:00 |
Nils Adermann
|
b3c465d55a
|
VersionGuesser: local branches still need to be considered
|
2020-10-07 15:10:20 +02:00 |
Nils Adermann
|
db2f09a361
|
VersionGuesser: Update tests to match new git command generated
|
2020-10-07 14:25:55 +02:00 |
Nils Adermann
|
ad643d9957
|
VersionGuesser: Analyze remote origin and upstream branches too
|
2020-10-07 14:21:22 +02:00 |
Frank Prins
|
5b34a61b4a
|
Capitalize composer name occurrences
|
2020-10-05 21:13:02 +02:00 |
Frank Prins
|
78f9dd73ce
|
Rename handling private packages page to better reflect content
|
2020-10-05 21:11:16 +02:00 |
Fränz Friederes
|
369c2ff552
|
Implement PR code style feedback
|
2020-10-05 20:52:27 +02:00 |
Frank Prins
|
2afd7e5913
|
Readded http basic auth page with link to new page so old links don't break
|
2020-10-05 14:09:58 +02:00 |
Frank Prins
|
e90e08dc26
|
Revert rename of handling private packages with satis page to split off to new CR.
|
2020-10-05 10:45:41 +02:00 |
Grégoire Pineau
|
bfb4abfb56
|
Fixed description of StatusCommand: It do list all changes in vendor, not only for "source" ones
I tested it, and even with "dist" packages, the status command is able to find modified vendor
(And that's amazing, thanks)
|
2020-10-02 10:11:47 +02:00 |
Flavio Heleno
|
9d544d98b3
|
Added short flags for 'with-dependencies' and 'with-all-dependencies'
|
2020-10-01 18:35:35 -03:00 |
Graham Campbell
|
0eb31bd027
|
Fixed incorrect private annotation
|
2020-10-01 20:24:19 +01:00 |
Frank Prins
|
6a2f91a0e0
|
Process review comments
|
2020-09-30 19:02:58 +02:00 |
Frank Prins
|
45d104ab83
|
Document authentication for private packages
|
2020-09-29 21:13:54 +02:00 |
Simon Berger
|
2223b93efd
|
Several small code improvements
|
2020-09-26 00:55:19 +02:00 |
Simon Berger
|
80d71ccb3f
|
Merged isset, unset and str_replace calls
|
2020-09-26 00:55:19 +02:00 |
Jordi Boggiano
|
23d42c6717
|
Merge pull request #9239 from stof/patch-1
Fix support for running diagnose without openssl
|
2020-09-24 11:38:15 +02:00 |
Jordi Boggiano
|
d6b39b4c55
|
Fix syntax error & improve handling
|
2020-09-24 11:35:38 +02:00 |
Christophe Coevoet
|
bcd8a73e8c
|
Fix support for running diagnose without openssl
The diagnose command already warns when openssl is not available. But the command was failing later when displaying the Openssl version.
|
2020-09-22 18:49:53 +02:00 |
Jordi Boggiano
|
5df1797d20
|
Merge pull request #9214 from mitelg/add-pretty-constraint
Add pretty constraint
|
2020-09-21 14:46:17 +02:00 |
Michael Telgmann
|
a4509d28e7
|
Introduce constants for Composer\Package\Link types
|
2020-09-21 14:22:06 +02:00 |
Michael Telgmann
|
4f4c299015
|
Add pretty constraint to links in PlatformRepository
fixes #9210
|
2020-09-21 14:18:34 +02:00 |
Jordi Boggiano
|
e3c6b213e7
|
Add note about composer.json location, fixes 9225
|
2020-09-21 13:51:49 +02:00 |
Jordi Boggiano
|
2a36c3a70a
|
Minor tweaks
|
2020-09-21 13:26:53 +02:00 |
Jordi Boggiano
|
cc1e91ba8c
|
Merge pull request #9232 from simonberger/removed-deprecated-code
Removed deprecated code from 1.x
|
2020-09-20 21:20:49 +02:00 |
Simon Berger
|
4e8a36556c
|
Removed deprecated code from 1.x
|
2020-09-20 17:59:45 +02:00 |