Commit graph

18 commits

Author SHA1 Message Date
Dmitry Khomutov 1dc8acd263
Replace cache to Symfony/Cache component. 2018-02-21 10:46:55 +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 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 9e57de043e Removed useless 'project_id' column from 'build_meta' table. 2017-10-15 00:48:53 +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
Dmitry Khomutov e071088bba
Fixed branches for SVN build. Issue #65. 2017-05-17 21:46:55 +07:00
Dmitry Khomutov efbf2650bb
Code style fixes. 2017-05-08 12:37:08 +07:00
Stepan Strelets 0c9036af7f Fix update branches for exist environment 2017-04-05 16:44:07 +03:00
Stepan Strelets e1fc4a26e3 Fix get environments by branch - add default branch 2017-03-31 18:49:01 +07:00
Stepan Strelets 1cef8260e9
Fix build service test - mock environment store 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 96aa345dc0
Removed base models and stores 2017-02-18 14:34:23 +07:00
Dmitry Khomutov f4083df2a8
Improved dashboard styles 2017-02-11 23:22:26 +07:00
Dmitry Khomutov 26d59c224a Code style fixes 2016-12-24 17:39:21 +07:00
Dmitry Khomutov 32f5c01728 Fixed namespaces in docblocks (PHPCI -> PHPCensor) 2016-07-21 23:20:59 +06:00
Dmitry Khomutov 60a2b7282a Fixed namespaces (PHPCI -> PHPCensor) 2016-07-20 18:27:32 +06:00
Renamed from src/PHPCI/Model/Project.php (Browse further)