Skip to content

Commit c432401

Browse files
authored
Merge branch 'main' into brand
2 parents 13d3143 + c21af21 commit c432401

File tree

7 files changed

+36
-122
lines changed

7 files changed

+36
-122
lines changed

docs/admin/audit_log.mdx

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -98,33 +98,8 @@ There are two easy approaches to filtering the audit logs:
9898
- Message-based: we recommend going the JSON route, but if there's no easy way of parsing JSON using your SIEM or data processing stack, you can filter based on the following string: `auditId`.
9999

100100
### Cloud
101-
[Cloud](/cloud/#audit-logs)
102-
103-
104-
Audit Logs are a default feature for Cloud instances, with a standard retention policy of 30 days. Should you wish to
105-
extend this period, please be aware that additional charges will apply. To request an extension, please contact
106-
your assigned Customer Engineer (CE) or send an email to Sourcegraph Support at [email protected].
107-
108-
#### Access Cloud intance audit logs
109-
110-
##### Download audit logs ocassionally
111-
112-
For requesting audit logs, please contact your assigned Sourcegraph representative or our support team.
113-
114-
##### Instant audit logs access (experimental)
115-
116-
Sourcegraph LogPush service is streaming audit logs to customer provided destination.
117-
118-
Features:
119-
- single tenant, dedicated per customer
120-
- streaming only newly created logs
121-
- streaming on schedule, every 1h
122-
123-
Supported destinations:
124-
- Google Cloud Storage
125-
126-
If you are interested to use this feature or to stream to a different destination, please contact your assigned Sourcegraph representative or our support team.
127101

102+
For Sourcegraph Cloud customers, please refer to Cloud [documentations](/cloud/#audit-logs).
128103

129104
## Developing
130105

docs/admin/code_hosts/go.mdx

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/admin/code_hosts/rate_limits.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,3 @@ Sourcegraph supports internal rate limit configuration for the following connect
7272
- [Bitbucket Cloud](/admin/code_hosts/bitbucket_cloud#rateLimit)
7373
- [Bitbucket Server](/admin/code_hosts/bitbucket_server#rateLimit)
7474
- [Perforce](/admin/repo/perforce#rateLimit)
75-
- [Go Modules](/admin/code_hosts/go#rateLimit)
76-
- [JVM Packages](/admin/code_hosts/jvm#rateLimit)
77-
- [NPM Packages](/admin/code_hosts/npm#rateLimit)
78-
- [Python Packages](/admin/code_hosts/python#rateLimit)
79-
- [Ruby Packages](/admin/code_hosts/ruby#rateLimit)
80-
- [Rust Packages](/admin/code_hosts/rust#rateLimit)

docs/cloud/index.mdx

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,24 @@ To opt out of managed SMTP, please let your Sourcegraph Account team know when r
151151

152152
To learn more about how the Sourcegraph team operates managed SMTP internally, refer to [our handbook](https://handbook.sourcegraph.com/departments/cloud/technical-docs/managed-smtp/).
153153

154+
### Audit Logs
155+
156+
Our Cloud instances provide [audit logs](/admin/audit_log#cloud) to help you monitor and investigate actions taken by users and the system. These logs are available to download by request and are also sent to a [centralized logging service](https://about.sourcegraph.com/security#logging) for 30 day retention. Should you wish to
157+
extend this period, please be aware that additional charges will apply.
158+
To request an extension, please contact your assigned Customer Engineer (CE) or send an email to Sourcegraph Support at [email protected].
159+
160+
#### Download audit logs
161+
162+
For requesting audit logs, please contact your our support team.
163+
164+
#### Deliver audit logs to customer-managed destination (LogPush)
165+
166+
Sourcegraph LogPush is an optional add-on to deliver audit logs to a customer provided destination. To enable this feature, please contact your assigned Customer Engineer (CE) or support team.
167+
168+
Supported destinations:
169+
170+
- Google Cloud Storage (GCS)
171+
154172
## Requirements
155173

156174
### Business
@@ -190,10 +208,6 @@ Only essential Sourcegraph personnel will have access to the instance, server, c
190208

191209
All Sourcegraph Cloud instances have Sourcegraph management access enabled by default, and customers may request to disable by contacting your Sourcegraph contact.
192210

193-
### Audit Logs
194-
195-
Our Cloud instances provide [audit logs](/admin/audit_log#cloud) to help you monitor and investigate actions taken by users and the system. These logs are available to download by request and are also sent to a [centralized logging service](https://about.sourcegraph.com/security#logging) for 30 day retention (configurable for greater periods by request).
196-
197211
## Accommodating special requirements
198212

199213
We may be able to support special requests (network access policies, infrastructure requirements, custom version control systems, etc.) with additional time, support, and fees. [Contact us](https://about.sourcegraph.com/contact/sales) to discuss any special requirements you may have.

docs/code-search/code-navigation/precise_code_navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ The following repositories have precise code navigation enabled:
6767
## More resources
6868

6969
<QuickLinks>
70-
<QuickLink href="/code-search/code-navigation/writing_an_indexer" icon="installation" imgAlt="Code Navigation" title="Writing a SCIP indexer" description="Learn how you can write an indexer to emit SCIP with Sourcegraph." />
70+
<QuickLink href="/code-search/code-navigation/writing_an_indexer" icon="installation" imgAlt="Code Navigation" title="Writing a SCIP indexer" description="Learn how you can write an indexer to emit SCIP for code navigation in Sourcegraph." />
7171
<QuickLink href="/code-search/code-navigation/how-to/adding_lsif_to_workflows" icon="lightbulb" imgAlt="Code Navigation" title="Adding precise code navigation to CI/CD workflows" description="Learn how to add precise code navigation to CI/CD workflows to Sourcegraph." />
7272
</QuickLinks>

docs/cody/faq.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,22 @@ cody chat --model '$name_of_the_model' -m 'Hi Cody!'
137137

138138
For example, to use Claude 3.5 Sonnet, you'd pass the following command in your terminal, `cody chat --model 'claude-3.5-sonnet' -m 'Hi Cody!'
139139

140+
### Sign-in dialog gets stuck with Kaspersky Antivirus
141+
142+
**Problem:** When attempting to sign in, users may encounter a perpetual `"Signing in to Sourcegraph..."` dialog that never completes. This issue persists across different VS Code extension versions (e.g. 1.40-1.48) and browsers (Chrome, Edge, Firefox). In the browser console at `accounts.sourcegraph.com/sign-in`, you might see an error: `"Uncaught ApolloError: value.toString is not a function"`.
143+
144+
**Solution:** This issue is typically caused by Kaspersky Antivirus interfering with the authentication process. To resolve:
145+
146+
- Locate the Kaspersky icon in your system tray
147+
- Right-click on the Kaspersky icon
148+
- Select "Stop Protection"
149+
- Right-click the icon again
150+
- Select "Exit"
151+
152+
<Callout type="warning">
153+
Once you are signed in make sure to re-enable protection.
154+
</Callout>
155+
140156
## OpenAI o1
141157

142158
### What are OpenAI o1 best practices?

src/data/navigation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export const navigation: NavigationItem[] = [
102102
{ title: "Features", href: "/code-search/code-navigation/features", },
103103
{ title: "Search-based code navigation", href: "/code-search/code-navigation/search_based_code_navigation", },
104104
{ title: "Precise code navigation", href: "/code-search/code-navigation/precise_code_navigation", },
105-
{ title: "Indexers", href: "/code-search/code-navigation/writing_an_indexer", },
106105
{ title: "Auto-indexing", href: "/code-search/code-navigation/auto_indexing", },
107106
{ title: "Environment Variables", href: "/code-search/code-navigation/envvars", },
108107
{ title: "Troubleshooting", href: "/code-search/code-navigation/troubleshooting", },

0 commit comments

Comments
 (0)