Commit graph

  • ba11827340
    Code style fixes (DIRECTORY_SEPARATOR -> '/'). Dmitry Khomutov 2018-03-08 10:31:31 +0700
  • d5333b2b80
    Code style fixes. Dmitry Khomutov 2018-03-06 20:14:37 +0700
  • 50b117455e
    Code style fixes. Dmitry Khomutov 2018-03-05 19:32:49 +0700
  • a16c82babc
    Code style fixes (and -> &&). Dmitry Khomutov 2018-03-04 23:42:14 +0700
  • 3b700f8d3c
    Refactored project structure (Improvements). Dmitry Khomutov 2018-03-04 21:33:35 +0700
  • c015d8c58b
    Refactored project structure. Dmitry Khomutov 2018-03-04 18:04:15 +0700
  • cfe93434ad
    Refactored Form. Dmitry Khomutov 2018-03-04 17:50:08 +0700
  • 1fdf9a7ab1
    Refactored Http. Dmitry Khomutov 2018-03-04 17:22:14 +0700
  • aadfabd714
    Refactored HttpExceptions. Dmitry Khomutov 2018-03-04 17:14:09 +0700
  • 69e969436d
    Refactored Application. Dmitry Khomutov 2018-03-04 16:28:53 +0700
  • d1c37fc293
    Refactored Controller. Dmitry Khomutov 2018-03-04 16:15:21 +0700
  • dd9f43b7dd
    Refactored Config. Dmitry Khomutov 2018-03-04 15:56:02 +0700
  • e23ad3237a
    Refactored Database. Dmitry Khomutov 2018-03-04 15:34:19 +0700
  • 8b5a874789
    Refactored Store. Dmitry Khomutov 2018-03-04 14:30:34 +0700
  • 905d6d41d1
    Refactored models. Dmitry Khomutov 2018-03-04 00:27:48 +0700
  • 8dc1e8e857
    Added symfony/var-dumper component to the require-dev dependency and updated dependencies. Dmitry Khomutov 2018-03-03 12:49:50 +0700
  • 5d9b56d194
    Replaced func_get_args() by ...$params (PHP 5.6+). Dmitry Khomutov 2018-03-02 23:59:35 +0700
  • 7bbd2e54db
    Fixed exception on empty Build::create_date. Issue #162. Dmitry Khomutov 2018-03-08 23:32:43 +0700
  • 2bbdd8c393
    Fixed BuildFactory::getBuildById. Issue #162. Dmitry Khomutov 2018-03-08 23:20:05 +0700
  • 3b3557b8b5
    Merge branch 'readme-tests' Dmitry Khomutov 2018-03-08 20:22:48 +0700
  • 3918e6325d
    Fixed 'Tests' README.md section after tests refactoring. Dmitry Khomutov 2018-03-08 20:22:20 +0700
  • a8583ff2a7
    Merge branch 'project-type-fix' Dmitry Khomutov 2018-03-08 16:03:54 +0700
  • f4ecb0e1e7
    Fixes for project type (git, github, gogs etc.). Issue #162. Dmitry Khomutov 2018-03-08 15:54:19 +0700
  • 5c8a8c44c2
    Merge branch 'artifacts' Dmitry Khomutov 2018-03-08 01:36:31 +0700
  • 2a933a7ecb
    Added global application config (config.yml) option 'php-censor.build.allow_public_artifacts' for allow/deny to generate public artifacts (PHPUnit code coverage html report, Pdepend html reports). Issue #107. Dmitry Khomutov 2018-03-08 00:47:09 +0700
  • 0fc2a66678
    Now builds artifacts remove when remove build and project. Issue #107. Dmitry Khomutov 2018-02-25 18:14:54 +0700
  • 3ec111da24
    Merge branch 'documentation-fix' Dmitry Khomutov 2018-03-07 22:21:05 +0700
  • 9802e2b81c
    Improved ISSUE_TEMPLATE.md. Dmitry Khomutov 2018-03-05 19:58:31 +0700
  • 20771e002e
    Documentation improvements. Dmitry Khomutov 2018-02-24 12:10:00 +0700
  • 4ae7619340
    Merge branch 'php-censor-config' Dmitry Khomutov 2018-03-06 20:46:45 +0700
  • 5e6f6bef98
    Added coverage option in .php-censor.yml config. Dmitry Khomutov 2018-03-06 20:41:51 +0700
  • 97f8cd2e01
    Merge branch 'coverage' Dmitry Khomutov 2018-03-06 20:29:28 +0700
  • c5ce085371
    Added PHPUnit code coverage log output and chart in information tab. Issue #148. Dmitry Khomutov 2018-02-25 10:41:59 +0700
  • b67ee92f7e
    Merge branch 'store-tests' Dmitry Khomutov 2018-03-01 19:54:48 +0700
  • 42a8316479
    Added tests for the Store (MySQL and PostgreSQL). Dmitry Khomutov 2018-03-01 19:36:28 +0700
  • 9fc73577ca
    Added tests and fix for lastInsertId() on camel case tables. Dmitry Khomutov 2018-03-01 17:18:59 +0700
  • 626e1fe038
    Merge branch 'refactoring' Dmitry Khomutov 2018-03-01 15:27:56 +0700
  • 409ac11c47
    Added more tests for Database (for PostgreSQL and MySQL). Dmitry Khomutov 2018-03-01 15:11:26 +0700
  • 5a76868e0b
    Added tests for DB connections DSN. Dmitry Khomutov 2018-02-28 23:34:07 +0700
  • c9087df799
    Added PHPUnit DBUnit extension. Dmitry Khomutov 2018-02-28 23:01:40 +0700
  • 4cb041e8fb
    PHPUnit tests improvements. Dmitry Khomutov 2018-02-28 20:53:21 +0700
  • 8d0d23f5f4
    Merged PostgreSQL and MySQL tests inti one PHPUnit XML config. Dmitry Khomutov 2018-02-28 18:37:22 +0700
  • 27f381982a
    Updated dependencies. Dmitry Khomutov 2018-02-28 17:28:31 +0700
  • 008dc74ff2
    Moved commit message to the new line in the timeline widget at home page. Dmitry Khomutov 2018-02-28 10:19:02 +0700
  • 58f1004652
    Renamed projects types and build classes: 'remote'/RemoteGitBuild to 'git'/GitBuild, MercurialBuild to HgBuild, SubversionBuild to SvnBuild, 'bitbuckethg' to 'bitbucket-hg'. Dmitry Khomutov 2018-02-28 10:00:10 +0700
  • d0c69d2ef0
    Refactored Model class. Dmitry Khomutov 2018-02-24 01:49:59 +0700
  • be68f11aed
    Merge pull request #159 from Dave13h/Plugin-DocBlockChecker-detailed-errors Dmitry Khomutov 2018-02-27 08:08:12 +0700
  • 17d9917096
    Ironically fix the docblock. David Sloan 2018-02-26 22:04:58 +0000
  • 08cab04bde
    PHPDocBlockChecker Plugin Detailed Error Logging David Sloan 2018-02-26 21:50:20 +0000
  • a32fe9c291
    Merge branch 'technical-debt-warnings' Dmitry Khomutov 2018-02-24 11:04:34 +0700
  • 40541f16d2
    Set allowed errors to the correct property. Glenn McEwan 2018-02-23 18:48:42 +0000
  • 4a8d66beaf
    Merge branch 'codestyle-fixes' Dmitry Khomutov 2018-02-23 23:05:22 +0700
  • 9e428a4da6
    Small fixes. Dmitry Khomutov 2018-02-23 23:05:06 +0700
  • e3f131f37d
    Merge branch 'pull-request-branch' Dmitry Khomutov 2018-02-23 21:00:15 +0700
  • 0cfb12f222
    Fixed migration for pull request branches. Dmitry Khomutov 2018-02-23 19:31:06 +0700
  • 3400271bc5
    Added pull request remote branch to GUI. Dmitry Khomutov 2018-02-23 19:31:06 +0700
  • 429405809e
    Refactored build type 'Pull request' logic. Dmitry Khomutov 2018-02-23 17:40:56 +0700
  • 1623e05593
    Merge branch 'codecov' Dmitry Khomutov 2018-02-23 18:41:43 +0700
  • 26bfd6617c
    Added .codecov.yml config to the project and fixed code coverage ignores. Dmitry Khomutov 2018-02-23 18:00:20 +0700
  • 52f6ade21a
    Merge branch 'ssh-strength' Dmitry Khomutov 2018-02-23 18:01:07 +0700
  • d28d496264
    Added options 'php-censor.ssh.strength' and 'php-censor.ssh.comment' for SSH keys generation. Issue #154. Dmitry Khomutov 2018-02-23 11:27:33 +0700
  • 61f512fd22
    Merge pull request #155 from AlexisFinn/patch-1 Dmitry Khomutov 2018-02-22 23:06:31 +0700
  • 0f6e502962
    Correct issue #153: phpcs ignores 'path' setting AlexisFinn 2018-02-22 16:59:01 +0100
  • 70b1dd36db
    Fixed ionicons path. Issue #152. Dmitry Khomutov 2018-02-21 19:09:49 +0700
  • a61ed97a8d
    Fixed frontend dependencies paths. Issue #152. Dmitry Khomutov 2018-02-21 18:49:00 +0700
  • 36cdb5b590
    Added changelog for release 0.21.0. Dmitry Khomutov 2018-02-21 11:48:31 +0700
  • b0b7bf8a29
    Updated application version to 0.21.0. Dmitry Khomutov 2018-02-21 11:16:04 +0700
  • e7732f0b7b
    Updated dependencies. Dmitry Khomutov 2018-02-21 11:14:31 +0700
  • 5deccf040c
    Merge branch 'more-tests' Dmitry Khomutov 2018-02-21 10:51:27 +0700
  • f26726c6e9
    Removed User model from $_SESSION. Dmitry Khomutov 2018-02-17 11:59:02 +0700
  • 597a20deea
    Refactored view/template. Dmitry Khomutov 2018-02-16 20:18:04 +0700
  • 09cee5a5df
    Added more tests for the forms. Dmitry Khomutov 2018-02-16 16:59:36 +0700
  • c05d3d6c90
    Fixed PHPUnit assert calls to static. Dmitry Khomutov 2018-02-16 16:41:56 +0700
  • 1dc8acd263
    Replace cache to Symfony/Cache component. Dmitry Khomutov 2018-02-07 21:33:22 +0700
  • 4f865719fa
    Merge pull request #151 from Dave13h/patch-1 Dmitry Khomutov 2018-02-20 23:17:24 +0700
  • 7658504d36
    PhpParallelLint Short tags Option expecting string Dave 2018-02-20 16:08:50 +0000
  • b82c581e4e
    Merge pull request #149 from SimonHeimberg/invalidCharactersUtf8 Dmitry Khomutov 2018-02-16 15:49:22 +0700
  • 2d67afc4c7 Testing replaceIllegalCharacters without doing normalisation SimonHeimberg 2018-02-07 10:57:47 +0100
  • 2da98f6ff1 replaceIllegalCharacters replaces too long byte sequences SimonHeimberg 2018-02-05 22:36:46 +0100
  • 58798fb2f9
    Merge branch 'feature-cleanup' Dmitry Khomutov 2018-02-04 14:49:57 +0700
  • 5e9e3088cc
    Code style fixes for plugins. Dmitry Khomutov 2018-02-04 14:22:07 +0700
  • 16755eadd4
    Code style fixes + more tests for invalid UTF-8 log. Dmitry Khomutov 2018-02-04 12:44:41 +0700
  • 3f6bec3a6b
    Improved PHPMD configuration for PHP Censor. Dmitry Khomutov 2017-12-14 22:22:35 +0700
  • dd1d7e2be3
    Fixed var names for framework. Dmitry Khomutov 2018-01-18 21:51:33 +0700
  • e59e4a397f
    Code style fixes. Dmitry Khomutov 2017-12-05 20:57:53 +0700
  • ffb8ef334c
    Merge pull request #147 from SimonHeimberg/phpUnitJsonImprove Dmitry Khomutov 2018-02-03 20:08:44 +0700
  • 71572a19db
    Merge branch 'non-utf-8-fix' Dmitry Khomutov 2018-02-03 20:01:17 +0700
  • f4c2a03052
    Merge pull request #146 from SimonHeimberg/non-utf-8-fix Dmitry Khomutov 2018-02-03 19:58:34 +0700
  • 80e01a7e9e PhpUnitJson reports an unfinished test as error at the end SimonHeimberg 2017-12-12 09:06:25 +0100
  • 499c4cd4bb PhpUnitJson does not fail on empty trace SimonHeimberg 2017-12-15 15:41:54 +0100
  • 48e81efb86 Fixed build log for invalid encoded utf8 characters. Issue #145. SimonHeimberg 2018-02-03 13:35:58 +0100
  • 45f8102ea5
    Fixed build log for non-unicode characters. Issue #145. Dmitry Khomutov 2018-02-03 11:44:38 +0700
  • ee6d75c268
    Merge branch 'update-dependencies' Dmitry Khomutov 2018-01-31 22:37:17 +0700
  • ac15336a9b
    Updated dependencies. Dmitry Khomutov 2018-01-31 22:30:57 +0700
  • b598bfac88
    Merge branch 'dir-rights-fix' Dmitry Khomutov 2018-01-30 20:01:57 +0700
  • 18880e8c21
    Fixed new directories rights. Issues #86, #107. Dmitry Khomutov 2018-01-30 19:56:05 +0700
  • 98226e5f82
    Merge pull request #144 from lex111/patch-2 Dmitry Khomutov 2018-01-28 17:40:21 +0700
  • d0ad26a8b6
    Added small improvements in README.md Alexey Pyltsyn 2018-01-28 13:25:48 +0300
  • 0eb245ff29
    Merge branch 'php7-fix' Dmitry Khomutov 2018-01-28 17:24:37 +0700
  • 14e62b9a70
    Fixed exception handler for PHP7. Dmitry Khomutov 2018-01-28 17:18:25 +0700