Commit graph

1705 commits

Author SHA1 Message Date
Dmitry Khomutov bc17b23758
UI fix 2017-03-18 13:18:41 +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 e560d7c266
Added Deployer (deployer.org) plugin by @ket4yii to the plugin list 2017-03-18 12:00:26 +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
Dmitry Khomutov 075be27691
Fixed HttpClientTest test 2017-03-16 21:12:56 +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 8d82e41666
Updated CHANGELOG.md (Added v0.11.0) 2017-03-12 16:54:18 +07:00
Dmitry Khomutov a2fbd9b775
Code style fixes 2017-03-12 11:40:40 +07:00
Dmitry Khomutov cbb0f1d2b4
Improved CHANGELOG.md 2017-03-10 23:39:51 +07:00
Dmitry Khomutov 9fbf79db9e
Doc fix + additional debug info 2017-03-10 21:10:04 +07:00
Dmitry Khomutov ebb73fcc1b
Merge branch 'bugfix-shell-plugin' 2017-03-07 20:02:10 +07:00
Dmitry Khomutov 58875d5c8a
Fixed shell plugin execution. Issue #30 2017-03-04 12:55:13 +07:00
Dmitry Khomutov f4b45e142e
Merge branch 'feature-improvements' 2017-02-28 22:45:22 +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 23aa5d7cc7
Improved README and Docs 2017-02-28 20:23:18 +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 32ccf1ec11
Updated CHANGELOG.md (Added v0.10.0) 2017-02-24 18:19:01 +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 07815d85eb
Merge branch 'feature-build-log-size' 2017-02-23 19:14:37 +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 9fdfa967a7
Merge branch 'feature-build' 2017-02-19 01:24:58 +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 8d7087554f
Added directory /runtime/status_cache. Issue #19 2017-02-13 08:36:36 +07:00
Dmitry Khomutov a249dad0c1
Merge branch 'bugfix-worker-config' 2017-02-13 08:31:19 +07:00
Dmitry Khomutov 6d99ca50a1
Fixed project/config for worker 2017-02-13 00:16:11 +07:00
Dmitry Khomutov 51df9e81c3
Improved README 2017-02-12 10:16:34 +07:00