6246 Commits (c2d78e5ce0293b8996c9473900d2640041639221)
 

Author SHA1 Message Date
Jordi Boggiano d9b5c884ba Detect and warn JSON encoding failures, refs #3786 10 years ago
Jordi Boggiano 8e6f62e769 Bump max memory to 1GB, fixes #3785 10 years ago
Hello ef0191ee6a Duplicate download progress 10 years ago
Jordi Boggiano 26799f4244 Update script/plugin docs 10 years ago
Jordi Boggiano 3b018e4276 Merge pull request #3816 from stof/patch-1
Switch to the docker-based infrastructure on Travis
10 years ago
Christophe Coevoet a02f3e79b8 Switch to the docker-based infrastructure on Travis 10 years ago
Jordi Boggiano 462de7bd94 Merge pull request #3813 from nicolas-grekas/language-c
Run processes with predictable LANGUAGE=C
10 years ago
Jordi Boggiano 8f170b214c Merge pull request #3806 from fonsecas72/php7
Added php7 to travis
10 years ago
Jérôme Tamarelle c1edfbb65c Add tests on GitLabDriver
Add an interactive prompt for gitlab token

Update doc for gitlab-domains

Add tests on GitLabDriver::supports

Update doc + CS

Optimize branch detection + fix typos

Fix test on GitLab support as it depends on SSL

Remove useless method + fix repository URL containing .git
10 years ago
Jérôme Tamarelle 802b57417a Pass GitLab credential by HTTP header instead of query string to improve security 10 years ago
Jérôme Tamarelle 48fc2eafa0 Add gitlab.com as default GitLab domain 10 years ago
Jerome TAMARELLE 5fece6ae83 Use Gitlab blob API to retreive composer.json files
Store missing composer.json into the cache

[GitLab] Reduce API calls by caching

Download ZIP archives from gitlab + fix repo URL

Fix cached commit objects
10 years ago
Henrik Bjørnskov 782c6303bc Initial GitLab Driver
This is a proof of concept, and mostly done to gather feedback on the
structure of the driver and to see if this is something that Composer
should include in core.

Various review changes based on Stof comments.

* Remove cleanup() as it is implemented by the abstract class.
* Remove wrong comment in getReferences
* Implement getSource (as GitHubDriver does)
* Finish phpDocs for methods.
10 years ago
Hugo Fonseca f35d6ac0e0 Removed php7 to travis allowed_failures 10 years ago
Nicolas Grekas be22a87d9c Run processes with predictable LANGUAGE=C 10 years ago
Jordi Boggiano eadc167b12 Fix BC layer for events 10 years ago
Jordi Boggiano 82b7fdf4c1 Add BC for Script\Event instances, fixes #3811 10 years ago
Jordi Boggiano b098a2fdde Fix clear cache when a dir does not exist, fixes #3810 10 years ago
Hugo Fonseca fe2b2e651a Added php7 to travis 10 years ago
Jordi Boggiano 664202e767 Merge pull request #3804 from legoktm/nocheckpublish
Add --no-check-publish option to "composer validate"
10 years ago
Kunal Mehta 05e196893b Add --no-check-publish option to "composer validate"
This is useful when you want to use composer to manage dependencies, but
don't actually want your project to be installable as a composer package.

Any issues that would prevent publishing are still shown, but as a warning
instead of an error.
10 years ago
Jordi Boggiano d5feea83b6 Sync up diagnose command with the installer 10 years ago
Jordi Boggiano 45b1f356c2 Add debug output when a plugin is loaded 10 years ago
Jordi Boggiano c7b0628d93 Fix tests 10 years ago
Jordi Boggiano 4d665f59b0 Create lock if we only have platform dependencies 10 years ago
Steve Buzonas bf08b6eb90 add support for package based install type preferences 10 years ago
Steve Buzonas 484c04b5e5 update repository manager tests to use data provider and test for exception case 10 years ago
Jordi Boggiano e5985a9b55 Merge pull request #3778 from edhgoose/patch-1
Fix reference to getIO as per #3777
10 years ago
Jordi Boggiano 2eb69f120e Move check to follow the previous code change 10 years ago
Jordi Boggiano 0c775e997e Fallback to https directly if ssh proto is disabled on github private repos, fixes #2786 10 years ago
Edward Hartwell Goose bcb5e479b7 Fix reference to getIO as per #3777 10 years ago
Jordi Boggiano e0ce559838 Merge remote-tracking branch 'alcohol/write-errors-to-stderr'
Conflicts:
	src/Composer/Command/LicensesCommand.php
10 years ago
Jordi Boggiano c573ae5781 Add missing LICENSE files from dependencies, fixes #3776 10 years ago
Jordi Boggiano ad40dbf941 Merge remote-tracking branch 'origin/master' 10 years ago
Jordi Boggiano 182cfbc249 Merge remote-tracking branch 'SofHad/licenses'
Conflicts:
	src/Composer/Command/LicensesCommand.php
10 years ago
Jordi Boggiano 475c84d4b1 Merge pull request #3775 from rantonmattei/patch-1
VCS section: add requirements for the branch name
10 years ago
Raphael Antonmattei 7b635f835d VCS section: add requirements for the branch name
If you want to use a custom branch in your requirements in your `composer.json`, that branch must be prefixed with "dev-" or you'll get an error:
```sh
[UnexpectedValueException]
  Could not parse version constraint some-branch: Invalid version string "some-branch".
```

It took me a while to find that info, so I figured I'd rather edit the doc.
Let me know.
10 years ago
Jordi Boggiano 3ba581f0df Improve error messages for required hhvm/php versions, fixes #3767 10 years ago
Jordi Boggiano 2426788cdc Merge pull request #3774 from xabbuh/update-table
remove unused method argument
10 years ago
Jordi Boggiano c2f2ddfa5c Merge remote-tracking branch 'GromNaN/prophecy'
Conflicts:
	composer.lock
10 years ago
Christian Flothmann fa3ea2a626 remove unused method argument
Unlike the `TableHelper`, the `render()` method of the `Table` class
does not make use of an `$output` argument. The actual `OutputInterface`
to send the table to is passed in the constructor instead.
10 years ago
Rob Bast 3d329622d7 overwrite -> overwriteError 10 years ago
Rob Bast 3c7a617753 overwriteError + ask[X]() to stderr 10 years ago
Rob Bast ec434e4576 Formatting only 10 years ago
Rob Bast cb336a5416 Implement writeError throughout Composer 10 years ago
Jordi Boggiano 84d4594278 Merge remote-tracking branch 'alcohol/update-tablehelper-to-table' 10 years ago
Jordi Boggiano 0b4a9235f4 CS fixes 10 years ago
Jordi Boggiano 3cff4a3bb9 Check for homepages in local repo first if available to make the home command faster 10 years ago
Jordi Boggiano 01476214da Tweak satis/toran/packagist docs 10 years ago
Jordi Boggiano c291b07abd Merge pull request #3764 from alcohol/retry-slow-test
retry slow test if timeout occurs
10 years ago