php-censor/src/PHPCensor
2018-03-09 13:46:16 +07:00
..
Command Added global application config (config.yml) option 2018-03-08 01:31:25 +07:00
Console Added PHP Censor logo and version to console and web interfaces. 2018-01-27 17:15:50 +07:00
Controller Fixed BuildFactory::getBuildById. Issue #162. 2018-03-08 23:20:05 +07:00
Helper Replaced func_get_args() by ...$params (PHP 5.6+). 2018-03-09 13:46:16 +07:00
Languages Fixes for project type (git, github, gogs etc.). Issue #162. 2018-03-08 15:54:19 +07:00
Logging Now builds artifacts remove when remove build and project. Issue #107. 2018-03-07 22:21:57 +07:00
Migrations Renamed projects types and build classes: 'remote'/RemoteGitBuild to 2018-02-28 10:02:55 +07:00
Model Fixed exception on empty Build::create_date. Issue #162. 2018-03-08 23:32:43 +07:00
Plugin Added global application config (config.yml) option 2018-03-08 01:31:25 +07:00
ProcessControl Code style fixes. 2017-11-08 20:45:18 +07:00
Security/Authentication Code style fixes. 2017-11-08 20:45:18 +07:00
Service Added global application config (config.yml) option 2018-03-08 01:31:25 +07:00
Store Added tests for the Store (MySQL and PostgreSQL). 2018-03-01 19:47:34 +07:00
View Fixes for project type (git, github, gogs etc.). Issue #162. 2018-03-08 15:54:19 +07:00
Worker Fixed BuildFactory::getBuildById. Issue #162. 2018-03-08 23:20:05 +07:00
Application.php Added tests for the Store (MySQL and PostgreSQL). 2018-03-01 19:47:34 +07:00
Builder.php Replaced func_get_args() by ...$params (PHP 5.6+). 2018-03-09 13:46:16 +07:00
BuilderException.php Code style fixes. 2017-11-08 20:45:18 +07:00
BuildFactory.php Fixed BuildFactory::getBuildById. Issue #162. 2018-03-08 23:20:05 +07:00
Controller.php Removed User model from $_SESSION. 2018-02-21 10:46:57 +07:00
Model.php Code style fixes. 2017-11-08 20:45:18 +07:00
Plugin.php Code style fixes + more tests for invalid UTF-8 log. 2018-02-04 13:20:46 +07:00
Store.php Code style fixes. 2017-11-08 20:45:18 +07:00
View.php Small fixes. 2018-02-23 23:05:06 +07:00
ZeroConfigPluginInterface.php Code style fixes. 2017-11-08 20:45:18 +07:00