Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/batch-changes/batch-spec-yaml-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Possible values: `text`, `yaml`, `json`. Default is `text`.

## `steps.if`

Condition to check before executing the step. If the value of the `if:` attribute is `true` (boolean) or `"true``` (string), then the step is executed in the given repository (or workspace, in case [workspaces](#workspaces) are used). Otherwise, the step is skipped.
Condition to check before executing the step. If the value of the `if:` attribute is `true` (boolean) or `"true"` (string), then the step is executed in the given repository (or workspace, in case [workspaces](#workspaces) are used). Otherwise, the step is skipped.

As an optimization, the [Sourcegraph CLI](/cli/) tries to evaluate the condition _before_ starting to execute any `steps`. If the condition can be evaluated ahead of time and the result of the evaluation is false, then the execution of the step won't be attempted for the repository, which leads to better cache utilization.

Expand Down Expand Up @@ -706,7 +706,7 @@ published:
```

<Callout type="note">
The standalone `"*``` is quoted in the key to avoid ambiguity in the YAML
The standalone `"*"` is quoted in the key to avoid ambiguity in the YAML
document.
</Callout>

Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/deploy/kubernetes/configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This guide will demonstrate how to customize a Kubernetes deployment (**non-Helm

<QuickLink title="Installation" icon='lightbulb' href="/self-hosted/deploy/kubernetes/" />
<QuickLink title="Introduction" icon='theming' href="/self-hosted/deploy/kubernetes/kustomize" />
<QuickLink title="Configuration" icon='installation' href="#" />
<QuickLink title="Configuration" icon='installation' href="/self-hosted/deploy/kubernetes/configure" />
<QuickLink title="Maintenance" icon='presets' href="/self-hosted/deploy/kubernetes/operations" />

</QuickLinks>
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/deploy/kubernetes/operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Operations guides specific to managing [Sourcegraph on Kubernetes](/self-hosted/
<QuickLink title="Installation" icon='lightbulb' href="/self-hosted/deploy/kubernetes/" />
<QuickLink title="Introduction" icon='theming' href="/self-hosted/deploy/kubernetes/kustomize" />
<QuickLink title="Configuration" icon='installation' href="/self-hosted/deploy/kubernetes/configure" />
<QuickLink title="Maintenance" icon='presets' href="#" />
<QuickLink title="Maintenance" icon='presets' href="/self-hosted/deploy/kubernetes/operations" />

</QuickLinks>

Expand Down
2 changes: 1 addition & 1 deletion docs/technical-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12456,7 +12456,7 @@ The following PRs were merged onto the previous release branch but could not be
- A new status message now reports how many repositories have already been indexed for search. [#45246](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/45246)
- Search contexts can now be starred (favorited) in the search context management page. Starred search contexts will appear before other contexts in the context dropdown menu next to the search box. [#45230](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/45230)
- Search contexts now let you set a context as your default. The default will be selected every time you open Sourcegraph and will appear near the top in the context dropdown menu next to the search box. [#45387](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/45387)
- [search.largeF[iles](/admin/config/site-config#search-largeFiles) accepts an optional prefix `!` to negate a pattern. The o)rder of the patterns within search.largeFiles is honored such that the last pattern matching overrides preceding patterns. For patterns that begin with a literal `!` prefix with a backslash, for example, `\!fileNameStartsWithExcl!.txt`. Previously indexed files that become excluded due to this change will remain in the index until the next reindex [#45318](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/45318)
- [search.largeF[iles](/admin/config/site-config#search-largeFiles) accepts an optional prefix `!` to negate a pattern. The order of the patterns within search.largeFiles is honored such that the last pattern matching overrides preceding patterns. For patterns that begin with a literal `!` prefix with a backslash, for example, `\!fileNameStartsWithExcl!.txt`. Previously indexed files that become excluded due to this change will remain in the index until the next reindex [#45318](https://github.com/sourcegraph/sourcegraph-public-snapshot/pull/45318)
- [Webh[ooks](/admin/webhooks/incoming) have been overhauled completely and can now be found under **Site admin >) Repositories > Incoming webhooks**. Webhooks that were added via code host configuration are [deprec[ated](/admin/webhooks/incoming#deprecation-notice) and will be removed in 5.1.0.
- Added support fo)r receiving webhook `push` events from GitHub which will trigger Sourcegraph to fetch the latest commit rather than relying on polling.
- Added support for private container registries in Sourcegraph executors. [Using private registries](/self-hosted/executors/private-registries)
Expand Down