Jérôme Tamarelle
|
d200481037
Fix tmp dir for HgDriver
|
před 13 roky |
Jerome Tamarelle
|
da823f5f19
Store vcs repositories in composer home to prevent permission issues
|
před 13 roky |
Jerome Tamarelle
|
949728f812
Remove redundant __contruct from VcsDriver implementations and move init code to initialize method
|
před 13 roky |
Jordi Boggiano
|
6d5b4d606c
Add warning in verbose mode if drivers can not be used because of missing openssl
|
před 13 roky |
Jordi Boggiano
|
3e22084ea4
Overhaul VcsDrivers, introduce TransportException for remote filesystem errors
|
před 13 roky |
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.
|
před 13 roky |
Jordi Boggiano
|
e2199b2b03
Fixed automatic date parsing of versions
|
před 13 roky |
Brian Clozel
|
23d85f1900
fix typo
|
před 13 roky |
Brian Clozel
|
33a0ba69de
fix issue #251 - Using $this not in object context
|
před 13 roky |
Jordi Boggiano
|
702d415472
Fix usage of the ProcessExecutor
|
před 13 roky |
Jordi Boggiano
|
e218b811e0
Convert static Process into an executor that can be injected
|
před 13 roky |
Jordi Boggiano
|
6492118f29
Merge remote-tracking branch 'francoispluchino/master'
|
před 13 roky |
François Pluchino
|
a10f92aafe
Convert Wrapper class to ConsoleIO class
|
před 13 roky |
François Pluchino
|
9af46ad800
Add Helper Wrapper
|
před 13 roky |
François Pluchino
|
013d145bcd
Add InputInterface and OutputInterface
|
před 13 roky |
François Pluchino
|
fa793649fa
Add a VcsDriver abstract class.
|
před 13 roky |
digitalkaoz
|
897ff9126d
seperate class for Process, using this one all over the place
|
před 13 roky |
digitalkaoz
|
a15567cea6
make use of process component fixes #105
|
před 13 roky |
Per Bernhardt
|
df5da58b87
Made HgDriver work on Ubuntu
|
před 14 roky |
root
|
399a406018
Fixed notices for edge cases.
|
před 14 roky |
Per Bernhardt
|
2fc49aa88b
Stop hg from parsing project's repository information while installing dependencies from source (HgDownloader) or initializing a VcsRepository (HgDriver).
|
před 14 roky |
Per Bernhardt
|
d78548cbf9
Added mercurial's "default" branch as a valid dev version (same as master / trunk).
|
před 14 roky |
Per Bernhardt
|
f74dafc08c
Fixed root identifier: Use global hash instead of local revision
|
před 14 roky |
Matthias Pigulla
|
ebbc807de0
Fix whitespaces and add strict return code checking
|
před 14 roky |
Matthias Pigulla
|
8ab60b7030
Still did not get it right
|
před 14 roky |
Matthias Pigulla
|
7cdb8b6b3b
Some changes as suggested in the pr
|
před 14 roky |
Matthias Pigulla
|
2fc8e06d81
hg repos must not be hosted somewhere in particular, but detection may become expensive.
|
před 14 roky |
Per Bernhardt
|
38198a5f36
Fixed blank lines.
|
před 14 roky |
Per Bernhardt
|
3e5fd85768
Fixed CS and unused variables
|
před 14 roky |
Per Bernhardt
|
ee4d4ee3fa
Added HgDriver for the VcsRepository
|
před 14 roky |