mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Deprecate unused perforce setting (#56009)
This commit is contained in:
parent
98eb3f9d5c
commit
03e180aea2
@ -199,7 +199,8 @@
|
||||
"description": "Allow adding Perforce code host connections",
|
||||
"type": "string",
|
||||
"enum": ["enabled", "disabled"],
|
||||
"default": "enabled"
|
||||
"default": "enabled",
|
||||
"deprecationMessage": "Deprecated, Perforce is always enabled, setting is no longer used."
|
||||
},
|
||||
"perforceChangelistMapping": {
|
||||
"description": "Allow mapping of Perforce changelists to their commit SHAs in the DB",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user