Posted by proofek on November 22, 2010
I have received a lot of positive feedback after my The Journey towards Continuous Integration talk at PHP NW 2010 conference. It seems that a lot of people have found it both interesting and inspiring. I am really glad. After the talk many people asked me about Sonar which I briefly mentioned and were eager [...]
Posted by proofek on August 10, 2010
I am pleased to announce that new version of phpUnderControl is out. You can install it through its pear channel: proofek@home:~$ sudo pear channel-discover pear.phpundercontrol.org Adding Channel “pear.phpundercontrol.org” succeeded Discovery of channel “pear.phpundercontrol.org” succeeded proofek@home:~$ sudo pear install –alldeps phpuc/phpUnderControl-0.6.0 downloading phpUnderControl-0.6.0.tgz … Starting to download phpUnderControl-0.6.0.tgz (545,857 bytes) ……………………………………………………………………………………………….done: 545,857 bytes install ok: channel://pear.phpundercontrol.org/phpUnderControl-0.6.0 [...]
Posted by proofek on March 2, 2010
The newest version of phpUnderControl has now basic support for PHP_Depend. With PHPUnit deprecating support for metrics, it’s just about the time to switch. And it’s not as complicated as it might sound. First of all you need to install PHP_Depend. Using pear it’s the easiest and quickest way to do it. If you haven’t [...]
Posted by proofek on January 13, 2010
I recently upgraded our buildbox to phpUnderControl 0.5.0 being really curious about new CodeBrowser feature. And indeed CodeBrowser addon is really cool (see Manuel Pichler announcement on his site for details), but after the upgrade I found Metrics tab broken. Instead of nice shiny graphs it showed me Java exception like this: It took me [...]