Mark Clements
efe16ce11a
Fixed the install script, which bails-out with an error if the PHPCI path contains spaces.
...
This occurs commonly on Windows, but from my reading of the code it would also be a problem on other platforms if spaces were present (though this is less likely, due to different naming conventions).
It has been fixed by using escapeshellarg() on both of the paths used in the command.
Fixes #698 , which I've just noticed has a similar solution suggested in one of the comments, but was closed without anyone actually implementing it.
2015-03-02 22:49:22 +00:00
Dan Cryer
6fd67d6dd6
Fixing final PHPCS error.
2015-02-26 08:48:40 +00:00
Dan Cryer
e7a270f60a
Fixing PHPCS errors.
2015-02-26 08:45:42 +00:00
Dan Cryer
74565282a8
Hopefully fixing a bug where reporting errors back to Github causes an infinite loop.
2015-02-26 08:31:58 +00:00
Dan Cryer
ae95ead53b
Updating dependencies.
2015-02-26 08:08:45 +00:00
Dan Cryer
a7a56f92b6
Updating basic Dockerfile.
2015-02-26 08:08:12 +00:00
Dan Cryer
820d3831b8
Updating Settings Controller to use the configured config file, rather than assuming config.yml
2015-02-25 14:18:05 +00:00
Dan Cryer
e63a3c2a86
Fixing comparison where commit ID is Manual.
...
Fixes #823
2015-02-25 14:13:31 +00:00
Dan Cryer
8268a4b978
Fixing dates: Stop all dates from appearing as the current date/time. Fixes #820
2015-02-25 10:33:11 +00:00
Dan Cryer
f7f50e85eb
Updating the UpdateCommand to check for a config key rather than a specific file.
2015-02-25 09:36:50 +00:00
zviryatko
f5c585bacf
Fix username style in user panel block.
2015-02-24 10:01:36 +02:00
Dan Cryer
ac316c0192
Updating changelog.
2015-02-23 19:45:33 +00:00
Dan Cryer
f1f1acc18d
Adding changelog.
2015-02-23 19:40:31 +00:00
Alex Davyskiba
36b39bfc0d
Allow projects to be archived.
...
Closes #771
2015-02-23 19:37:11 +00:00
Dan Cryer
edd26d12be
Add support for Mercurial SSH-based clones.
2015-02-23 16:17:46 +00:00
nonlux
8177d6742e
Set the CommandExecutor buildPath property when a build is created.
...
Closes #556
2015-02-23 14:42:04 +00:00
Adirelle
f28d72fb64
Email plugin: use "default_mailto_address" as a fallback only.
...
Closes #730
2015-02-23 14:16:35 +00:00
Matthew Leffler
a1dcba93db
Convert tapString to UTF-8, allowing UTF8 output from PHPUnit, etc.
...
Closes #738
2015-02-23 14:15:11 +00:00
Daniel Seif
e7d9d19368
Fixed settings handling for symlink creation in local build
...
Closes #766
2015-02-23 14:07:42 +00:00
Àlex Corretgé
18e263a8ad
Fix the problem when executing Phing out of the build dir.
...
Closes #778
Closes #748
2015-02-23 13:53:38 +00:00
Lee Willis
99446b56f5
Make SSH key generation more robust.
...
Do not try and predict whether we will be able to create a key. Instead
try and create one and capture failure if it happens.
Closes #803
2015-02-23 13:49:29 +00:00
Dmitry Khomutov
c669fd0797
Updated lang.ru file
...
Closes #807
2015-02-23 13:47:16 +00:00
Leszek
f2fa61efef
Update lang.pl.php
...
Closes #810
2015-02-23 13:46:41 +00:00
Dan Cryer
c914a25ff2
Adding support for commenting on Github diffs.
2015-02-23 13:40:34 +00:00
Dan Cryer
87abe2c712
Slight cleanup to please PHPMD.
2015-02-20 14:24:37 +00:00
Dzhilkibaev Nadir
7756066050
Add SVN support to PHPCI.
...
Closes #759
2015-02-20 14:14:36 +00:00
James Inman
2ed0611418
Adding output support to Behat plugin.
2015-02-20 13:38:42 +00:00
Dan Cryer
180edfdd21
Update session cookie to last 12 hours.
2015-02-20 13:11:31 +00:00
Dan Cryer
faac320e59
Merge branch 'master' of github.com:Block8/PHPCI
2015-02-20 12:46:50 +00:00
Dan Cryer
98fa3ce334
Setup plugin failure should cease execution. Fixes #797
2015-02-20 12:46:43 +00:00
James Inman
2a5b0bc887
Fix missing return statement in Technical Debt.
2015-02-19 13:37:35 +00:00
Jon Gotlin
6401ee7770
Create admin command cleanup
2015-02-19 07:31:00 +01:00
James Inman
b233bf7bd4
Fixing Technical Debt error message.
2015-02-18 14:56:04 +00:00
James Inman
58620d9384
PHPCS/PHPMD fixes for Technical Debt plugin.
2015-02-18 14:44:04 +00:00
James Inman
181d7b4b15
PHPCS/DocBlock fixes to Technical Debt plugin.
2015-02-18 14:15:59 +00:00
James Inman
6be867a517
Adding Technical Debt plugin.
2015-02-18 14:07:26 +00:00
Daniel Wolkenhauer
8ba9738add
Fatal error: Call to undefined method PHPCI\Helper\Email::setIsHtml() in ../Email.php on line 107
2015-02-16 18:51:05 +01:00
Tobias van Beek
24590265a5
Render the public key on the project edit page. CLose #722 done by @leewillis77
2015-02-16 15:00:37 +01:00
Marco Vito Moscaritolo
9cc7a0477a
Fixed test that use genreated mail to see information.
2015-02-16 14:55:40 +01:00
Marco Vito Moscaritolo
9874f342d4
Fixed typo.
2015-02-16 14:55:20 +01:00
Marco Vito Moscaritolo
5894d2e772
Update loader config for test.
2015-02-16 14:55:17 +01:00
Marco Vito Moscaritolo
cceef5c142
Fixed config path for tests.
2015-02-16 14:54:41 +01:00
Marco Vito Moscaritolo
687c4edc8d
Remove unused code.
2015-02-16 14:54:41 +01:00
Marco Vito Moscaritolo
06e7b9f2f6
Fixed code in CC mails.
2015-02-16 14:54:41 +01:00
Marco Vito Moscaritolo
2f4da4aa88
Fixed CS.
2015-02-16 14:54:41 +01:00
Marco Vito Moscaritolo
57a2e92ef5
Added more test case to validate subject, body, status code and mails on messages.
2015-02-16 14:54:38 +01:00
Marco Vito Moscaritolo
f752962202
Use more consistent project name loader to compose mail.
2015-02-16 14:52:48 +01:00
Marco Vito Moscaritolo
0e8ea5fe18
Added project mocking to allow using mail template on successfull build.
2015-02-16 14:52:45 +01:00
Marco Vito Moscaritolo
76086627e9
Remove unrequire parameters on constructur and fixed error on phpdoc.
2015-02-16 14:51:18 +01:00
Marco Vito Moscaritolo
3567742dcf
Refactor on mail sending to use Email helper and specific tempalte for successfull build.
2015-02-16 14:51:14 +01:00