Jordi Boggiano
cd5fdf246e
Merge branch '1.2'
2016-11-03 15:16:58 +01:00
Jordi Boggiano
0ffa1db489
Update changelog for 1.2.2
2016-11-03 15:16:48 +01:00
Christophe Coevoet
1882f9a502
Enhance the json schema with validation for map objects
2016-11-03 13:19:20 +01:00
Jordi Boggiano
208086d8e3
Merge remote-tracking branch 'channelgrabber/GitSpeedIncrease'
2016-11-03 12:08:28 +01:00
Jordi Boggiano
a1e81c38f9
Merge branch '1.2'
2016-11-03 12:05:14 +01:00
Jordi Boggiano
f320c67534
Avoid choking on non-string constraints, fixes #5807
2016-11-03 12:05:07 +01:00
Jordi Boggiano
adee0ff132
Fix tests
2016-11-03 11:30:35 +01:00
Jordi Boggiano
eb40287691
Bump symfony deps to 2.7 and update all deps, closes #5840 , closes #5831
2016-11-03 11:18:22 +01:00
Jordi Boggiano
66bb195233
Add zlib warning to diagnose command
2016-11-03 11:09:37 +01:00
Jordi Boggiano
9c8617cd33
Merge branch '1.2'
2016-11-03 11:05:42 +01:00
Jordi Boggiano
0f455be01c
Add CI flag in UA header
2016-11-03 11:00:40 +01:00
Jordi Boggiano
e38ebefc7e
Update packagist default repo to be packagist.org
2016-11-03 11:00:40 +01:00
Jordi Boggiano
f7475c6ff6
Merge pull request #5830 from fabpot/logic-refactoring
...
Refactor some common logic in Command classes
2016-11-03 10:58:19 +01:00
Jordi Boggiano
9cf93b0c88
Merge pull request #5824 from fabpot/small-refacto
...
Code simplification
2016-11-03 01:01:45 +01:00
Jordi Boggiano
e32c09e13a
Merge pull request #5829 from fabpot/post-dependencies-solving-bug
...
Fix POST_DEPENDENCIES_SOLVING trigger
2016-11-02 22:57:25 +01:00
Rob
8c71e52d9d
Merge pull request #5832 from curry684/issue-5823
...
Clarify documentation that commit refs are unsupported
2016-10-31 16:33:12 +01:00
Niels Keurentjes
f99a33bfc7
Clarify documentation that commit refs are unsupported
...
Following the discussion in #5823 it has become clear that this feature is supplied at-your-own-risk, this should be more explicitly reflected in its documentation.
2016-10-31 16:26:37 +01:00
Jordi Boggiano
cf48bfccb4
Merge pull request #5827 from fabpot/deprecated-usages
...
fixed deprecated class usages
2016-10-31 15:24:24 +01:00
Fabien Potencier
07cbb73184
fixed deprecated class usages
2016-10-31 06:57:17 -07:00
Fabien Potencier
5d742fd38b
Fix POST_DEPENDENCIES_SOLVING trigger
2016-10-31 06:54:38 -07:00
Fabien Potencier
69740bbbee
Refactor some common logic in Command classes
2016-10-30 14:50:44 -07:00
Fabien Potencier
57ec0d1815
added more information in the output
2016-10-29 11:37:23 -07:00
Fabien Potencier
b823242ae3
Code simplification
2016-10-28 12:21:32 -07:00
Jordi Boggiano
d4547fba06
Merge pull request #5804 from msiebeneicher/bugfix/fix_rename_usage_in_archive_manager_for_v1_2
...
fixed direct rename() usage for v1.2
2016-10-27 10:14:20 +02:00
Jordi Boggiano
15d8b7a84d
Merge pull request #5813 from curry684/issue-5808
...
Fix crash when listing root package without versions
2016-10-27 08:53:22 +02:00
Niels Keurentjes
6de7feeb86
Fix crash when listing root package without versions
...
When using certain parameters together in 'composer show', specifically '-s --outdated', the root package itself is inspected for its latest version. If the git repository it belongs to does not have any tags yet this would return FALSE, while the next call to printMeta requires a PackageInterface or NULL, causing a crash.
Refs #5808
2016-10-25 09:54:03 +02:00
Rob
8cf9733001
Merge pull request #5810 from hason/doc
...
Fix class in DocBlock
2016-10-24 13:10:31 +02:00
Martin Hasoň
2b67a9044e
Fix class in DocBlock
2016-10-24 12:31:27 +02:00
Richard Heelin
c2f6c61f56
Updated the tests to match the new command that is executed
2016-10-21 15:49:27 +01:00
Richard Heelin
5dfd23668e
Only update the git repo if the commit we want doesn't exist, speeds up update from source
2016-10-21 15:17:55 +01:00
msiebeneicher
800a4bf391
fixed direct rename() usage for v1.2
2016-10-21 13:57:02 +02:00
Rob Bast
235b1cca81
wordwrap and minor rephrasing
2016-10-19 08:40:06 +02:00
Andrew Taylor
ce6a3c0dd7
Issue 5769 dev mode varaible
2016-10-18 22:56:32 +01:00
Nils Adermann
66efc9af86
Merge pull request #5785 from nicolas-grekas/perf
...
Enhance performance by removing count() from Solver's main loop
2016-10-14 16:31:13 +02:00
Jordi Boggiano
88f09919ce
Merge pull request #5784 from nicolas-grekas/fix
...
Fix ShowCommand
2016-10-14 16:16:27 +02:00
Nicolas Grekas
daf84bea33
Enhance solver perf by removing count()
2016-10-14 15:56:18 +02:00
Nicolas Grekas
bfbcf03a6b
Fix ShowCommand
2016-10-14 13:18:15 +02:00
Jordi Boggiano
aa051ba4f0
Update deps
2016-10-12 16:57:43 +02:00
Jordi Boggiano
d9328ed5ae
Merge pull request #5753 from alcohol/use-rfc3339-in-arraydumper
...
bring arraydumper in line with json schema spec and packagist
2016-10-12 16:51:59 +02:00
Jordi Boggiano
ce2d33de9f
Merge pull request #5781 from jyggen/feature/json-schema-v4
...
Upgrade json-schema to allow v4
2016-10-12 16:48:05 +02:00
Jordi Boggiano
96bf605b31
Merge pull request #5779 from Koc/implode
...
Use implode instead of join
2016-10-12 16:44:00 +02:00
Jordi Boggiano
edb05d1385
Merge pull request #5782 from naderman/t/github-integration
...
GitHub integrations generate access tokens containing a dot
2016-10-12 11:38:19 +02:00
Nils Adermann
ad41c324d3
GitHub integrations generate access tokens containing a dot
2016-10-12 11:36:01 +02:00
Jonas Stendahl
bc549c34a6
Upgrade json-schema to allow v4
2016-10-11 17:15:17 +02:00
Konstantin.Myakshin
dc70b40d34
Use implode instead of join
2016-10-11 16:52:29 +03:00
Jordi Boggiano
41c3307fc5
Merge branch '1.2'
2016-10-10 18:52:20 +02:00
Jordi Boggiano
f23cdf59e3
Make remove command case insensitive, fixes #5754
2016-10-10 18:45:33 +02:00
Jordi Boggiano
d1867d5859
Merge branch '1.2'
2016-10-10 18:21:22 +02:00
Jordi Boggiano
5ee22f25ba
Rework JSON matching to use a properly recursive pattern, fixes #5771
2016-10-10 18:20:53 +02:00
Jordi Boggiano
092dec9596
Add failing test for #5771
2016-10-10 18:12:24 +02:00