Added ability to merge in-database project config over in-repository

config instead of only overwrite. This commit solve issues: #14, #70,
#106, #121.
This commit is contained in:
Dmitry Khomutov 2018-04-15 15:48:50 +07:00
commit 069026bc2d
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
20 changed files with 277 additions and 130 deletions

View file

@ -20,7 +20,7 @@ class BuildTest extends TestCase
'commit_id' => null,
'status' => null,
'log' => null,
'branch' => null,
'branch' => 'master',
'tag' => null,
'create_date' => null,
'start_date' => null,