Commit graph

458 commits

Author SHA1 Message Date
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
Dmitry Khomutov ca0f7b4182 Fixed schedule build command. Issue #125. 2017-10-11 18:55:03 +07:00
Dmitry Khomutov c50f04a280 Fixed schedule build command. Issue #125. 2017-10-08 21:51:03 +07:00
Vincent Vermeulen 9b198a128e Use function getLatestBuild 2017-10-05 17:43:33 +02:00
Vincent Vermeulen 5a7d145c94 Added command to schedule tasks if not ran for a specified X days 2017-10-04 22:40:29 +02:00
Dmitry Khomutov a8019e20a8 Fixed 'lifetime' parameter for queue on installation. 2017-09-18 08:18:59 +07:00
Dmitry Khomutov 5820583d4a Reformated JS code. 2017-09-17 11:22:05 +07:00
Dmitry Khomutov 5df94982a1 Removed useless '/' from build status cache path. 2017-09-16 20:20:08 +07:00
Dmitry Khomutov 883ebf1a1a Changed '?' to '�' for binary output. Issue #116. 2017-09-16 12:28:16 +07:00
Dmitry Khomutov a4cbd1b7ec Fixes for non-unicode binary log output. Issue #116. 2017-09-16 12:28:16 +07:00
Dmitry Khomutov e60376fe5f Added a checkbox to build only the default branch specified in the project (Fixes). 2017-09-16 12:22:29 +07:00
Pat Suwalski bbbd9b3cf2 Added a checkbox to build only the default branch specified in the project. 2017-09-13 21:24:19 +07:00
David Sloan 242d08e016 Add the option to pass the short tags (-s) argument to PHP Parallel Lint so that files using PHP Short Tags can be linted. 2017-09-09 23:48:22 +07:00
Stepan Strelets b501775411 Fix env build - omit checkout exact commit 2017-09-04 15:18:52 +03:00
Stepan Strelets 256b32bd81 Add mage v3 plugin (deployment) 2017-09-04 14:36:41 +03:00
Dmitry Khomutov 07359d82f6
'Remember me' on login. Issue #81. 2017-08-31 22:13:48 +07:00
Dmitry Khomutov 90bc9c69a1
Improved public status page UI (Added environment and duration, fixed table cell height). 2017-08-31 22:06:29 +07:00
Dmitry Khomutov 1bc8dfd5eb
Added daily rotate logger for console commands. Issue #108. 2017-08-30 21:21:16 +07:00
SimonHeimberg ffce3e31e7 plugins depending on tests success state run also on exception
Failure notification on an exception seems important.
Now failures in this plugins will not count for build state.
2017-08-22 16:22:56 +02:00
SimonHeimberg 6a32cfb043 valid init value for config of builder, to not fail pluginExecutor when setupBuild failed 2017-08-22 16:22:56 +02:00
StudioMaX d307afa44e Bitbucket build status API, create comments on commits and Pull Requests 2017-08-20 14:19:07 +06:00
Dmitry Khomutov c58c93600c
Fixed markup for public status + PHP Censor logo fixes. 2017-08-20 12:58:15 +07:00
Dmitry Khomutov 74f0537d04
Added PHP Censor logo. 2017-08-19 11:05:44 +07:00
Dmitry Khomutov a6ee2756f5
Fix after rebase on fresh master. 2017-07-23 18:47:52 +07:00
SimonHeimberg 173f785d61
use log-junit when log-json is not supported by phpunit
use json as long as available, since junit does not list skipped tests before phpunit 6
2017-07-23 18:47:52 +07:00
SimonHeimberg 2bd6ae96cb
add junit format for PhpUnitResult 2017-07-23 18:47:52 +07:00
SimonHeimberg c3c103cc78
prepare for several types of phpunit results 2017-07-23 18:47:52 +07:00
SimonHeimberg a77b1115a0
merge similar run methods in PhpUnit 2017-07-23 18:47:51 +07:00
Dmitry Khomutov 13e492240e
Added regex pattern for branch specific config. Issue #97. 2017-07-20 08:01:26 +07:00
Dmitry Khomutov 59837a8ff1
Added param 'priority_path' (For all plugins) for control paths priority when we search plugin binary. Issue #104. 2017-07-19 10:26:51 +07:00
Dmitry Khomutov fdde33e2e2
Fixed 'setup', 'test' and 'deploy' stages. Now if 'setup' or 'test' is failed then next stages will skip. 2017-07-18 07:43:41 +07:00
SimonHeimberg 443d3b2a9a fix wrong assignment in plugin for PhpCodeSniffer 2017-07-17 21:30:12 +02:00
Dmitry Khomutov acd73e2ba1
Changed build_meta.meta_value column type from TEXT to LONGTEXT for MySQL. Issue #94. 2017-07-11 18:40:18 +07:00
Dmitry Khomutov bd1382e90e Merge pull request #93 from SimonHeimberg/logShowsBuildDirNicer
build directory is shown as ./ in log output
2017-07-07 19:18:28 +07:00
SimonHeimberg ce280328af build directory is shown as ./ in log output
It was shown as "/", which is irritating because it looks like root directory.
2017-07-07 13:54:32 +02:00
SimonHeimberg f1702900fb command php-censor:create-build accepts --email and --message
Now builds with full info can be generated from command line.
2017-07-07 13:05:01 +02:00
Dmitry Khomutov 6fe5c78179
Added config option 'php-censor.build.writer_buffer_size' for configuring BuildErrorWriter buffer_size property (Count of inserts in the one SQL query). 2017-07-06 19:51:15 +07:00
Dmitry Khomutov a9309a1feb
sendStatusPostback fix. 2017-07-02 16:51:02 +07:00
SimonHeimberg 0ad8c4b327 FileLink is generated with commit id for github and bitbucket
fixes #89
2017-06-30 21:51:49 +02:00
Dmitry Khomutov 9041457af4
Changed HttpClient to Guzzle library. 2017-06-28 12:42:56 +07:00
Dmitry Khomutov c117a6c11d
Fixed debug mode for "Build now" button. 2017-06-24 14:28:04 +07:00
Dmitry Khomutov 46441106d1
Improved from email address format for notifications. 2017-06-21 21:03:57 +07:00
Dmitry Khomutov 87ef29269f
Small Project form order fix. 2017-06-20 19:51:27 +07:00
StudioMaX 63a2b59244 Fixed ability to fetch private pull requests on Github 2017-06-09 02:13:17 +06:00
Dmitry Khomutov 473b4add27
Improved default branch for SVN. Added ability to set branch full name like "branches/branch-1" or "/branch/branch-2". Issue #67. 2017-06-03 17:25:18 +07:00
Dmitry Khomutov df2af38b81
Improved build-status/view page. Added build links, icons, date etc. Issue #23. 2017-06-03 14:12:52 +07:00
StudioMaX 0eba8c2cfe Fixed GitHub status API and access to the pull requests of private projects 2017-06-02 02:20:29 +06:00
Dmitry Khomutov dd9aecd3ff
Fixed cron worker in fails. Issue #68. 2017-06-01 21:53:06 +07:00
Dmitry Khomutov 2af20dc00c
Fixed worker in fails. Issue #68. 2017-06-01 21:53:06 +07:00
Dmitry Khomutov 41f7597c05
Fixed PhpCsFixer directory. Issue #75. 2017-05-31 21:35:53 +07:00
Dmitry Khomutov e8fbaf08cb
Reduced buffer_size for BuildErrorWriter.
Number of prepared parameters must be less than 65535.
See: https://stackoverflow.com/questions/40361164/pdoexception-sqlstatehy000-general-error-7-number-of-parameters-must-be-bet). Issue #66.
2017-05-29 23:55:04 +07:00
Dmitry Khomutov fd356a4dda
Fixed PDO creation for PostgreSQL without pdo_mysql extension. Issue #73. 2017-05-29 18:50:18 +07:00
Dmitry Khomutov 7e2f63142d
Fixed logging (Now logging autostarting without special loggerconfig.php). Issue #59. 2017-05-23 23:17:39 +07:00
Dmitry Khomutov 5a761dcddb
Removed 'using_custom_file' config option. 2017-05-23 23:06:58 +07:00
Dmitry Khomutov 3a59b66d78
Removed PollCommand. 2017-05-23 23:01:31 +07:00
Dmitry Khomutov e071088bba
Fixed branches for SVN build. Issue #65. 2017-05-17 21:46:55 +07:00
Dmitry Khomutov 6330e3b177
Fixes for build branches with special chars (like '#, /' etc.) 2017-05-09 11:25:16 +07:00
Dmitry Khomutov 446deca0cb
Fixed pagination for environments in project/view page and ajax builds update. 2017-05-08 14:51:32 +07:00
Dmitry Khomutov efbf2650bb
Code style fixes. 2017-05-08 12:37:08 +07:00
Dmitry Khomutov fb424bfb2b
Code style fixes. 2017-05-05 10:55:12 +07:00
Paul Staring c68cb33fa5
ProjectController::build(): Moved the check on whether the project could be found up: no point in trying to get a list of branches of a project that doesn't even exist. 2017-05-05 10:52:20 +07:00
Dmitry Khomutov 1b70128c83
Added public/private project status icon to dashboard. 2017-04-22 22:29:09 +07:00
Dmitry Khomutov 36243ca9cb
Fixed build duration localization in timeline 2017-04-22 22:02:27 +07:00
Dmitry Khomutov 9d269a4cca
Added tags for Github builds (UI Fixes +++). 2017-04-22 21:56:51 +07:00
Dmitry Khomutov bf067e4fda
Added tags for Github builds (UI Fixes). 2017-04-22 21:48:54 +07:00
Dmitry Khomutov 12805d58d9
Added tags for Github builds (Fixes). 2017-04-22 21:06:53 +07:00
Dmitry Khomutov 647a5cedcd
Added tags for Github builds. 2017-04-22 20:02:24 +07:00
Dmitry Khomutov f26f000bb4
Refactored push and tag webhooks for Github (Fixes +++). 2017-04-20 21:14:48 +07:00
Dmitry Khomutov 0e83599b9f
Refactored push and tag webhooks for Github (Fixes). 2017-04-20 20:38:02 +07:00
Dmitry Khomutov 6e60c07103
Refactored push and tag webhooks for Github. 2017-04-20 20:24:53 +07:00
Dmitry Khomutov 89218d7047
Added ability to build only head commit from push (Initial). 2017-04-20 19:35:26 +07:00
Dmitry Khomutov e2b6f5aefd
Refactored plugin PhpCsFixer (Added more backward compatibility). Issue #63. 2017-04-19 19:07:53 +07:00
Dmitry Khomutov 9c1dcbf6a9
Refactored plugin PhpCsFixer. Issue #63. 2017-04-19 18:45:59 +07:00
Dmitry Khomutov 3bd5b2c718
Improved error page +++ 2017-04-16 21:41:11 +07:00
Dmitry Khomutov 142f05b416
Fixed Database::lastInsertId call for PostgreSQL 2017-04-16 21:18:21 +07:00
Dmitry Khomutov a671f4d81d
Improved error page 2017-04-16 20:46:51 +07:00
Dmitry Khomutov c752651d10
Fixed environment field in build table 2017-04-16 20:09:33 +07:00
Dmitry Khomutov 1f9ec69c52
Fixed gray block style (grey -> gray) 2017-04-16 20:02:59 +07:00
Dmitry Khomutov acd2bcc088
Added text wrap for build log 2017-04-14 22:15:45 +07:00
Dmitry Khomutov 3f7882bfe9
Fixed #61 2017-04-13 22:52:03 +07:00
Jools 1aeeb3ba57 display build branch instead of project branch in Home/index and ajax-timeline 2017-04-13 06:45:07 +02:00
Dmitry Khomutov 4f86a98b5e
Build and Project pages UI fixes 2017-04-09 22:51:03 +07:00
Dmitry Khomutov 1b11ec18ac
Fixed build buttons block in project page 2017-04-09 22:39:20 +07:00
Dmitry Khomutov 8a5f15ad78
Fixed localization for environment string 'all' 2017-04-09 21:57:41 +07:00
Dmitry Khomutov f49d2b14bc
Added collapse for boxes 2017-04-09 08:44:30 +07:00
bochkovprivate acf25afdd6 Fix Technical Debt Plugin configuration parameters 2017-04-06 19:34:20 +07:00
Stepan Strelets 18f4abc98b Fix - convert html special chars in error message 2017-04-06 10:25:11 +03:00
Stepan Strelets 79d8e27a7e Fix releasing job 2017-04-05 18:54:06 +03:00
Stepan Strelets ff3ea2d120 Fixes (store variable name; work flow when build not exist) 2017-04-05 18:54:06 +03:00
Stepan Strelets 80aa7d4c06 Fix build execute - in some cases one build executed with many process 2017-04-05 18:54:06 +03:00
Dmitry Khomutov 37abf496d2 Merge pull request #52 from ss-gxp/fix-env-branches-update
Fixed updating branches for exist environment
2017-04-05 21:05:49 +07:00
Stepan Strelets 0c9036af7f Fix update branches for exist environment 2017-04-05 16:44:07 +03:00
Dmitry Khomutov e3e3cf5124
Added SensioLabs Security Checker Plugin. Issue #27 2017-04-04 21:17:48 +07:00
Dmitry Khomutov 31beb233e3
Separated Build status constants and Plugin status constants 2017-04-03 21:19:51 +07:00
Dmitry Khomutov d54c1978b9
Added allowed fail status for plugins (See build summary) 2017-04-03 21:04:27 +07:00
Dmitry Khomutov cb4d7a268e
Small fixes 2017-04-03 20:44:35 +07:00
Dmitry Khomutov 9b9d1b1122
Russian localization for Environments. PullRequest #41. 2017-04-03 19:55:21 +07:00
Dmitry Khomutov 78c66a4dc3
Fixed exception when plugin runs without options (Like "php_parallel_lint: "). Issue #44 2017-04-02 09:17:04 +07:00
Dmitry Khomutov a3ef15b488
Fixed debug build from GUI for environments 2017-04-02 09:17:03 +07:00
Stepan Strelets 8f665ae710 Add build error writer (use bulk insert for improve performance) 2017-04-01 23:58:53 +03:00
Stepan Strelets a87bc8a9b2 Add unset build log - implicit flush buffer 2017-03-31 19:01:39 +07:00
Stepan Strelets 7cffc0df1e Add write cache to build log (improve speed) 2017-03-31 19:01:39 +07:00
Stepan Strelets e1fc4a26e3 Fix get environments by branch - add default branch 2017-03-31 18:49:01 +07:00
Stepan Strelets bf394131af
Add export environment variable to shell environment 2017-03-26 17:36:30 +07:00
Stepan Strelets 41f025c243
Increase environment field length (20 -> 250) 2017-03-26 17:36:30 +07:00
Stepan Strelets 657b98063d
Improve - environment settings on project creation 2017-03-26 17:36:30 +07:00
Stepan Strelets 1cef8260e9
Fix build service test - mock environment store 2017-03-26 17:36:30 +07:00
Stepan Strelets 5da247afc7
Fix cli environment option handling 2017-03-26 17:36:30 +07:00
Stepan Strelets 047cedaab3
Initial implementation CI environments 2017-03-26 17:36:30 +07:00
bochkovprivate 7084b49da7
Add support for Bitbucket's Mercurial based repos 2017-03-25 09:27:10 +07:00
Dmitry Khomutov ea8c5393bc
Fixes for SSH key 2017-03-25 09:27:10 +07:00
bochkovprivate 4c435bfaee
Fix fetching from Mercurial repos: ssh, branches 2017-03-25 09:27:10 +07:00
bochkovprivate 01d23c0f10
Fix 'CommitterEmail must be a string' err in bitbucket webhook 2017-03-25 09:27:10 +07:00
Valeriy Tropin 97b2e34ef2
- extend phpcs options 2017-03-25 09:20:13 +07:00
Stepan Strelets 99a7044a3f Add interpolate config value for mage plugin 2017-03-23 22:35:49 +07:00
Stepan Strelets aaa2ede46c Add missed translation 2017-03-23 22:35:49 +07:00
Dmitry Khomutov 550d019e17
Fixed language select on user/edit page 2017-03-18 12:14:24 +07:00
Dmitry Khomutov e83239e6a5
Localization fix for 'project_group' string 2017-03-18 12:07:59 +07:00
Dmitry Khomutov acfa89071c
Removed useless daterangepicker and datepicker (+ Updated dependencies). Issue #37 2017-03-17 23:34:27 +07:00
Julien Dephix 685052fba6 update french translation
- some translations were missing or needed a bit of love.
- fix: project add/edit page was not calling Lang::get() for project group
2017-03-17 19:49:29 +07:00
Stepan Strelets 9f232fde17 Fix bin config value check 2017-03-16 23:27:06 +07:00
Stepan Strelets 232d1d3195 Add plugin Mage 2017-03-16 23:27:06 +07:00
Valeriy Tropin 62afcee352 [php-cs] fix standard parameter 2017-03-16 22:02:32 +07:00
Dmitry Khomutov 21a73abd16
Improvements for new 'deploy' stage 2017-03-16 22:00:13 +07:00
Stepan Strelets 788aeb161a Add deploy stage 2017-03-16 21:17:17 +07:00
Julien Dephix 7165e8de3c show build duration on Dashboard -> Latest Builds
if a build is not pending then its duration will be displayed next to last updated time, with time units: 1h 28m 52s
2017-03-16 20:22:01 +07:00
Dmitry Khomutov 89817f456f
Code style fixes 2017-03-15 23:27:24 +07:00
Valeriy Tropin 644b5cacb3 - allow override ignore, standard
- fix plugin behaviour  according to documentation
2017-03-15 23:17:54 +07:00
Dmitry Khomutov c97d5935b9
Fixed PHPUnit plugin (for empty tests) 2017-03-14 22:57:46 +07:00
Dmitry Khomutov a2fbd9b775
Code style fixes 2017-03-12 11:40:40 +07:00
Dmitry Khomutov 9fbf79db9e
Doc fix + additional debug info 2017-03-10 21:10:04 +07:00
Dmitry Khomutov 58875d5c8a
Fixed shell plugin execution. Issue #30 2017-03-04 12:55:13 +07:00
Dmitry Khomutov 4320ec0415
Code style fixes 2017-02-28 22:21:19 +07:00
ZinitSolutionsGmbH 5fdba72430
Problem with plugin: sends the wrong command to ignore the files. When we ignore
the directory, we use --exclude path/dir_1 --exclude path/dir_2 --exclude path/dir_3
everything works correctly but when we want to exclude file - PhpCpd.php
sends command like --names-exclude path/file_1 --names-exclude path/file_2
--names-exlcude path/file_3 and files will be scanned for copy/past, to ignore all three file we have to use
command like --names-exclude file_1,file_2,file_3 without paths.
2017-02-28 22:13:25 +07:00
Dmitry Khomutov d8fbbd739b
Fixed branch link in the timeline 2017-02-28 21:04:14 +07:00
Dmitry Khomutov 651aba0267
Fixed pagination position in the project view 2017-02-28 20:28:54 +07:00
Dmitry Khomutov 3176111c91
Added duration column to the project page 2017-02-28 20:19:20 +07:00
Dmitry Khomutov 00a2248c93
Fixed Build.log column size for MySQL (removed 'NOT NULL') 2017-02-26 20:46:24 +07:00
Dmitry Khomutov c4ee9a6d48
Updated dependencies 2017-02-24 17:43:37 +07:00
Stefan 410e53da0b
Fixes issue with branches that start with a hash 2017-02-24 13:00:42 +07:00
Dmitry Khomutov e11a1cc3d3
Fixed profile language. Issue #11 2017-02-24 12:44:07 +07:00
Dmitry Khomutov 1227784335
Fixed Build.log column size for MySQL (text -> longtext). Issue #26 2017-02-23 19:11:18 +07:00
Dmitry Khomutov 041ab16e71
Fixed plugins execution 2017-02-20 20:28:50 +07:00
Dmitry Khomutov 5d03a0ab35
Fixed extra 2017-02-19 01:21:46 +07:00
Dmitry Khomutov b83a6db697
Fixed 'build_error.message' column size 2017-02-19 00:59:45 +07:00
Dmitry Khomutov ebb08d868b
Added 'Build with debug' button for Admin on project page. Issue #22 2017-02-19 00:52:13 +07:00
Dmitry Khomutov 96aa345dc0
Removed base models and stores 2017-02-18 14:34:23 +07:00
Dmitry Khomutov 9f0580e802
Improved TravisCI build settings 2017-02-18 14:34:23 +07:00
root 9f8a5df810 add getFileLinkTemplate for gogs 2017-02-16 16:06:31 +07:00
ket4yii 086eb82631
[Form Element] Add percent to setName regex 2017-02-15 20:20:18 +07:00
Dmitry Khomutov a12407d02f
Fixed 'add/edit project' page. Issue #21 2017-02-15 20:16:40 +07:00
Dmitry Khomutov 6d99ca50a1
Fixed project/config for worker 2017-02-13 00:16:11 +07:00
Dmitry Khomutov 7d254fc512
DB fix 2017-02-12 01:35:17 +07:00
Dmitry Khomutov f4083df2a8
Improved dashboard styles 2017-02-11 23:22:26 +07:00
Dmitry Khomutov b5759cced2
Fixed install command for multiple runs 2017-02-11 23:15:33 +07:00
Dmitry Khomutov 91a8054fdd
Added highlighting for build config + updated dependencies 2017-02-10 23:18:07 +07:00
Pélisset Vincent efb9cacb02
Adding link to branch and commit for Gogs repositories 2017-02-10 21:13:03 +07:00
Dmitry Khomutov ea5044bf9b
Fixes 2017-02-09 22:25:12 +07:00
Dmitry Khomutov 6cff08f073
Removed localization from logs (Because it doesn't work) 2017-02-09 22:12:21 +07:00
Dmitry Khomutov 72579e769f
Codeception improvement (+ docs) 2017-02-09 22:03:53 +07:00
Pélisset Vincent c4d78c065c French translation updated 2017-02-09 21:51:27 +07:00
Pélisset Vincent 96bddfbc45 Fix codeception path in config who was ignored 2017-02-09 21:51:27 +07:00
Dmitry Khomutov 0e468e9a6a
Added branch to the dashboard timeline 2017-02-09 19:59:43 +07:00
Dmitry Khomutov 9e478fd821
Fixes for Gogs build and webhook. Issue #13 2017-02-07 23:09:52 +07:00
Dmitry Khomutov cc618b0c80
Gogs webhook fixes. Issue #13 2017-02-07 23:09:52 +07:00
Denis Denisov 31e48efd55
Gogs webhook that is based github
* https://gogs.io/docs/features/webhook.html
2017-02-07 23:09:52 +07:00
Dmitry Khomutov a886e161f3
Fixed PHPUnit temp files 2017-02-07 22:35:52 +07:00
Dmitry Khomutov e4a7079954
Added caching for public build status badge. Issue #15 2017-02-07 22:08:15 +07:00
Dmitry Khomutov e90a1d4a32
Added non-interactive mode for CreateAdminCommand. Issue #8 2017-02-05 17:58:57 +07:00
Dmitry Khomutov 31f1f1f3e9
Fixed default internal auth_provider 2017-02-05 16:54:59 +07:00
Dmitry Khomutov 55a4dfcb2d
Installation fix 2017-02-05 15:37:46 +07:00
Dmitry Khomutov a558716b6c
Added installation variant with config file instead options 2017-02-05 15:37:46 +07:00
Dmitry Khomutov ed532bad7d
Commands fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 0ab4acd72f
Fixes for authentication and users 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 0a4636a379
Refactored InstallCommand (+ removed localization from InstallCommand, because it doesn't works actually) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 97cd0b5373
Improved tables appearance 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 327f442ebb
Small content fixes 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 8779880a8f
Removed hacks for Windows OS (Because it isn't work fine all the same) 2017-02-05 15:37:46 +07:00
Dmitry Khomutov 7e735bbb3b
Queue improvements 2017-02-05 15:37:46 +07:00
Dmitry Khomutov bcfc5578de
Moved commands to Application from console.php 2017-02-05 15:37:18 +07:00
Dmitry Khomutov f2738845d7
Removed comment 2017-01-30 21:13:10 +07:00
Dmitry Khomutov afd99c12b5
Removed MySQL references (MySQL changed to DB) 2017-01-29 18:53:00 +07:00
Dmitry Khomutov 5396d580b3
Fixed tests for DB changes 2017-01-29 18:20:22 +07:00
Dmitry Khomutov c90c292629
Improved DB + PostgreSQL support 2017-01-29 18:20:22 +07:00
Dmitry Khomutov a9977dc5d1
Fixed Notice error 2017-01-25 22:18:34 +07:00
Dmitry Khomutov fc49c34d06
Removed Settings controller (Use manual editing of config.yml file) 2017-01-25 19:07:42 +07:00
Dmitry Khomutov 0ca5c8de51
Renamed app config worker section to queue + removed max_jobs option (use supervisord) 2017-01-23 22:41:02 +07:00
Dmitry Khomutov 3cbf8bdb7c
LDAP provider fixes 2017-01-22 20:06:50 +07:00
Dmitry Khomutov f3bdeb2493
Fixed LDAP authentication + unified app config options: authenticate_settings, security and ldap 2017-01-22 20:06:50 +07:00
Dmitry Khomutov 4b49c95b20
Code style fixes 2017-01-22 20:06:17 +07:00
Dmitry Khomutov 041f8090b0
Fixed tests for Security 2017-01-22 20:06:16 +07:00
Dmitry Khomutov 4e3e841b04
Fixed Security 2017-01-22 20:06:16 +07:00
Dmitry Khomutov b1d5c9cec2
PHP Censor fixes 2017-01-22 20:06:16 +07:00
Dmitry Khomutov 9db4b09bd9
Fixes after rebase (Login providers) 2017-01-22 20:06:16 +07:00
Dmitry Khomutov cda4c2e063
Fixes for auth 2017-01-22 20:06:16 +07:00