Commit graph

171 commits

Author SHA1 Message Date
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