Add option to use the same database for CI connection
What does this Merge Request do and why?
Add option to use the same database for CI connection
As a transitory phase, we default to using the same database for both CI and main connections
The intention is that :
-
multiple_databases
will change default totrue
in two weeks time, whileuse_main_database
defaults totrue
- In a few months time,
use_main_database
changes defaults totrue
Related issue: gitlab#349589 (closed)
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. - [-]
gdk doctor
test added, if needed. - [-] Add the
~highlight
label if this MR should be included in theCHANGELOG.md
.
Edited by Thong Kuah