604 Commits (7131607ad1d251c790ce566119d647e008972aa5)

Author SHA1 Message Date
Jordi Boggiano 3ebc869060 Extract functionality from GitDownloader to make it more reusable 10 years ago
Jordi Boggiano e0886b94a2 Make Git::cleanEnv static 10 years ago
Jordi Boggiano 0c343f925a Clarify code 11 years ago
Jordi Boggiano 2a7a954f62 Handle multiple urls in package transport options 11 years ago
Jordi Boggiano b6981d09e8 Fix handling of origin url in composer repository class 11 years ago
Jordi Boggiano 31b787249c More fixes to mirror support 11 years ago
Jordi Boggiano 44e45ed2d5 Add support for lazy providers/proxies 11 years ago
Jordi Boggiano 77163f66fc Add support for mirrors in composer repos 11 years ago
Jordi Boggiano e707dcd92f Also load transport options in filesystem repositories to avoid loss from the installed repo, refs #2189 11 years ago
Jordi Boggiano faeb706de6 Handle alias packages properly, refs #2189 11 years ago
Jordi Boggiano 32cd883daa Rename options to transport-options, refs #2189 11 years ago
Jordi Boggiano 016a016455 Merge remote-tracking branch 'lcobucci/master'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
11 years ago
Jordi Boggiano eebffacd9f Use pagination to get tags/branches from the github API 11 years ago
schmkr 8dd6b052ce Updating SvnDriver trunk revision check
Not checking revision of composer.json, but from its parent directory.

See composer/composer#2849
11 years ago
Jordi Boggiano b437c1cc05 Support github auth directly in the RemoteFilesystem class 11 years ago
Jay 556aceeaaa Removing dist reference info from Artifact Repository
The getComposerInformation method adds dist information to package. This includes reference, which holds the name of the zip file. For e.g. "MyPackage-1.2.zip". 

Now, when using satis for hosting these packages, it uses the same code for archiving composer packages implemented at https://github.com/composer/composer/blob/master/src/Composer/Package/Archiver/ArchiveManager.php

In the implementation, getPackageFilename() adds the distReference info to the file name, which makes the zip file created at the end to be weird. Like "jay-logger-1.2-MyPackage-1.2.zip.tar". I am not sure if there is any other use of dist reference in Artifact Repository, but this would stop causing that issue.
11 years ago
Paul Tarjan ddec582ca1 use HHVM_VERSION
this one is better (they are the same)
11 years ago
Jordi Boggiano e7b82cdd88 Only check in require and for non-platform packages, add flag to make this warning optional, refs #2320 11 years ago
Alex Romanenko 5078d7c4fb Fix space in password for git auth 11 years ago
Jordi Boggiano 8e2b1c3e24 Merge pull request #2838 from timroberson/issue-2826
Add auth for private, non-GitHub repos (#2826)
11 years ago
Jordi Boggiano f233383de8 Merge pull request #2834 from vuhl/master
Fixing perforce driver/downloader bugs
11 years ago
Clark Stuth a12c4e2a17 Removed getWindowsFlag and setWindowsFlag methods from Perforce object. 11 years ago
Tim Roberson 1f70148884 Change elseif to if. 11 years ago
Clark Stuth 3a3661a0b3 removing dead code lines and excess comments 11 years ago
Tim Roberson db1e4b7574 Add auth for private, non-GitHub repos (#2826) 11 years ago
Jordi Boggiano c96dedd19c Merge pull request #2268 from schmkr/svnDriver-trunkPath-improvements
Improved the handling of trunkPath
11 years ago
Clark Stuth c11105dd60 Fixing bug not cleaning up workspaces. 11 years ago
Clark Stuth 492539101c got all unit tests passing 11 years ago
Clark Stuth 24dd42267f almost all unit tests passing after IOInterface dependency refactor. no longer passing IOInterface into any Perforce methods 11 years ago
Clark Stuth 0f7b078d6c added new dependency to Perforce object, updating some tests. 11 years ago
Nils Adermann b808ff5e28 Don't hardcode the URL to an https one either 11 years ago
Nils Adermann edfaf727e5 When using the github driver with no-api don't reset to an ssh url 11 years ago
Jordi Boggiano a612b2affe Merge remote-tracking branch 'naderman/download-failover' 11 years ago
Nils Adermann a80fde97d5 Make the github driver behave like git if "no-api" is specified. 11 years ago
Nils Adermann 35fbe3fd42 Download failover means we can now always try github zip urls for dist 11 years ago
Jordi Boggiano eb3384445b Merge pull request #2188 from Danack/GetRootComposerJson
Find root composer.json in zip artifact more reliably.
11 years ago
Danack 20a7dcd02c Added explanation of why loop continues. 11 years ago
Danack 24aba5b51f Moved file back to correct location. (+1 squashed commit)
Squashed commits:
[eec32aa] Updated detection to only allow composer.josn in root or first level dir.
11 years ago
Jordi Boggiano 432ace33d4 Clean up svn environment to fix OSX issues, fixes #2708, refs #2146 11 years ago
Luís Otávio Cobucci Oblonczyk 0f2c0ab389 Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/Composer/Downloader/FileDownloader.php
11 years ago
Pascal Borreli 2f4df9d459 Fixed typos 11 years ago
Glen Mailer 3620796b7d Ensure detected extensions have valid package names 11 years ago
Kim Laï Trinh 691f784f92 fix bug introduced in https://github.com/composer/composer/pull/2375 11 years ago
Jordi Boggiano 4e4fc257e6 Fix pear ctor, refs #2444 11 years ago
Jordi Boggiano 4fe35ae693 Fix vcs repo constructor, fixes #2444 11 years ago
Jérémy JOURDIN fbadc19bf6 Add preFileDownload event on package.json fetch 11 years ago
Matthias Pigulla f626f55f41 No need to create hg working copies just to parse tags/branches 11 years ago
Chris Smith a892e6a3bd Pass IO instance to ProcessExecutor for logging 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
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