Commit graph

605 commits

Author SHA1 Message Date
Dmitry Khomutov
581d2bc26c Fixed log pathes 2014-03-20 22:33:25 +07:00
Dmitry Khomutov
1feb6d2ef6 Improved error/exception handler and logging 2014-03-20 22:28:01 +07:00
Dmitry Khomutov
a4b33b97d9 Added simple error/exception handler and logging 2014-03-18 01:10:47 +07:00
Dmitry Khomutov
58c565417e Windows fixes 2014-03-15 13:01:41 +07:00
Dmitry Khomutov
ca13b65022 Change 'cp' command to 'copy' for windows 2014-03-14 00:06:59 +07:00
Dmitry Khomutov
b27d9f55f3 Merge branch 'master' of github.com:Block8/PHPCI 2014-03-13 23:50:13 +07:00
Dmitry Khomutov
d0f6d295a1 Fixed 'cd' command for windows 2014-03-13 00:37:57 +07:00
Dan Cryer
cf43a20c86 Merge pull request #299 from corpsee/master
A few minor fixes
2014-03-12 17:08:36 +00:00
Dmitry Khomutov
e3ff9d405a Fixed git checkout for commitId = 'Manual' 2014-03-13 00:05:54 +07:00
Dmitry Khomutov
73d29c83e0 Fixed CommitId link 2014-03-13 00:05:53 +07:00
steve.brazier
b1bc6f6db3 format tidy up of buildPluginFactory() 2014-03-10 12:28:42 +00:00
steve.brazier
96319f52c2 Psr\Log\LoggerInterface to the types that the plugin factory supplies by default. 2014-03-10 12:27:17 +00:00
steve.brazier
fe7805a5a6 Add debug logging to findBinary() 2014-03-10 12:12:38 +00:00
Steve B
c84d9ad36a Merge pull request #295 from corpsee/master
Fixes for windows
2014-03-10 09:49:47 +00:00
Dmitry Khomutov
4c3645dbf2 Fixed unittests on windows 2014-03-09 01:46:03 +07:00
Dmitry Khomutov
7307866d24 Added phpunit config/bootstrap files for autostart all tests 2014-03-09 01:44:54 +07:00
Dmitry Khomutov
9c6073c495 Fixed composer plugin for using on Windows 2014-03-09 00:30:32 +07:00
Dmitry Khomutov
1497f96b01 Fixed findBinary function for windows (which -> where) 2014-03-09 00:30:00 +07:00
Steve B
d8a4273f01 Merge pull request #294 from okinaka/fix-daemonise
Fix daemonise
2014-03-07 06:48:35 +00:00
OKINAKA Kenshin
6a79bcea60 Fix daemonise 2014-03-07 11:06:17 +09:00
Steve B
515100d0da Merge pull request #286 from wahler/issue-285
Use PHP 5.3 compatible array syntax
2014-03-03 17:15:50 +00:00
Christian Wahler
2290e37b97 Use PHP 5.3 compatible array syntax 2014-03-03 18:10:33 +01:00
Dan Cryer
10dc3eedbb Fixing rebuild 2014-02-27 10:57:04 +00:00
Dan Cryer
b4c931be6b Adding committer email to build view 2014-02-26 15:33:11 +00:00
Dan Cryer
192fa20284 Fixing getAccessInformation() 2014-02-26 15:23:24 +00:00
Dan Cryer
48a8c8b89a Merge branch 'master' of github.com:Block8/PHPCI 2014-02-26 15:18:54 +00:00
Dan Cryer
ac0bac111a Fixing getAccessInformation() 2014-02-26 15:18:46 +00:00
Dan Cryer
cd86668248 Update phpci.yml 2014-02-26 11:12:21 +00:00
Steve B
3370240242 Merge pull request #267 from meadsteve/plugin-discovery
RFC: Plugin discovery
2014-02-25 22:43:38 +00:00
Steve B
4b41b99664 Merge pull request #277 from meadsteve/fixes
Fixes
2014-02-25 22:41:54 +00:00
meadsteve
06625513d2 update email tests now that cc can be specified. 2014-02-25 22:39:37 +00:00
meadsteve
2b93fe0c94 add getProjectTitle convenience method to the Build class. 2014-02-25 22:36:20 +00:00
meadsteve
aa33a8761e update PluginController to use PHPCI plugin directory as well as composer to get information about installed plugins. 2014-02-25 22:22:32 +00:00
meadsteve
28fc30682b add FilesPluginInformation class to retrieve plugins contained with a directory. 2014-02-25 20:52:19 +00:00
meadsteve
dd5ff7a835 Extract interface for InstalledPluginInformation 2014-02-25 19:40:00 +00:00
meadsteve
6b2d0aebf1 rename LoadedPluginInformation to ComposerPluginInformation. 2014-02-25 19:33:00 +00:00
meadsteve
1f42741623 Merge branch 'master' of https://github.com/Block8/PHPCI into plugin-discovery 2014-02-25 19:26:25 +00:00
Dan Cryer
4d5f4b44b7 Fixing BuildInterpolator bug 2014-02-25 17:00:18 +00:00
Dan Cryer
0193f07de2 Making commit links work throughout the UI 2014-02-25 17:00:05 +00:00
Dan Cryer
d2d966ee69 Fixing bug in Builder related to the new PHPCI\Store 2014-02-25 16:59:28 +00:00
Dan Cryer
eaec52b525 Adding commit message to Build 2014-02-25 16:43:06 +00:00
Dan Cryer
e888032bdf Updating Bitbucket to match Github and Gitlab in regards to building all payload commits instead of one per branch 2014-02-25 16:24:51 +00:00
Dan Cryer
a0cfd64709 Enabling emails for PHPCI build failures 2014-02-25 16:05:04 +00:00
Dan Cryer
33c7312f8e Merge branch 'master' of github.com:Block8/PHPCI 2014-02-25 16:04:28 +00:00
Dan Cryer
6332863fe4 Enabling emails for PHPCI build failures 2014-02-25 16:04:20 +00:00
Dan Cryer
948d32110f Adding CC option to email plugin 2014-02-25 16:03:00 +00:00
Dan Cryer
079a567cf0 Update Codeception.php 2014-02-25 10:57:44 +00:00
Dan Cryer
572860dc02 Merge pull request #266 from lovec/master
Fixed: Array access for $config
2014-02-25 10:53:48 +00:00
Dan Cryer
d935c94041 Lots of clean up: Fixed remote git build to only checkout a commit if there is one, cleaned up logging to remove the logger cruft from the visible log and shortened paths within the log by removing the build directory, added a build-level exception handler to catch things like failed clones and so on. 2014-02-25 10:16:58 +00:00
Dan Cryer
a1f47ddfe1 Fixing Gitlab support 2014-02-25 09:47:09 +00:00