Commit graph

1207 commits

Author SHA1 Message Date
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
Dan Cryer f919ff6265 Fixing other tests 2015-02-16 11:58:15 +00:00
Dan Cryer c2244c7835 Fixing install command tests. 2015-02-16 11:54:52 +00:00
Dan Cryer 5dc0f181cf Fixing base store docblocks. 2015-02-16 11:20:18 +00:00
Igor Timoshenko 808ae7725a Added Codeception UI plugin 2015-02-16 11:47:07 +01:00
Dan Cryer a84cde0cb5 Lots of cleanup. 2015-02-12 14:15:19 +00:00
Dan Cryer 9f93db9f35 Lots of cleanup. 2015-02-12 14:11:58 +00:00
Dan Cryer b6873d7d73 Fixes 2015-02-12 13:44:16 +00:00
Dan Cryer 379d2db547 Cleaning up permissions on a few files. 2015-02-12 13:42:07 +00:00
Dan Cryer 1cb6acd35a Adding a default robots.txt file. 2015-02-12 13:34:15 +00:00
Dan Cryer 7820ccdf9e Fixing FIXMEs 2015-02-12 13:30:32 +00:00
Dan Cryer b9407b70ff Cleanup 2015-02-12 13:20:08 +00:00
Dan Cryer 53273a0902 Fixing run-builds. 2015-02-12 13:17:50 +00:00
Dan Cryer fe2a029d1e Fixing some bugs related to the last round of changes. 2015-02-12 13:17:42 +00:00
Dan Cryer 89435423d9 Removing the now-unnecessary JSON.parse() call 2015-02-12 12:38:22 +00:00
Dan Cryer 2d5659d613 Cleaning up unnecessary use of 'die' and 'exit' 2015-02-12 12:37:56 +00:00
Dan Cryer 84b00e305e Fixing missing use statements 2015-02-12 11:42:09 +00:00
Dan Cryer c77ebd6c40 Getting rid of debug code 2015-02-12 11:41:58 +00:00
Dan Cryer f6719781e4 Fixing two particularly dodgy queries in BuildStore. 2015-02-12 11:38:00 +00:00
Dan Cryer e80f8ffaae Fixing issues related to LIMIT in Base Store files. 2015-02-12 11:08:45 +00:00
Dan Cryer 9d2005d8e8 Fixing SensioLabs Insight 'Critical' violations. 2015-02-12 10:39:41 +00:00
vigo5190 9b42e62088 Update Slack plugin to support the latest version of the library it relies on.
Closes #742
Closes #747
2015-02-09 12:14:30 +00:00
Lee Willis 6233dfa714 Redesigned build summary for the dashboard to include recent builds.
Closes #783
Closes #708
2015-02-09 11:34:25 +00:00
Luca ffe01df5b5 Some Italian language translation improvements.
Closes #784
2015-02-09 11:24:21 +00:00
Àlex Corretgé babc556a6f Allow modification of PHPCI variables without modifying versioned code.
Closes #786
Closes #781
2015-02-09 11:20:44 +00:00
Dan Cryer 3fdf4d26ad Make build log and meta value columns use MEDIUMTEXT data type.
Closes #777
2015-02-09 11:18:34 +00:00
Daniel Seif a061a73f55 Reset the status of a duplicated build to avoid strict-mode errors.
When using SQL strict mode, mysql would complain that no default value of the status column is set. Setting the status to 0 before duplicating fixes this.

Closes #725
2015-02-03 12:21:04 +00:00