Skip to content

Commit 018a196

Browse files
authored
Merge branch 'main' into jd/ziv-stream-api
2 parents 73b23eb + 6438c19 commit 018a196

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+9265
-88470
lines changed

docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
DOCS_LATEST_VERSION: '6.8'
2+
DOCS_LATEST_VERSION: '6.9'
33
};
44

55
module.exports = config;

docs/admin/auth/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Requires that users have SAML SSO authorization for specific GitHub organization
190190

191191
This setting accepts one of two values:
192192
- A list of **GitHub organization IDs** (numeric strings), not organization names.
193-
- A list with a single entry: ["any"], which means **all** organizations need to be authorized.
193+
- A list with a single entry: ["all"], which means **all** organizations need to be authorized.
194194

195195
**Finding your GitHub organization ID:**
196196

docs/admin/code_hosts/aws_codecommit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AWS CodeCommit connections support the following configuration options, which ar
3434

3535
{/* SCHEMA_SYNC_START: admin/code_hosts/aws_codecommit.schema.json */}
3636
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
37-
{/* Last updated: 2025-10-20T20:10:12Z via sourcegraph/sourcegraph@v6.9.902 */}
37+
{/* Last updated: 2025-10-29T23:57:03Z via sourcegraph/sourcegraph@v6.9.2509 */}
3838
```json
3939
{
4040
// REQUIRED:

docs/admin/code_hosts/azuredevops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Azure DevOps connections support the following configuration options, which are
6767

6868
{/* SCHEMA_SYNC_START: admin/code_hosts/azuredevops.schema.json */}
6969
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
70-
{/* Last updated: 2025-10-20T20:10:11Z via sourcegraph/sourcegraph@v6.9.902 */}
70+
{/* Last updated: 2025-10-29T23:57:02Z via sourcegraph/sourcegraph@v6.9.2509 */}
7171
```json
7272
// Authentication alternatives: token OR windowsPassword
7373

docs/admin/code_hosts/bitbucket_cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Bitbucket Cloud connections support the following configuration options, which a
118118

119119
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_cloud.schema.json */}
120120
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
121-
{/* Last updated: 2025-10-20T20:10:11Z via sourcegraph/sourcegraph@v6.9.902 */}
121+
{/* Last updated: 2025-10-29T23:57:01Z via sourcegraph/sourcegraph@v6.9.2509 */}
122122
```json
123123
{
124124
// The workspace access token to use when authenticating with Bitbucket Cloud.

docs/admin/code_hosts/bitbucket_server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
205205

206206
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */}
207207
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
208-
{/* Last updated: 2025-10-20T20:10:10Z via sourcegraph/sourcegraph@v6.9.902 */}
208+
{/* Last updated: 2025-10-29T23:57:00Z via sourcegraph/sourcegraph@v6.9.2509 */}
209209
```json
210210
// Authentication alternatives: token OR password
211211

docs/admin/code_hosts/gerrit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Gerrit connections support the following configuration options, which are specif
110110

111111
{/* SCHEMA_SYNC_START: admin/code_hosts/gerrit.schema.json */}
112112
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
113-
{/* Last updated: 2025-10-20T20:10:13Z via sourcegraph/sourcegraph@v6.9.902 */}
113+
{/* Last updated: 2025-10-29T23:57:04Z via sourcegraph/sourcegraph@v6.9.2509 */}
114114
```json
115115
{
116116
// 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`.

docs/admin/code_hosts/github.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ To create a GitHub App and connect it to Sourcegraph:
4747
Emails (Manage a user's email addresses): read
4848
Members (Organization members and teams): read
4949
Metadata (Search repositories, list collaborators, and access repository metadata): read
50+
Administration (Repository creation, deletion, settings, teams, and collaborators): read (only required for groups caching)
5051
```
5152

5253
<img alt="The GitHub App creation page on Sourcegraph, with the default values filled out" src="https://sourcegraphstatic.com/docs/images/administration/config/github-apps/github-apps-create-dark.png" />
@@ -450,7 +451,7 @@ GitHub connections support the following configuration options, which are specif
450451

451452
{/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */}
452453
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
453-
{/* Last updated: 2025-10-20T20:10:08Z via sourcegraph/sourcegraph@v6.9.902 */}
454+
{/* Last updated: 2025-10-29T23:56:58Z via sourcegraph/sourcegraph@v6.9.2509 */}
454455
```json
455456
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
456457

docs/admin/code_hosts/gitlab.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
187187

188188
{/* SCHEMA_SYNC_START: admin/code_hosts/gitlab.schema.json */}
189189
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
190-
{/* Last updated: 2025-10-20T20:10:09Z via sourcegraph/sourcegraph@v6.9.902 */}
190+
{/* Last updated: 2025-10-29T23:56:59Z via sourcegraph/sourcegraph@v6.9.2509 */}
191191
```json
192192
{
193193
// 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`.

docs/admin/code_hosts/gitolite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To connect Gitolite to Sourcegraph:
2727

2828
{/* SCHEMA_SYNC_START: admin/code_hosts/gitolite.schema.json */}
2929
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
30-
{/* Last updated: 2025-10-20T20:10:14Z via sourcegraph/sourcegraph@v6.9.902 */}
30+
{/* Last updated: 2025-10-29T23:57:05Z via sourcegraph/sourcegraph@v6.9.2509 */}
3131
```json
3232
{
3333
// A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}).

0 commit comments

Comments
 (0)