Commit graph

1990 commits

Author SHA1 Message Date
Dmitry Khomutov 71591adc98
Fixed security_checker configuration in .php-censor.yml config. 2017-11-28 20:27:36 +07:00
Dmitry Khomutov e3f8f31218
Added changelog for release 0.19.0. 2017-11-18 20:45:17 +07:00
Dmitry Khomutov 11984a36ec
Merge branch 'feature-019' 2017-11-18 20:20:02 +07:00
Dmitry Khomutov 802089391f
Updated PHP Censor version (0.18.0 -> 0.19.0) and updated dependencies. 2017-11-18 19:49:27 +07:00
Dmitry Khomutov 405ea52a16
Merge pull request #134 from ss-gxp/fix-empty-build-errors
Fix empty build errors - add template and message.
2017-11-17 14:50:28 +07:00
Stepan Strelets fee99bd259 Fix empty build errors - add template and message. 2017-11-17 10:35:25 +03:00
Dmitry Khomutov 43601d068a
Added Codecov badge to README.md. 2017-11-11 19:50:49 +07:00
Dmitry Khomutov b3197b47f2
Code style fixes. 2017-11-11 19:34:58 +07:00
Dmitry Khomutov 82e356f0f8
Merge branch 'feature-improvements' 2017-11-11 19:29:48 +07:00
Dmitry Khomutov 07363f1761
Added CONTRIBUTING.md, ISSUE_TEMPLATE.md and PULL_REQUEST_TEMPLATE.md
for Github.
2017-11-11 19:29:09 +07:00
Dmitry Khomutov b003280575
Added VERSION.md file with current PHP Censor version. 2017-11-11 19:07:18 +07:00
Dmitry Khomutov 22081b682b
Added code coverage by Codecov. 2017-11-11 18:57:52 +07:00
Dmitry Khomutov f89f9db975
Added .editorconfig file. See: http://editorconfig.org. 2017-11-11 18:46:47 +07:00
Dmitry Khomutov 79de56889e
Merge branch 'feature-responsive' 2017-11-11 18:34:42 +07:00
Dmitry Khomutov 5681f5dc56
Fixed responsive classes for dashboard widgets. 2017-11-11 18:34:24 +07:00
Dmitry Khomutov 260911d62d
Merge branch 'feature-meta-fix' 2017-11-09 23:29:20 +07:00
Dmitry Khomutov 1304ca29f7
Fixed links to Errors tab from Information tab (Summary). 2017-11-09 23:20:08 +07:00
Dmitry Khomutov c6ae043750
Fixed excessive BuildMeta inserts. 2017-11-09 22:48:46 +07:00
Dmitry Khomutov cd6bfa5942
Code style fixes. 2017-11-09 20:51:07 +07:00
Stepan Strelets 92fe16e75e Fix - invalidate browser cache 2017-11-08 21:13:58 +07:00
Dmitry Khomutov 82205fb50b
Merge branch 'feature-code-style' 2017-11-08 20:45:37 +07:00
Dmitry Khomutov 4e68eb7180
Code style fixes. 2017-11-08 20:45:18 +07:00
Dmitry Khomutov fa569f3e22
Merge pull request #132 from ss-gxp/webhook-project-title
Allow specify project title in webhook request
2017-11-08 18:10:51 +07:00
Stepan Strelets eca63d81e2 Allow specify project title in webhook request 2017-11-08 12:03:00 +03:00
Dmitry Khomutov 08e3b564b9
Merge pull request #131 from ss-gxp/dashboard-widgets
Split dashboard into widgets. Add build errors widget.
2017-11-07 22:41:24 +07:00
Stepan Strelets 11f58d7c2b Split dashboard into widgets. Add build errors widget. 2017-11-07 18:14:29 +03:00
Dmitry Khomutov 257aabc113
Fixed BuildError create_date field. Issue #130. 2017-10-30 22:17:58 +07:00
Dmitry Khomutov 83a57159c8
Merge branch 'feature-pagination-for-errors' 2017-10-30 21:07:29 +07:00
Dmitry Khomutov 7174c271e5
Added links to errors from summary block (Information tab). Issue #85. 2017-10-30 21:03:53 +07:00
Dmitry Khomutov 42888630e7
Added filtration for errors by severity and plugin. Issue #85. 2017-10-29 21:26:43 +07:00
Dmitry Khomutov 6b102f214e
Added Paginator for build errors. Issue #85. 2017-10-29 14:06:41 +07:00
Dmitry Khomutov 11cff52e89
Merge branch 'feature-pagination' 2017-10-26 20:43:33 +07:00
Dmitry Khomutov 3ab04a6503
Added Paginator helper. Issue #123. 2017-10-26 20:38:22 +07:00
Dmitry Khomutov 65e38d6428 Added CODE_OF_CONDUCT.md 2017-10-22 14:51:09 +07:00
Dmitry Khomutov 5c54be1227
Added changelog for release 0.18.0. 2017-10-22 14:32:22 +07:00
Dmitry Khomutov ba4581c425 Merge branch 'feature-update' 2017-10-22 10:56:03 +07:00
Dmitry Khomutov e25639c874 Updated dependencies. 2017-10-21 15:58:16 +07:00
Dmitry Khomutov 45e674a733 Fixed naming. 2017-10-21 15:51:05 +07:00
Dmitry Khomutov 5dd96b36ed Merge pull request #128 from lscortesc/hotfix/migrations
Fix Migrations | Installation Failed
2017-10-21 09:23:42 +07:00
Luis Cortés 53585b2451 Fix Migrations | Installation Failed 2017-10-20 14:57:42 -05:00
Dmitry Khomutov 9d07b577c5 Merge branch 'feature-build-source' 2017-10-19 22:33:39 +07:00
Dmitry Khomutov 268ab03c86 Fixed Database test for Postgres. 2017-10-19 22:33:00 +07:00
Dmitry Khomutov ab566c1f41 Fixed tests after build changes. 2017-10-19 22:17:40 +07:00
Dmitry Khomutov dd4f3bfbad Added 'user_id' (created by) and 'create_date' columns to 'project' table. 2017-10-19 22:05:00 +07:00
Dmitry Khomutov 7382df7f6d Added 'user_id' (created by) and 'create_date' columns to 'project_group' table. 2017-10-16 21:59:59 +07:00
Dmitry Khomutov 4ec6d854c2 Added 'user_id' column to 'build' table (created by)
+ Renamed columns 'created' -> 'create_date', 'started' -> 'start_date' and 'finished' -> 'finish_date'
+ Code style fixes.
2017-10-16 20:40:00 +07:00
Dmitry Khomutov 58b23fe89d Removed useless code from models + code style fixes. 2017-10-15 20:05:33 +07:00
Dmitry Khomutov 508465fc74 Code style fixes + phpdocs. 2017-10-15 01:29:29 +07:00
Dmitry Khomutov 9e57de043e Removed useless 'project_id' column from 'build_meta' table. 2017-10-15 00:48:53 +07:00
Dmitry Khomutov 145670acde Build sources instead of 'Manual' word. 2017-10-14 21:13:36 +07:00