mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Merge pull request #15861 from dannon/drop-legacy-history-config
Drop use_legacy_history from config
This commit is contained in:
@@ -1941,18 +1941,6 @@
|
||||
:Type: str
|
||||
|
||||
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
``use_legacy_history``
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
:Description:
|
||||
Server-wide default selection to use the legacy history during the
|
||||
transition period, after which this option will disappear. Users
|
||||
will remain able to swap back and forth per their preference.
|
||||
:Default: ``false``
|
||||
:Type: bool
|
||||
|
||||
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
``user_preferences_extra_conf_path``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -1244,11 +1244,6 @@ galaxy:
|
||||
# <config_dir>.
|
||||
#trs_servers_config_file: trs_servers_conf.yml
|
||||
|
||||
# Server-wide default selection to use the legacy history during the
|
||||
# transition period, after which this option will disappear. Users
|
||||
# will remain able to swap back and forth per their preference.
|
||||
#use_legacy_history: false
|
||||
|
||||
# Location of the configuration file containing extra user
|
||||
# preferences.
|
||||
# The value of this option will be resolved with respect to
|
||||
|
||||
@@ -1396,15 +1396,6 @@ mapping:
|
||||
If this is null (the default), a simple configuration containing
|
||||
just Dockstore will be used.
|
||||
|
||||
use_legacy_history:
|
||||
type: bool
|
||||
default: false
|
||||
required: false
|
||||
desc: |
|
||||
Server-wide default selection to use the legacy history during the
|
||||
transition period, after which this option will disappear. Users will
|
||||
remain able to swap back and forth per their preference.
|
||||
|
||||
user_preferences_extra_conf_path:
|
||||
type: str
|
||||
default: 'user_preferences_extra_conf.yml'
|
||||
|
||||
@@ -156,7 +156,6 @@ class ConfigSerializer(base.ModelSerializer):
|
||||
"enable_unique_workflow_defaults": _use_config,
|
||||
"enable_beta_markdown_export": _use_config,
|
||||
"enable_beacon_integration": _use_config,
|
||||
"use_legacy_history": _use_config,
|
||||
"simplified_workflow_run_ui": _use_config,
|
||||
"simplified_workflow_run_ui_target_history": _use_config,
|
||||
"simplified_workflow_run_ui_job_cache": _use_config,
|
||||
|
||||
Reference in New Issue
Block a user