Commit graph

2,097 commits

Author SHA1 Message Date
David Sloan
08cab04bde
PHPDocBlockChecker Plugin Detailed Error Logging
This PR logs the error from the PHPDocBlockChecker rather than just logging that the doc block is missing.
2018-02-26 21:50:20 +00:00
Dmitry Khomutov
a32fe9c291
Merge branch 'technical-debt-warnings' 2018-02-24 11:04:34 +07:00
Glenn McEwan
40541f16d2
Set allowed errors to the correct property. 2018-02-24 11:03:52 +07:00
Dmitry Khomutov
4a8d66beaf
Merge branch 'codestyle-fixes' 2018-02-23 23:05:22 +07:00
Dmitry Khomutov
9e428a4da6
Small fixes. 2018-02-23 23:05:06 +07:00
Dmitry Khomutov
e3f131f37d
Merge branch 'pull-request-branch' 2018-02-23 21:00:15 +07:00
Dmitry Khomutov
0cfb12f222
Fixed migration for pull request branches. 2018-02-23 20:47:45 +07:00
Dmitry Khomutov
3400271bc5
Added pull request remote branch to GUI. 2018-02-23 19:31:06 +07:00
Dmitry Khomutov
429405809e
Refactored build type 'Pull request' logic. 2018-02-23 18:54:03 +07:00
Dmitry Khomutov
1623e05593
Merge branch 'codecov' 2018-02-23 18:41:43 +07:00
Dmitry Khomutov
26bfd6617c
Added .codecov.yml config to the project and fixed code coverage
ignores.
2018-02-23 18:33:54 +07:00
Dmitry Khomutov
52f6ade21a
Merge branch 'ssh-strength' 2018-02-23 18:01:07 +07:00
Dmitry Khomutov
d28d496264
Added options 'php-censor.ssh.strength' and 'php-censor.ssh.comment'
for SSH keys generation. Issue #154.
2018-02-23 12:23:03 +07:00
Dmitry Khomutov
61f512fd22
Merge pull request #155 from AlexisFinn/patch-1
Correct issue #153: phpcs ignores 'path' setting
2018-02-22 23:06:31 +07:00
AlexisFinn
0f6e502962
Correct issue #153: phpcs ignores 'path' setting
The 'path' value was not being set in the class constructor.
2018-02-22 16:59:01 +01:00
Dmitry Khomutov
70b1dd36db
Fixed ionicons path. Issue #152. 2018-02-21 19:09:49 +07:00
Dmitry Khomutov
a61ed97a8d
Fixed frontend dependencies paths. Issue #152. 2018-02-21 18:49:00 +07:00
Dmitry Khomutov
36cdb5b590
Added changelog for release 0.21.0. 2018-02-21 11:48:31 +07:00
Dmitry Khomutov
b0b7bf8a29
Updated application version to 0.21.0. 2018-02-21 11:16:04 +07:00
Dmitry Khomutov
e7732f0b7b
Updated dependencies. 2018-02-21 11:14:31 +07:00
Dmitry Khomutov
5deccf040c
Merge branch 'more-tests' 2018-02-21 10:51:27 +07:00
Dmitry Khomutov
f26726c6e9
Removed User model from $_SESSION. 2018-02-21 10:46:57 +07:00
Dmitry Khomutov
597a20deea
Refactored view/template. 2018-02-21 10:46:57 +07:00
Dmitry Khomutov
09cee5a5df
Added more tests for the forms. 2018-02-21 10:46:56 +07:00
Dmitry Khomutov
c05d3d6c90
Fixed PHPUnit assert calls to static. 2018-02-21 10:46:56 +07:00
Dmitry Khomutov
1dc8acd263
Replace cache to Symfony/Cache component. 2018-02-21 10:46:55 +07:00
Dmitry Khomutov
4f865719fa
Merge pull request #151 from Dave13h/patch-1
PhpParallelLint Short tags Option expecting string
2018-02-20 23:17:24 +07:00
Dave
7658504d36
PhpParallelLint Short tags Option expecting string
This is actually a bool already, so it should just read it straight in.

Otherwise:
```
php_parallel_lint:
    shorttags: true
```

Won't get applied.
2018-02-20 16:08:50 +00:00
Dmitry Khomutov
b82c581e4e
Merge pull request #149 from SimonHeimberg/invalidCharactersUtf8
replace characters invalid for mysql
2018-02-16 15:49:22 +07:00
SimonHeimberg
2d67afc4c7 Testing replaceIllegalCharacters without doing normalisation
We do not use any compound characters, so normalisation is a no op.
2018-02-07 11:05:33 +01:00
SimonHeimberg
2da98f6ff1 replaceIllegalCharacters replaces too long byte sequences
MySql only supports utf8 characters encoded shorter than four bytes.
2018-02-06 09:51:00 +01:00
Dmitry Khomutov
58798fb2f9
Merge branch 'feature-cleanup' 2018-02-04 14:49:57 +07:00
Dmitry Khomutov
5e9e3088cc
Code style fixes for plugins. 2018-02-04 14:22:07 +07:00
Dmitry Khomutov
16755eadd4
Code style fixes + more tests for invalid UTF-8 log. 2018-02-04 13:20:46 +07:00
Dmitry Khomutov
3f6bec3a6b
Improved PHPMD configuration for PHP Censor. 2018-02-04 13:20:01 +07:00
Dmitry Khomutov
dd1d7e2be3
Fixed var names for framework. 2018-02-04 13:20:01 +07:00
Dmitry Khomutov
e59e4a397f
Code style fixes. 2018-02-04 13:20:01 +07:00
Dmitry Khomutov
ffb8ef334c
Merge pull request #147 from SimonHeimberg/phpUnitJsonImprove
Php unit json improve
2018-02-03 20:08:44 +07:00
Dmitry Khomutov
71572a19db
Merge branch 'non-utf-8-fix' 2018-02-03 20:01:17 +07:00
Dmitry Khomutov
f4c2a03052
Merge pull request #146 from SimonHeimberg/non-utf-8-fix
Fixed build log for invalid encoded utf8 characters. Issue #145.
2018-02-03 19:58:34 +07:00
SimonHeimberg
80e01a7e9e PhpUnitJson reports an unfinished test as error at the end 2018-02-03 13:53:50 +01:00
SimonHeimberg
499c4cd4bb PhpUnitJson does not fail on empty trace 2018-02-03 13:53:50 +01:00
SimonHeimberg
48e81efb86 Fixed build log for invalid encoded utf8 characters. Issue #145. 2018-02-03 13:38:46 +01:00
Dmitry Khomutov
45f8102ea5
Fixed build log for non-unicode characters. Issue #145. 2018-02-03 12:55:36 +07:00
Dmitry Khomutov
ee6d75c268
Merge branch 'update-dependencies' 2018-01-31 22:37:17 +07:00
Dmitry Khomutov
ac15336a9b
Updated dependencies. 2018-01-31 22:30:57 +07:00
Dmitry Khomutov
b598bfac88
Merge branch 'dir-rights-fix' 2018-01-30 20:01:57 +07:00
Dmitry Khomutov
18880e8c21
Fixed new directories rights. Issues #86, #107. 2018-01-30 19:56:05 +07:00
Dmitry Khomutov
98226e5f82
Merge pull request #144 from lex111/patch-2
Added small improvements in README.md
2018-01-28 17:40:21 +07:00
Alexey Pyltsyn
d0ad26a8b6
Added small improvements in README.md 2018-01-28 13:25:48 +03:00