3856 Commits (b62fa2bc1c9cf74e0b227118fa583ebde8358151)
 

Author SHA1 Message Date
Chris Smith c0316aa957 Capture output, stopping errors showing up if p4 is not available 11 years ago
Chris Smith a892e6a3bd Pass IO instance to ProcessExecutor for logging 11 years ago
Chris Smith d348dd44cd Fix URL sanitisation regexp being too greedy 11 years ago
Jordi Boggiano d1c166eb26 Merge pull request #2399 from wouter90/subversion
Fix authentication issue with subversion 1.8
11 years ago
Wouter Wolters 97d52968ab Fix authentication issue with subversion 1.8 11 years ago
Jordi Boggiano e243b4edd1 Merge pull request #2397 from smaftoul/patch-1
Retry on some 5xx errors
11 years ago
smaftoul 0959d8f134 Retry on some 5xx errors
`composer install` gives me some intermittent 502 errors on github. Composer already does some retries. I think, on 502, 503 and 504, we should retry.
11 years ago
Jordi Boggiano 8398c9f2ab Fix target-dir update checks, fixes #2395 11 years ago
Jordi Boggiano d3ff302194 Merge pull request #2375 from gena01/github-ee
Fixing #728 Adding basic support for Github Enterprise
11 years ago
Jordi Boggiano 0a3df27403 Remove dead code, fixes #2363 11 years ago
Jordi Boggiano af91b19f5e Merge pull request #2386 from cebe/allow-file-url
added support for file:// url to repository
11 years ago
Jordi Boggiano d11bb86778 Merge pull request #2387 from dyferencjal/inconsistent-io-interface
changes size of the line default value
11 years ago
Paweł Małolepszy 30502f1cb4 changes size of the line default value 11 years ago
Carsten Brandt f538acc4b0 added support for file:// url to repository
file:// is valid url even if it does not define a host.

allows to define a repo like this (local directory generated with
composer/satis):

```json
{
	"repositories": [ { "type": "composer", "url": "file:///home/cebe/dev/jescali/xeno-core/core/repo" } ],
	"require": {
        ...
	}
}
```
11 years ago
Gennady Feldman e5045ce215 Per request from Jordi Boggiano (Seldaek) making Config 2nd parameter in supports() 11 years ago
Jordi Boggiano c849f7d05d Merge pull request #2376 from epeay/patch-1
Update 05-repositories.md
11 years ago
Elliott Peay c14e277476 Update 05-repositories.md
Typo, which is best addressed as a small rewrite.
11 years ago
Gennady Feldman 93ebfd54b1 Adding Config as parameter to the Driver::supports(), updating all drivers, user and tests. 11 years ago
Gennady Feldman d8dbcab710 Refactoring my code to use a protected function to generate API Url. 11 years ago
Gennady Feldman 6419266ea3 Validate the originUrl against the list of 'github-domains' from the config. 11 years ago
Gennady Feldman a4d7fc138a Fixing broken unit test. 11 years ago
Gennady Feldman e78499d28d First working version of GitHub Enterprise API. 11 years ago
Gennady Feldman f8376a5b34 Updating ConfigCommand so that we can set github-domains from the command line. 11 years ago
Jordi Boggiano 7148b22414 Add github-domains config value for GitHub Enterprise setups, fixes #728
Signed-off-by: Gennady Feldman <gena01@gmail.com>
11 years ago
Jordi Boggiano 50fbfe4d63 Filesystem/autoload fixes for windows, refs #2304, #2342, #2365 11 years ago
Jordi Boggiano a2a70380c1 Merge pull request #2351 from Leftbrained/feature/remove-slashes-from-package-archive-filename
Remove slashes from package archive filename
11 years ago
Jordi Boggiano 86831502c0 Merge pull request #2350 from metric152/master
Update 00-intro.md
11 years ago
ernest leitch ebece5a3b9 Update 00-intro.md
Updated spelling
11 years ago
Chris Testroet 2a8eb9df34 Remove slashes from package archive filename 11 years ago
ernest leitch 1e4ace764d Update 00-intro.md
Added note to help install PHP via brew if it's missing.
11 years ago
Jordi Boggiano f5df1d6a9b Fix cs 11 years ago
Jordi Boggiano 4603e43712 Merge pull request #2349 from giggsey/patch-1
Fix code formatting introduced by PR #2333
11 years ago
Joshua Gigg c4818e5cb4 Fix code formatting introduced by PR #2333 11 years ago
Jordi Boggiano e2671b6510 Add test and fix patch for #2304, refs #2341 11 years ago
Jordi Boggiano 17886c3b2e Merge remote-tracking branch 'hason/windows' 11 years ago
Jordi Boggiano bfc234574f Merge pull request #2347 from Magnetic-coop/fix_2346
Change date format when getting log from mercurial
11 years ago
Sebastian Schawohl 4198688f54 Change date format when getting log from mercurial
Use rfc3339date format instead of rfc822date to avoid exceptions from
DateTime constructor because of localized dates.

fix #2346
11 years ago
Jordi Boggiano efb41d467e Skip redirect to URL lines in svn output, fixes #2338 11 years ago
Jordi Boggiano 08243ce2e3 Fix handling of urlencoded user and password in proxy urls, fixes #2339 11 years ago
Jordi Boggiano f1fd9cbd01 Merge pull request #2345 from vuhl/master
Update to fix issue with multiple perforce repositories
11 years ago
Jordi Boggiano 3dd3233e20 Clarify tag docs, fixes #2343 11 years ago
mwhittom 0c5f4d9860 Update to fix issue with multiple perforce repositories 11 years ago
Martin Hasoň 9df65ee4c8 Fixed filesystem issue on windows 11 years ago
Jordi Boggiano 34dd0e2850 Add new config option to json schema 11 years ago
Jordi Boggiano 5e160c0f9e Merge pull request #2333 from giggsey/patch-1
Add documentation for resolve-dependencies
11 years ago
Jordi Boggiano 7cfeccb101 Merge pull request #2327 from pl-github/with-dependencies
Change dependency processing for update with whitelisted packages
11 years ago
Jordi Boggiano 7f03fad391 Revert "Code cleanup, refs #2316"
This reverts commit 6e3cfb5fea.
11 years ago
Jordi Boggiano 28abb08da8 Move homebrew docs to the docs 11 years ago
Jordi Boggiano f220da8065 Merge pull request #2322 from s-e/patch-1
added warning about referencing dependencies in pre-install and pre-update
11 years ago
Jordi Boggiano 6e3cfb5fea Code cleanup, refs #2316 11 years ago