php-censor icon indicating copy to clipboard operation
php-censor copied to clipboard

PHP Censor is an open source self-hosted continuous integration server for PHP projects.

Results 23 php-censor issues
Sort by recently updated
recently updated
newest added

It useful for legacy code. For exapmle: ```yaml test: php_code_sniffer: allowed_errors: last.errors_count ``` or ```yaml test: php_code_sniffer: fail_on: has_new_errors ```

priority:minor
type:feature
component:plugin

Create functional test for build (With checking build output for [typical test project](https://github.com/php-censor/php-censor-test)).

priority:minor
type:enhancement
component:common

Move to Symfony (v5) framework.

priority:minor
type:enhancement
component:common

I wish to always use the SSH protocol for every project. I am using an SSH key that is set in the user's home directory at `~/.ssh/` that allows git...

priority:normal
type:enhancement
component:build-source

Create independent common package with interfaces for plugins ( third-party). - [ ] Create Composer package for base plugin interface. (See[ draft](https://github.com/php-censor/common)). - [ ] Move some plugins to optional...

priority:minor
type:enhancement
component:plugin

Improve installation command by separating interactive installation from non-interactive: * By new non-interactive flag: ```bash # Interactive installation ./bin/console php-censor:install # Non-interactive installation ./bin/console php-censor:install --non-interactive --url='http://php-censor.local' --db-type=pgsql ... ```...

priority:minor
type:enhancement
component:command

## Expected behavior phpstan should not check files/folders defined as ignore ## Actual behavior ignore wasn't used ## Steps to reproduce See screenshots: ![20200724-0446 - Screenshot](https://user-images.githubusercontent.com/1553902/88356734-5845b180-cd58-11ea-8b0e-957bd1a6f5e3.png) ![20200724-0447 - Screenshot](https://user-images.githubusercontent.com/1553902/88356736-5aa80b80-cd58-11ea-9146-c3918f33e9fb.png) ![20200724-0447...

priority:normal
type:enhancement
component:plugin

Move config for periodical builds (`periodical.yml`) to DB: * Add alternative periodical build config in DB with higher priority that yml. * Deprecate yml periodical config (Release `1.2`). * Delete...

priority:normal
type:enhancement
component:build-config

Use Npm (Yarn) and Webpack for css/js assets instead of composer.

priority:minor
type:enhancement
component:web-ui

Hi. Right now, PHP Censor seems to report coverage and artifacts from the generated HTML report. In some cases (e.g., when the test invokes a headless browser through a behat/mink...

priority:minor
type:enhancement
component:plugin
other:waiting-for-pull-request