From f7ff4cedda28d2790485837ef3e43d7cdac087d4 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:07 +0200 Subject: [PATCH 01/13] Update admin/config/site.schema.json schema for v6.11.5428 --- docs/admin/config/site-config.mdx | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/docs/admin/config/site-config.mdx b/docs/admin/config/site-config.mdx index 8c46ff1c3..a54a5d1d4 100644 --- a/docs/admin/config/site-config.mdx +++ b/docs/admin/config/site-config.mdx @@ -21,7 +21,7 @@ All site configuration options and their default values are shown below. {/* SCHEMA_SYNC_START: admin/config/site.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:07Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { @@ -112,9 +112,6 @@ All site configuration options and their default values are shown below. // } "codeIntelAutoIndexing.indexerMap": null, - // Enables/disables the auto-indexing policy management UI in the code graph configuration pages. - "codeIntelAutoIndexing.policyManagementEnabled": false, - // The maximum number of repositories to which a single auto-indexing policy can apply. Default is -1, which is unlimited. "codeIntelAutoIndexing.policyRepositoryMatchLimit": -1, @@ -171,7 +168,7 @@ All site configuration options and their default values are shown below. // (debug) controls the amount of symbol search parallelism. Defaults to 20. It is not recommended to change this outside of debugging scenarios. This option will be removed in a future version. // Other example values: - // - 20 + // - "20" "debug.search.symbolsParallelism": 0, // The rate limit (in requests per hour) for the default rate limiter in the rate limiters registry. By default this is disabled and the default rate limit is infinity. @@ -256,7 +253,25 @@ All site configuration options and their default values are shown below. "setPassword": null }, + // Configure completion credits entitlement enablement + "entitlements.completionCredits": { + "mode": "disabled" + }, + // Experimental features and settings. + // Other example values: + // - { + // "customGitFetch": [ + // { + // "domainPath": "somecodehost.com/path/to/repo", + // "fetch": "customgitbinary someflag" + // }, + // { + // "domainPath": "somecodehost.com/path/to/anotherrepo", + // "fetch": "customgitbinary someflag anotherflag" + // } + // ] + // } "experimentalFeatures": { "batchChanges.enableForkNameSuffix": false, "batchChanges.enablePerforce": false, @@ -551,7 +566,7 @@ All site configuration options and their default values are shown below. // The number of threads each indexserver should use to index shards. If not set, indexserver will use the number of available CPUs. This is exposed as a safeguard and should usually not require being set. // Other example values: - // - 10 + // - "10" "search.index.shardConcurrency": 0, // Whether indexed symbol search is enabled. This is contingent on the indexed search configuration, and is true by default for instances with indexed search enabled. Enabling this will cause every repository to re-index, which is a time consuming (several hours) operation. Additionally, it requires more storage and ram to accommodate the added symbols information in the search index. @@ -580,7 +595,7 @@ All site configuration options and their default values are shown below. "commitDiffMaxRepos": 50, "commitDiffWithTimeFilterMaxRepos": 10000, "maxRepos": -1, - "maxTimeoutSeconds": 60 + "maxTimeoutSeconds": "60" }, // Syntax highlighting configuration @@ -818,7 +833,6 @@ All site configuration options and their default values are shown below. "externalServiceKey": null, "gitHubAppKey": null, "outboundWebhookKey": null, - "slackConfigurationKey": null, "userExternalAccountKey": null, "webhookKey": null, "webhookLogKey": null @@ -1139,6 +1153,7 @@ All site configuration options and their default values are shown below. "type": "opentelemetry", "urlTemplate": null } + } ``` {/* SCHEMA_SYNC_END: admin/config/site.schema.json */} From 5a8023f2c660197e540bc4317fc533a88a136536 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:08 +0200 Subject: [PATCH 02/13] Update admin/config/settings.schema.json schema for v6.11.5428 --- docs/admin/config/settings.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/config/settings.mdx b/docs/admin/config/settings.mdx index c7728d54b..c7202f5f2 100644 --- a/docs/admin/config/settings.mdx +++ b/docs/admin/config/settings.mdx @@ -27,7 +27,7 @@ Settings options and their default values are shown below. {/* SCHEMA_SYNC_START: admin/config/settings.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:08Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { @@ -158,6 +158,7 @@ Settings options and their default values are shown below. // Enables default site wide search context. Only admins can set this. Individual users can override with their own search context. "siteWideSearchContext": null + } ``` {/* SCHEMA_SYNC_END: admin/config/settings.schema.json */} From 0e135e6fcd7ecc221952ac8ba1d9524ffe2e8d18 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:09 +0200 Subject: [PATCH 03/13] Update admin/code_hosts/github.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/github.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/github.mdx b/docs/admin/code-hosts/github.mdx index da2e8fbf2..0013affe6 100644 --- a/docs/admin/code-hosts/github.mdx +++ b/docs/admin/code-hosts/github.mdx @@ -454,7 +454,7 @@ GitHub connections support the following configuration options, which are specif {/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:09Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json // Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount From 2369615e3818bebcd2f1331ccdfc8ef0904952ac Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:10 +0200 Subject: [PATCH 04/13] Update admin/code_hosts/gitlab.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/gitlab.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/gitlab.mdx b/docs/admin/code-hosts/gitlab.mdx index c24d314a2..caaa43c3b 100644 --- a/docs/admin/code-hosts/gitlab.mdx +++ b/docs/admin/code-hosts/gitlab.mdx @@ -189,7 +189,7 @@ See [Internal rate limits](/admin/code-hosts/rate-limits#internal-rate-limits). {/* SCHEMA_SYNC_START: admin/code_hosts/gitlab.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:10Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // If non-null, enforces GitLab repository permissions. This requires that there be an item in the `auth.providers` field of type "gitlab" with the same `url` field as specified in this `GitLabConnection`. From c8855df50fe89dbc416e011cf95583f7d916b261 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:11 +0200 Subject: [PATCH 05/13] Update admin/code_hosts/bitbucket_server.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/bitbucket-server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/bitbucket-server.mdx b/docs/admin/code-hosts/bitbucket-server.mdx index 142b71520..461762016 100644 --- a/docs/admin/code-hosts/bitbucket-server.mdx +++ b/docs/admin/code-hosts/bitbucket-server.mdx @@ -202,7 +202,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi {/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:11Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json // Authentication alternatives: token OR password From ac4a0277ef1cec8c4a358349ad9b9cb500120cbc Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:12 +0200 Subject: [PATCH 06/13] Update admin/code_hosts/bitbucket_cloud.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/bitbucket-cloud.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/bitbucket-cloud.mdx b/docs/admin/code-hosts/bitbucket-cloud.mdx index 7740307a1..4344f0b76 100644 --- a/docs/admin/code-hosts/bitbucket-cloud.mdx +++ b/docs/admin/code-hosts/bitbucket-cloud.mdx @@ -116,7 +116,7 @@ Bitbucket Cloud connections support the following configuration options, which a {/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_cloud.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:12Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // The workspace access token to use when authenticating with Bitbucket Cloud. From 2413119e364639515a511aed3b72e7a3a5db2681 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:13 +0200 Subject: [PATCH 07/13] Update admin/code_hosts/azuredevops.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/azuredevops.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/azuredevops.mdx b/docs/admin/code-hosts/azuredevops.mdx index 2e55d0bf9..d308abf88 100644 --- a/docs/admin/code-hosts/azuredevops.mdx +++ b/docs/admin/code-hosts/azuredevops.mdx @@ -65,7 +65,7 @@ Azure DevOps connections support the following configuration options, which are {/* SCHEMA_SYNC_START: admin/code_hosts/azuredevops.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:13Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json // Authentication alternatives: token OR windowsPassword From cd3a593fbfc280b8c240f6be7a08ac925d327dd4 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:14 +0200 Subject: [PATCH 08/13] Update admin/code_hosts/aws_codecommit.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/aws-codecommit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/aws-codecommit.mdx b/docs/admin/code-hosts/aws-codecommit.mdx index 1648a81e1..2fe482b25 100644 --- a/docs/admin/code-hosts/aws-codecommit.mdx +++ b/docs/admin/code-hosts/aws-codecommit.mdx @@ -37,7 +37,7 @@ AWS CodeCommit connections support the following configuration options, which ar {/* SCHEMA_SYNC_START: admin/code_hosts/aws_codecommit.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:14Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // REQUIRED: From d0b4d99977eb122c054e60b89368310559cedb40 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:15 +0200 Subject: [PATCH 09/13] Update admin/code_hosts/gerrit.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/gerrit.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/gerrit.mdx b/docs/admin/code-hosts/gerrit.mdx index ccdb85cb3..c23b22308 100644 --- a/docs/admin/code-hosts/gerrit.mdx +++ b/docs/admin/code-hosts/gerrit.mdx @@ -113,7 +113,7 @@ Gerrit connections support the following configuration options, which are specif {/* SCHEMA_SYNC_START: admin/code_hosts/gerrit.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:15Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // If non-null, enforces Gerrit repository permissions. This requires that there is an item in the [site configuration json](https://sourcegraph.com/docs/admin/config/site_config#auth-providers) `auth.providers` field, of type "gerrit" with the same `url` field as specified in this `GerritConnection`. From 83b5665b9e44f448c903386d69366a2c42a0e4be Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:16 +0200 Subject: [PATCH 10/13] Update admin/code_hosts/gitolite.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/gitolite.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/gitolite.mdx b/docs/admin/code-hosts/gitolite.mdx index 5a9fa420f..bc105f871 100644 --- a/docs/admin/code-hosts/gitolite.mdx +++ b/docs/admin/code-hosts/gitolite.mdx @@ -25,7 +25,7 @@ To connect Gitolite to Sourcegraph: {/* SCHEMA_SYNC_START: admin/code_hosts/gitolite.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:15Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}). From 3fcb7ccf35ce5d7b8d6928ef62610c8d170f4727 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:17 +0200 Subject: [PATCH 11/13] Update admin/code_hosts/phabricator.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/phabricator.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/phabricator.mdx b/docs/admin/code-hosts/phabricator.mdx index 0e3d09d88..088bbae25 100644 --- a/docs/admin/code-hosts/phabricator.mdx +++ b/docs/admin/code-hosts/phabricator.mdx @@ -76,7 +76,7 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config {/* SCHEMA_SYNC_START: admin/code_hosts/phabricator.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:16Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`. From 71132359f2c7825d19426466be56d28f241ed836 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:17 +0200 Subject: [PATCH 12/13] Update admin/code_hosts/other_external_service.schema.json schema for v6.11.5428 --- docs/admin/code-hosts/other.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/code-hosts/other.mdx b/docs/admin/code-hosts/other.mdx index 5cf0f789f..ab0119589 100644 --- a/docs/admin/code-hosts/other.mdx +++ b/docs/admin/code-hosts/other.mdx @@ -68,7 +68,7 @@ Repositories must be listed individually: {/* SCHEMA_SYNC_START: admin/code_hosts/other_external_service.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:17Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // A list of repositories to never mirror by name after applying repositoryPathPattern. Supports excluding by exact name ({"name": "myrepo"}) or regular expression ({"pattern": ".*secret.*"}). From 735b718a9408ecb9e1dcc5d09f36388e5567aa2c Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:28:18 +0200 Subject: [PATCH 13/13] Update admin/code_hosts/perforce.schema.json schema for v6.11.5428 --- docs/admin/repo/perforce.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/repo/perforce.mdx b/docs/admin/repo/perforce.mdx index 536f974e8..604565582 100644 --- a/docs/admin/repo/perforce.mdx +++ b/docs/admin/repo/perforce.mdx @@ -228,7 +228,7 @@ With this setting, Sourcegraph will ignore any rules with a host other than `*`, {/* SCHEMA_SYNC_START: admin/code_hosts/perforce.schema.json */} {/* WARNING: This section is auto-generated during releases. Do not edit manually. */} -{/* Last updated: 2026-01-02T21:59:34Z */} +{/* Last updated: 2026-01-08T00:28:18Z via sourcegraph/sourcegraph@v6.11.5428 */} ```json { // If non-null, enforces Perforce depot permissions.