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:
parent
f2a1ab39a2
commit
069026bc2d
20 changed files with 277 additions and 130 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue