Loading doc/source/admin/galaxy_options.rst +0 −12 Original line number Diff line number Diff line Loading @@ -1962,18 +1962,6 @@ :Type: str ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``interactivetools_shorten_url`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Description: Shorten the uuid portion of the subdomain or path for interactive tools. Especially useful for avoiding the need for wildcard certificates by keeping subdomain under 63 chars :Default: ``false`` :Type: bool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``retry_interactivetool_metadata_internally`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading lib/galaxy/config/schemas/config_schema.yml +0 −9 Original line number Diff line number Diff line Loading @@ -1408,15 +1408,6 @@ mapping: desc: | Prefix to use in the formation of the subdomain or path for interactive tools interactivetools_shorten_url: type: bool default: false required: false desc: | Shorten the uuid portion of the subdomain or path for interactive tools. Especially useful for avoiding the need for wildcard certificates by keeping subdomain under 63 chars retry_interactivetool_metadata_internally: type: bool default: true Loading test/integration/test_interactivetools_api.py +0 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ class TestInteractiveToolsShortURLIntegration(AbstractTestCases.BaseInteractiveT @classmethod def handle_galaxy_config_kwds(cls, config): super().handle_galaxy_config_kwds(config) config["interactivetools_shorten_url"] = True config["job_config_file"] = DOCKERIZED_JOB_CONFIG_FILE Loading Loading
doc/source/admin/galaxy_options.rst +0 −12 Original line number Diff line number Diff line Loading @@ -1962,18 +1962,6 @@ :Type: str ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``interactivetools_shorten_url`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Description: Shorten the uuid portion of the subdomain or path for interactive tools. Especially useful for avoiding the need for wildcard certificates by keeping subdomain under 63 chars :Default: ``false`` :Type: bool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``retry_interactivetool_metadata_internally`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading
lib/galaxy/config/schemas/config_schema.yml +0 −9 Original line number Diff line number Diff line Loading @@ -1408,15 +1408,6 @@ mapping: desc: | Prefix to use in the formation of the subdomain or path for interactive tools interactivetools_shorten_url: type: bool default: false required: false desc: | Shorten the uuid portion of the subdomain or path for interactive tools. Especially useful for avoiding the need for wildcard certificates by keeping subdomain under 63 chars retry_interactivetool_metadata_internally: type: bool default: true Loading
test/integration/test_interactivetools_api.py +0 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ class TestInteractiveToolsShortURLIntegration(AbstractTestCases.BaseInteractiveT @classmethod def handle_galaxy_config_kwds(cls, config): super().handle_galaxy_config_kwds(config) config["interactivetools_shorten_url"] = True config["job_config_file"] = DOCKERIZED_JOB_CONFIG_FILE Loading