Ken Marfilla
3e6c8caae7
rm vcs repo target dir before install
2012-03-06 21:42:17 +08:00
Jordi Boggiano
5b42f99441
fix LICENSE hack in compile script
2012-03-06 08:44:41 +01:00
Jordi Boggiano
5c320238ae
Update compiler, fixes #386
2012-03-05 23:33:31 +01:00
Jordi Boggiano
82dd1c1f7f
Add relaxed schema for application packages that do not need to be distributed
2012-03-05 23:24:59 +01:00
Jordi Boggiano
bd54e43d37
Rework JsonFile API slightly, avoid tokenizing in php if the syntax is valid
2012-03-05 22:01:47 +01:00
Jordi Boggiano
07a82c9223
Merge remote-tracking branch 'digitalkaoz/json_schema_validator'
2012-03-05 20:08:18 +01:00
Jordi Boggiano
774e9d0da6
Remove dependency on filter_var
2012-03-05 15:13:07 +01:00
Jordi Boggiano
9bcea6f485
Merge remote-tracking branch 'hason/filedownloader'
2012-03-05 13:53:56 +01:00
Martin Hasoň
303dae7968
Fixed typos and bugs in the RemoteFilesystem class
2012-03-05 11:28:23 +01:00
Beau Simensen
bc4e06424e
Use tag as package version if built off of a tag
2012-03-04 10:04:02 -08:00
Nils Adermann
6de46a16e6
Merge pull request #381 from hason/version
...
Added isDev method to the VersionParser class
2012-03-04 04:37:48 -08:00
Nils Adermann
c70fcb3f9c
Merge pull request #376 from davedevelopment/show-failed-git-command-output
...
Add stderr to exceptions for GitDownloader
2012-03-04 04:36:48 -08:00
Andrew Cobby
2451336284
Fixed syntax error in example code in header comment
2012-03-04 16:38:11 +11:00
Martin Hasoň
736ea800e3
Added isDev method to the VersionParser class
2012-03-03 19:49:24 +01:00
Jordi Boggiano
30f612f672
Fix undef variable in search, fixes #374
2012-02-29 21:03:48 +01:00
Jordi Boggiano
5d414436ba
Avoid phpunit process-isolation errors with the autoload closure
2012-02-29 17:24:17 +01:00
Dave Marshall
cb3548c64c
Reset the errorOutput before attempting to run command
2012-02-29 13:32:08 +00:00
Dave Marshall
c2421db7d9
Add stderr to exceptions for GitDownloader
2012-02-29 11:05:25 +00:00
Martin Hasoň
f026e2a0eb
Added tests for FileDownloader and ArchiveDownloader
2012-02-28 11:59:18 +01:00
Martin Hasoň
1f43f915da
Removed copy/paste code
2012-02-28 09:21:43 +01:00
Martin Hasoň
f1618df349
Added downloader for simple files and refactor FileDownloader into ArchiveDownloader
2012-02-28 09:21:42 +01:00
Jordi Boggiano
0e6cf61b67
Avoid showing duplicates versions
2012-02-27 15:32:45 +01:00
Jordi Boggiano
f999285926
Avoid duplicating self.version requirements
2012-02-27 14:10:37 +01:00
Jordi Boggiano
8ba76fe6d2
Boost default timeout to 5min
2012-02-27 11:35:26 +01:00
Jordi Boggiano
e26f7f5ec4
Fix syntax error
2012-02-27 10:03:38 +01:00
Martin Hasoň
9b03b7e915
Added config directive 'process-timeout'
2012-02-27 07:07:10 +01:00
Jordi Boggiano
35aa82ada8
Prevent multiple replaces of a same package to be skipped when the first fails to match
2012-02-26 22:21:32 +01:00
Jordi Boggiano
c425b8b6cb
Prevent a package from having duplicate names
2012-02-26 22:20:10 +01:00
Jordi Boggiano
d03fb4804c
Fix local repo detection
2012-02-25 04:18:23 +01:00
Jordi Boggiano
ca8845f44f
Fix toString of aliases
2012-02-25 04:18:10 +01:00
Nils Adermann
a04f44a4f1
Merge pull request #359 from Seldaek/branch-alias
...
[WIP] Branch aliases support
2012-02-24 18:00:44 -08:00
Jordi Boggiano
0b7ee194c6
Remove persistence of alias data, make abstract branch aliasing and keep it in composer only
2012-02-25 02:52:19 +01:00
Jordi Boggiano
773338a688
Fixes for SVN support, fixes #172
2012-02-24 10:18:24 +01:00
Jordi Boggiano
1bdab5c4c8
Add markers for leftover problems
2012-02-23 23:26:32 +01:00
Jordi Boggiano
1228c04984
Add support for extra.branch-alias config to remap master on 2.1.x for example
2012-02-23 23:26:31 +01:00
Jordi Boggiano
c0b18bddb9
Bugfixes in the local git repos handling
2012-02-23 23:22:45 +01:00
digitalkaoz
6929c42848
added schema/syntax validation for composer.json
2012-02-23 21:54:49 +01:00
Per Bernhardt
9a17899608
Although the tag "tip" does not provide a valid package version (see VersionParser), the implementation of HgDriver::getSource uses tip as the prefered label for the branch that tip is currently on.
...
This is not a problem at first hand because you can install a new package correctly with "tip" as source reference.
The problem is that any new revision on that branch won't lead to a new package, because the package will always refer to the same reference "tip".
Therefore you cannot update your project to the new version with "composer update".
2012-02-23 12:07:57 +01:00
Jordi Boggiano
2aa61292ae
Merge pull request #352 from naderman/positive-branch-levels
...
Levels are always > 0, negative level was just a hack in the C implementation
2012-02-22 07:23:43 -08:00
Nils Adermann
17f0730e51
Levels are always > 0, negative level was just a hack in the C implementation
...
Fixes #243
2012-02-22 16:20:08 +01:00
Nils Adermann
73d7528f5f
Merge pull request #342 from mikey179/git-error-handling
...
Git error handling
2012-02-22 06:15:00 -08:00
Jordi Boggiano
0daa6c2dc9
Force dates to be UTC
2012-02-22 12:46:54 +01:00
Nils Adermann
85a07affd7
Merge pull request #350 from Seldaek/aliasing
...
Aliasing
2012-02-22 02:48:49 -08:00
Jordi Boggiano
956b54e516
Use policy rule instead of stacking up another repo to prioritize aliased packages
2012-02-22 09:40:05 +01:00
Jordi Boggiano
59d2b1145c
Add lock file alias support and a bunch of fixes
2012-02-21 16:44:49 +01:00
Jordi Boggiano
f9fc9695e9
Wrap the package in an aliased package instead of replacing
2012-02-21 15:32:45 +01:00
Jordi Boggiano
82054f2060
Add aliasing: `foo as bar` will require foo and automatically make it replace the bar version
2012-02-21 14:03:24 +01:00
Jordi Boggiano
5eb333680b
Rename findPackagesByName to findPackages and allow version arg
2012-02-21 14:02:08 +01:00
Jordi Boggiano
afbb9cefa4
Adjust version parser so it persists self.version references
2012-02-21 11:58:17 +01:00
Martin Hasoň
56c0e511da
Added support for change the process timeout
2012-02-21 08:59:52 +01:00