Show More
@@ -576,7 +576,6 b' def _sanitize_vcs_settings(settings):' | |||||
576 | _string_setting(settings, 'vcs.hooks.host', '127.0.0.1') |
|
576 | _string_setting(settings, 'vcs.hooks.host', '127.0.0.1') | |
577 | _string_setting(settings, 'vcs.scm_app_implementation', 'http') |
|
577 | _string_setting(settings, 'vcs.scm_app_implementation', 'http') | |
578 | _string_setting(settings, 'vcs.server', '') |
|
578 | _string_setting(settings, 'vcs.server', '') | |
579 | _string_setting(settings, 'vcs.server.log_level', 'debug') |
|
|||
580 | _string_setting(settings, 'vcs.server.protocol', 'http') |
|
579 | _string_setting(settings, 'vcs.server.protocol', 'http') | |
581 | _bool_setting(settings, 'startup.import_repos', 'false') |
|
580 | _bool_setting(settings, 'startup.import_repos', 'false') | |
582 | _bool_setting(settings, 'vcs.hooks.direct_calls', 'false') |
|
581 | _bool_setting(settings, 'vcs.hooks.direct_calls', 'false') |
@@ -119,7 +119,6 b' class TestSanitizeVcsSettings(object):' | |||||
119 | ('vcs.hooks.host', '127.0.0.1'), |
|
119 | ('vcs.hooks.host', '127.0.0.1'), | |
120 | ('vcs.scm_app_implementation', 'http'), |
|
120 | ('vcs.scm_app_implementation', 'http'), | |
121 | ('vcs.server', ''), |
|
121 | ('vcs.server', ''), | |
122 | ('vcs.server.log_level', 'debug'), |
|
|||
123 | ('vcs.server.protocol', 'http'), |
|
122 | ('vcs.server.protocol', 'http'), | |
124 | ] |
|
123 | ] | |
125 |
|
124 |
@@ -496,7 +496,7 b' vcs.scm_app_implementation = http' | |||||
496 | vcs.hooks.protocol = http |
|
496 | vcs.hooks.protocol = http | |
497 | vcs.hooks.host = 127.0.0.1 |
|
497 | vcs.hooks.host = 127.0.0.1 | |
498 |
|
498 | |||
499 | vcs.server.log_level = debug |
|
499 | ||
500 | ## Start VCSServer with this instance as a subprocess, Useful for development |
|
500 | ## Start VCSServer with this instance as a subprocess, Useful for development | |
501 | vcs.start_server = false |
|
501 | vcs.start_server = false | |
502 |
|
502 |
General Comments 0
You need to be logged in to leave comments.
Login now