Raffael Comi
3c543b2752
Report "same as actual" version if override package matches actual
2018-10-31 16:50:21 +01:00
Michele Locati
41458c7518
Don't call Symfony ProcessUtils::escapeArgument
2018-10-31 16:13:37 +01:00
Jordi Boggiano
38a63ba05a
Only show path for installed packages, refs #7698
2018-10-31 16:13:37 +01:00
Mariusz Zarzycki
f72e2312dc
Ran php-cs-fixer
2018-10-31 16:13:37 +01:00
Mariusz Zarzycki
77457ca474
Show command respects --path flag
...
Path added to package meta output
2018-10-31 16:13:37 +01:00
Jordi Boggiano
470d351926
Update ca-bundle
2018-10-31 16:13:37 +01:00
Jordi Boggiano
ac524e9bf3
Merge pull request #7760 from deguif/1.7
...
Fix ini_get() for boolean values
2018-10-31 16:13:22 +01:00
Jordi Boggiano
9e6a0bff71
Merge pull request #7658 from fooman/fix-non-zip-file-with-zip-ext
...
Fix regression for artifact repository
2018-10-31 16:12:55 +01:00
Jordi Boggiano
bc3854dcaf
Merge pull request #7673 from stof/patch-1
...
Fix the doc markup
2018-10-31 16:09:14 +01:00
Jordi Boggiano
359d1318f2
Merge pull request #7703 from glaubinix/t/composer-version-cache
...
Vcs Repository: add option to cache/reuse entire versions
2018-10-31 11:09:10 +01:00
François-Xavier de Guillebon
114217c6e3
Fix ini_get() for boolean values
2018-10-31 09:55:53 +01:00
Jordi Boggiano
11752864eb
Merge pull request #7735 from glaubinix/t/bitbucket-v1-API-deprecation
...
Bitbucket: switch to v2 API
2018-10-30 16:52:13 +01:00
Jordi Boggiano
5d92eea170
Merge pull request #7756 from glaubinix/f/undefined-index-preprocess
...
VcsRepository: fix undefined index notice in preProcess
2018-10-30 11:39:02 +01:00
Jordi Boggiano
3a98f500b6
Merge pull request #7752 from glaubinix/t/bitbucket-redirect
...
Bitbucket: fix redirect behaviour for private repositories
2018-10-30 11:24:14 +01:00
Stephan Vock
105477218d
VcsRepository: fix undefined index notice in preProcess
2018-10-29 12:01:46 +01:00
Stephan Vock
8b8df01336
Bitbucket: fix redirect behaviour
2018-10-26 15:48:18 +02:00
Jordi Boggiano
40a0c1d411
Merge pull request #7745 from glaubinix/f/undefined-index-name
...
Fix: undefined index name in VcsRepository
2018-10-25 16:59:10 +02:00
Stephan Vock
23d37eebe6
Fix: undefined index name in VcsRepository
2018-10-24 13:52:08 +02:00
Stephan Vock
819f487b38
Bitbucket: switch to v2 API
2018-10-19 14:31:17 +02:00
Stephan Vock
5f2eefb49b
Vcs Repository: add option to cache/reuse entire versions
2018-10-10 14:12:38 +02:00
Kristof Ringleff, Fooman
2ed573b22d
Combine open zip call with conditional
2018-10-01 23:03:51 +13:00
Kristof Ringleff, Fooman
bcf4e94e8a
Ensure opening the zip was successful before proceeding
2018-10-01 23:03:51 +13:00
Kristof Ringleff, Fooman
add71388ca
Add failing artifact
2018-10-01 23:03:51 +13:00
Christophe Coevoet
0ca5c6342d
Fix the doc markup
...
In *nix, the star needs to be part of the content, not of the markdown markup, and so it requires escaping.
2018-09-26 15:12:25 +02:00
Jordi Boggiano
7e2e231899
Merge pull request #7649 from aragon999/bugfix/fix-detection-of-supported-ssl-algos
...
Use a case insenstive method to check that SHA384 is a supported openssl algorithm
2018-09-24 12:51:55 +02:00
Max
4d86414dd1
Use a case insenstive method to check that SHA384 is a supported openssl algorithm
2018-09-24 12:18:04 +02:00
Jordi Boggiano
0124e7b553
Revert "add removePackage() to RepositoryInterface"
...
This reverts commit cfb0d33c45
.
Fixes #7634
2018-09-13 09:27:57 +02:00
Jordi Boggiano
55fec6575f
Merge pull request #7632 from glaubinix/f/bitbucket-get-change-date-branch-with-slash
...
Fix: Bitbucket getChangeDate throws exception for branches containing a slash
2018-09-12 18:29:03 +02:00
Stephan Vock
896d801a30
Fix: Bitbucket getChangeDate throws exception for branches containing a slash
2018-09-12 12:01:43 -04:00
Jordi Boggiano
a1ead0e868
Merge pull request #7565 from alcohol/add-remove-to-pkgrepointerface
...
add removePackage() to RepositoryInterface
2018-09-10 13:33:39 +02:00
Jordi Boggiano
95840a0ab9
Remove useless curly braces around svn args
2018-09-05 00:00:25 +02:00
Jordi Boggiano
e80b560fa8
Merge pull request #7601 from johnstevenson/update-xdebug-handler
...
Update xdebug-handler, fixes #7596
2018-09-04 19:35:05 +02:00
johnstevenson
2023690c7d
Update xdebug-handler, fixes #7596
2018-09-01 11:26:03 +01:00
Nils Adermann
bbd10c1552
Merge pull request #7454 from stof/conflict_optimization
...
Refactor the handling of conflict rules in the solver
2018-08-27 12:30:15 +02:00
Christophe Coevoet
8c3898aa57
Update tests for replace conflicts
...
This reverts the test changes done in b4698568d2
to the original tests added
in 1425bb7fc3
.
2018-08-27 12:14:34 +02:00
Christophe Coevoet
e5b948c683
Refactor the handling of conflict rules in the solver
...
Conflict rules are not added in the solver based on the packages loaded in the
solver by require rules, instead of loading remote metadata for them. This has
2 benefits:
- it reduces the number of conflict rules in the solver in case of conflict
rules targetting packages which are not required
- it fixes the behavior of replaces, which is meant to conflict with all
versions of the replaced package, without introducing a performance
regression (this behavior was changed when optimizing composer in the past).
2018-08-27 12:14:34 +02:00
Jordi Boggiano
734735c691
Merge pull request #7574 from seferov/patch-1
...
Remove github API request retries as it is not needed anymore
2018-08-27 09:56:31 +02:00
Jordi Boggiano
bcf615ddc7
Merge pull request #7589 from pierredup/patch-2
...
Fix typo in variable name in GitHubDriver
2018-08-27 09:54:10 +02:00
Pierre du Plessis
33341130a9
Fix typo in variable name in GitHubDriver
2018-08-27 09:13:52 +02:00
Jordi Boggiano
3b587eed21
Update xdebug-handler to latest, fixes #7436
2018-08-25 18:48:56 +02:00
Jordi Boggiano
bf125295df
Fix escaping of URLs in Perforce and Subversion drivers
2018-08-25 18:48:56 +02:00
Farhad Safarov
4014c914ab
remove Github 404 retries
2018-08-25 16:37:20 +03:00
Jordi Boggiano
3d01ef28fa
Revert "Do not dump source and dist for metapackages"
...
The source/dist reference is needed to operate composer outdated and other functionality
Fixes #7546
This reverts commit 42739e7959
.
2018-08-22 09:45:54 +02:00
Rob Bast
cfb0d33c45
add removePackage() to RepositoryInterface
2018-08-20 10:41:34 +02:00
Jordi Boggiano
7d273f7cd8
Update changelog
2018-08-16 16:57:03 +02:00
Jordi Boggiano
0181f07491
Fix create-project not updating to latest commit when cache is present, fixes #7550
2018-08-16 16:48:47 +02:00
Jordi Boggiano
020d1f88c7
Improve error reporting on global command, fixes #7556
2018-08-16 16:08:31 +02:00
Jordi Boggiano
b8e8cc2516
Update xdebug-handler, fixes #7517
2018-08-16 15:18:40 +02:00
Daniel Karl
849f4eda56
Using cwd for 2nd process-execution (auth) in HgUtils
2018-08-10 08:58:05 +02:00
Alexander Kurilo
e1a6bd5ff1
Make JSON formatter test clearer
2018-08-10 08:54:34 +02:00