From 178db459aa1e80770869dcc40ef898a6a29a569b Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:21 +0200 Subject: [PATCH 01/13] Update admin/config/site.schema.json schema for v6.11.5639 --- 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 27bdcb343..1efb4da8b 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:20Z via sourcegraph/sourcegraph@v6.11.5639 */} ```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 467642f4e6542ae9def7196535d9509c7992a6e3 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:21 +0200 Subject: [PATCH 02/13] Update admin/config/settings.schema.json schema for v6.11.5639 --- 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 936220bdc..371dbc35d 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:21Z via sourcegraph/sourcegraph@v6.11.5639 */} ```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 3adabc24989b80b4558f89907ce07d0e2ae3bb61 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:22 +0200 Subject: [PATCH 03/13] Update admin/code_hosts/github.schema.json schema for v6.11.5639 --- 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 039469e36..58fc342fa 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:22Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json // Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount From 224cc5c8c3f9e011226bbf63fa24e8f93edba2fc Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:23 +0200 Subject: [PATCH 04/13] Update admin/code_hosts/gitlab.schema.json schema for v6.11.5639 --- 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 a3bbb0f6a..f3c297dc2 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:23Z via sourcegraph/sourcegraph@v6.11.5639 */} ```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 77ae0cafaee0deb509d00d7ceba53c2623c4c66f Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:24 +0200 Subject: [PATCH 05/13] Update admin/code_hosts/bitbucket_server.schema.json schema for v6.11.5639 --- 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 679ca3b2a..01a0c5692 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:24Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json // Authentication alternatives: token OR password From 2bcf762305a1227895639f7c4ee6534fc6d9026a Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:25 +0200 Subject: [PATCH 06/13] Update admin/code_hosts/bitbucket_cloud.schema.json schema for v6.11.5639 --- 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 dd9079e33..f969d1ef1 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:24Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json { // The workspace access token to use when authenticating with Bitbucket Cloud. From 56a3abf70c5020de19b555ba2fba0fcb4bcd08d7 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:26 +0200 Subject: [PATCH 07/13] Update admin/code_hosts/azuredevops.schema.json schema for v6.11.5639 --- 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 38ad40f96..6ba51d7c8 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:25Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json // Authentication alternatives: token OR windowsPassword From a1aedf038594a894fd93aedbca9fbd6c16cf198c Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:26 +0200 Subject: [PATCH 08/13] Update admin/code_hosts/aws_codecommit.schema.json schema for v6.11.5639 --- 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 129652cff..a29ae8062 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:26Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json { // REQUIRED: From c62df70b9624d87956e97920dfab2a31342b4397 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:27 +0200 Subject: [PATCH 09/13] Update admin/code_hosts/gerrit.schema.json schema for v6.11.5639 --- 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 d4a66be09..c6e31cd8a 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:27Z via sourcegraph/sourcegraph@v6.11.5639 */} ```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 4a7d9e4076b3672510f075c55b0512a104b8cdad Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:28 +0200 Subject: [PATCH 10/13] Update admin/code_hosts/gitolite.schema.json schema for v6.11.5639 --- 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 e1c494365..d68e76a08 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:28Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json { // A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}). From 58270443e647aacc4795bd86127da1992f081f7e Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:29 +0200 Subject: [PATCH 11/13] Update admin/code_hosts/phabricator.schema.json schema for v6.11.5639 --- 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 cde7b5a43..53163f983 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:29Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json { // SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`. From 1b696de1095996d5aefbe661c27d1773d40037d9 Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:30 +0200 Subject: [PATCH 12/13] Update admin/code_hosts/other_external_service.schema.json schema for v6.11.5639 --- 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 bf3345e58..b24d6c8a9 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:29Z via sourcegraph/sourcegraph@v6.11.5639 */} ```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 30501e624c138dd9a57b5146223e7d95a9ff2aac Mon Sep 17 00:00:00 2001 From: sourcegraph-bot-devx <127119266+sourcegraph-bot-devx@users.noreply.github.com> Date: Fri, 9 Jan 2026 06:48:30 +0200 Subject: [PATCH 13/13] Update admin/code_hosts/perforce.schema.json schema for v6.11.5639 --- 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 8bf619a40..3313a465f 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-08T18:02:22Z */} +{/* Last updated: 2026-01-09T04:48:30Z via sourcegraph/sourcegraph@v6.11.5639 */} ```json { // If non-null, enforces Perforce depot permissions.