Skip to content

Commit 894e04c

Browse files
authored
Merge branch 'main' into docs-chatbot
2 parents 9386e7a + f90c135 commit 894e04c

File tree

9 files changed

+42
-9
lines changed

9 files changed

+42
-9
lines changed

docs/admin/code_hosts/github.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ Once public, App can be installed in additional namespaces either from Sourcegra
109109

110110
5. To sync repositories from this installation, click **Add connection** under your new installation.
111111

112+
### Configuring Multiple Private GitHub Apps for Sourcegraph
113+
If you prefer not to make your GitHub App public and instead create separate private GitHub Apps for each organizations, users will need to authorize each GitHub App individually to ensure proper repository access and permissions syncing. This is because GitHub Apps have narrowly scoped permissions and do not share authentication across multiple installations. To streamline this process, users can go to `User Settings` > `Account Security` in Sourcegraph and connect all necessary GitHub Apps from there. Once authorized, Sourcegraph will use the user's GitHub identity to determine access across all configured GitHub Apps.
114+
115+
For customers using GitHub Enterprise Cloud, an alternative approach is to create an Enterprise GitHub App, which can be installed across multiple organizations within an enterprise account while maintaining private visibility. More details on this approach can be found in [GitHub's documentation](https://docs.github.com/en/enterprise-cloud@latest/admin/managing-your-enterprise-account/creating-github-apps-for-your-enterprise).
116+
112117
### Uninstalling an App
113118

114119
You can uninstall a GitHub App from a namespace or remove it altogether at any time.

docs/cody/capabilities/ollama.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
{/* Internal docs only. Offloading from our production docs for now. */}
44

5-
6-
<Callout type="info">Support with Ollama is currently in the Experimental stage and is available for Cody Free and Pro plans.</Callout>
5+
<Callout type="info">Compatibility with Ollama is currently in the Experimental stage and is available for Cody Free and Pro plans. The support is for Ollama is limited feel free to contact us for any questions or feedback.</Callout>
76

87
## Cody Autocomplete with Ollama
98

docs/cody/clients/cody-with-sourcegraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), and [Visual Studio](/cody/clients/install-visual-studio ) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
66

77
<LinkCards>
8-
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />
8+
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />
99
</LinkCards>
1010

1111
## Initial setup

docs/cody/clients/install-eclipse.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p className="subtitle">Learn how to use Cody and its features with the Eclipse editor.</p>
44

5-
<Callout type="info">Cody for Eclipse is currently in the Experimental stage. It is compatible with Eclipse version 2024-03 (4.31.0) and runs on Windows 11. At this time, it only supports chat functionality.</Callout>
5+
<Callout type="info">Cody for Eclipse is currently in the Experimental stage and supports only chat. It is compatible with Eclipse version 2024-03 (4.31.0) and runs on Windows 11. The support is also limited feel free to contact us for any questions or feedback.</Callout>
66

77
Cody extension for Eclipse enhances your coding experience by providing intelligent and contextually aware answers to your questions. This guide will walk you through installing and setting Cody within your Eclipse editor.
88

docs/cody/clients/install-jetbrains.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The Cody plugin by Sourcegraph enhances your coding experience in your IDE by providing intelligent code suggestions, context-aware completions, and advanced code analysis. This guide will walk you through the steps to install and set up Cody within your JetBrains environment.
66

77
<LinkCards>
8-
<LinkCard href="https://plugins.jetbrains.com/plugin/9682-cody-ai-by-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="Cody for JetBrains" title="JetBrains Extension" description="Install Cody's free extension for JetBrains." />
8+
<LinkCard href="https://plugins.jetbrains.com/plugin/9682-cody-ai-by-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody for JetBrains" title="JetBrains Extension" description="Install Cody's free extension for JetBrains." />
99
</LinkCards>
1010

1111
## Prerequisites

docs/cody/clients/install-visual-studio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<p className="subtitle">Learn how to use Cody and its features with the Visual Studio editor.</p>
44

5-
<Callout type="info">Cody for Visual Studio is currently in the Experimental stage and currently only supports chat.</Callout>
5+
<Callout type="info">Cody for Visual Studio is currently in the Experimental stage and currently supports chat and autocomplete.</Callout>
66

77
Cody extension for Visual Studio enhances your coding experience by providing intelligent and contextually aware answers to your questions. This guide will walk you through installing and setting Cody within your Visual Studio editor.
88

99
<LinkCards>
10-
<LinkCard href="https://github.com/sourcegraph/cody-vs/" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Cody for Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
10+
<LinkCard href="https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-vs" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody for Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
1111
</LinkCards>
1212

1313
## Prerequisites

docs/cody/clients/install-vscode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The Cody extension by Sourcegraph enhances your coding experience in VS Code by providing intelligent code suggestions, context-aware autocomplete, and advanced code analysis. This guide will walk you through the steps to install and set up Cody within your VS Code environment.
66

77
<LinkCards>
8-
<LinkCard href="https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/vscode.svg" imgAlt="Cody for VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code." />
8+
<LinkCard href="https://marketplace.visualstudio.com/items?itemName=sourcegraph.cody-ai" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody for VS Code" title="Cody for VS Code" description="Install Cody's free extension for VS Code." />
99
</LinkCards>
1010

1111
## Prerequisites

docs/releases.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Currently supported versions of Sourcegraph:
1212

1313
| **Release** | **General Availability Date** | **Supported** | **Release Notes** | **Install** |
1414
|--------------|-------------------------------|---------------|--------------------------------------------------------------------|------------------------------------------------------|
15-
| 6.1 Patch 1 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v61376) | [Install](https://sourcegraph.com/docs/admin/deploy) |
15+
| 6.1 Patch 4 | March 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v614020) | [Install](https://sourcegraph.com/docs/admin/deploy) |
16+
| 6.1 Patch 3 | March 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v612889) | [Install](https://sourcegraph.com/docs/admin/deploy) |
17+
| 6.1 Patch 2 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v611295) | [Install](https://sourcegraph.com/docs/admin/deploy) |
18+
| 6.1 Patch 1 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v61376) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1619
| 6.1 Patch 0 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v610) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1720
| 6.0 Patch 1 | February 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v602687) | [Install](https://sourcegraph.com/docs/admin/deploy) |
1821
| 6.0 Patch 0 | January 2025 || [Notes](https://sourcegraph.com/docs/technical-changelog#v600) | [Install](https://sourcegraph.com/docs/admin/deploy) |

docs/technical-changelog.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7+
# 6.1 Patch 4
8+
9+
## v6.1.4020
10+
11+
- [sourcegraph](https://github.com/sourcegraph/sourcegraph/releases/tag/v6.1.4020)
12+
13+
- [docker-compose](https://github.com/sourcegraph/deploy-sourcegraph-docker/releases/tag/v6.1.4020)
14+
15+
- [helm](https://github.com/sourcegraph/deploy-sourcegraph-helm/releases/tag/v6.1.4020)
16+
17+
- [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.1.4020)
18+
19+
### Features
20+
21+
#### Source
22+
23+
- sub-repo-perms: add limited support for IPv4 wildcard semantics `(PR #4018)`
24+
- Backport 04606e20fbc8f13ad473533820b8f5df71e20ad7 from #3989
25+
26+
### Reverts
27+
28+
There were no reverts for this release
29+
30+
{/* RSS={"version":"v6.1.4020", "releasedAt": "2025-03-12"} */}
31+
32+
733
# 6.1 Patch 3
834

935
## v6.1.2889

0 commit comments

Comments
 (0)