Commit Graph

4 Commits

Author SHA1 Message Date
James E. Blair 6c751892e8 Add gitlab disable_connection_pool option
Under adverse network conditions, it may be necessary to disable
connection pooling entirely in order to achive reliable interaction
with the remote server.  Add an option for that.

Change-Id: I336fab1197a8fb6e038db24277b6279013224bb0
2021-10-14 16:29:50 -07:00
Tobias Henkel 05bde42af3
Support boolean values in get_default
We already support getting int values via get_default. Supporting
boolean values can be useful too.

Change-Id: I5079217e11afa8be516a79ad99860e514c40c727
2019-02-15 10:42:36 +01:00
bin.sun e2a2a2fd06 Add type check for zuul conf
Some options of zuul web should be initialized as int format,
and it may cause TypeError when accessing zuul web dashboard.

Change-Id: I4923d3047516c39b7e1005e189924fb4dd6fd1df
2018-12-10 19:24:50 +08:00
Tristan Cacqueray 91601d788e config: refactor config get default
This change adds a new get_default library procedure to simplify getting
default value of config object.

Change-Id: I0546b1175b259472a10690273af611ef4bad5a99
2017-06-17 02:00:50 +00:00