This repository was archived by the owner on Jul 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update dependency sourcegraph/src-cli to v3.42.1 #194
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/sourcegraph-src-cli-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c52e9f2 to
2219cca
Compare
2219cca to
79486c0
Compare
79486c0 to
f68a7e1
Compare
f68a7e1 to
708168f
Compare
708168f to
a897a9b
Compare
a897a9b to
4246d2f
Compare
4246d2f to
9d8f3d5
Compare
9d8f3d5 to
61b0e29
Compare
61b0e29 to
05c86cc
Compare
05c86cc to
7f63dd5
Compare
7f63dd5 to
a2960ba
Compare
a2960ba to
a159618
Compare
a159618 to
46e18ec
Compare
46e18ec to
756760a
Compare
756760a to
50d06db
Compare
50d06db to
0ec6f80
Compare
0ec6f80 to
7fac0d3
Compare
7fac0d3 to
1162194
Compare
1162194 to
3b0350b
Compare
3b0350b to
9dfced1
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
sourcegraph/sourcegraph
v3.42.0Compare Source
Added
"permissions.syncUsersMaxConcurrency"to control the maximum number of user-centric permissions syncing jobs could be spawned concurrently. #37918"observability.tracing": { "type": "opentelemetry" }#37984experimentalFeatures.editorto"monaco". 38584"log": { "gitserver.accessLogs": true }to the site config. #38798codeInsightsCompute#37857Changed
gitto 2.35.2 ingitserverandserverDocker image. This addresses a few vulnerabilities announced by GitHub.experimentalFeatures.showEnterpriseHomePanelsto true. #38431SRC_LOG_SAMPLING_INITIALandSRC_LOG_SAMPLING_THEREAFTER, and ifSRC_LOG_SAMPLING_INITIALis set to0or-1the sampling will be disabled entirely. #38451experimentalFeatures.enableGitServerCommandExecFilter. Setting this value has no effect on the code any longer and the code to guard against unknown commands is always enabled.Publishaction when working with imported changesets. #37882Fixed
repo:regexes only returned a subset of repository results. #37925Fromaddress when render emails. #38589"repositoryQuery":{"public"}where it wasn't respecting exclude archived. #38839repositoryQuerywith custom queries, where it could potentially stall out searching for repos. #38839Removed
v3.41.1Compare Source
Fixed
Added
Changed
v3.41.0Added
extensions.allowOnlySourcegraphAuthoredExtensions. When enabled only extensions authored by Sourcegraph will be able to be viewed and installed. For more information check out the docs. #35054/debug, which now exposes information about the queue, the list of indexed repositories, and the list of assigned repositories. Admins can reach the debug landing page by selecting Instrumentation > indexed-search-indexer from the site admin view. The debug page is linked at the top. #346enableExtensionsDecorationsColumnViewuser setting as experimental feature. When enabled decorations of the extensions supporting column decorations (currently only git-extras extension does: sourcegraph-git-extras/pull/276) will be displayed in separate columns on the blob page. #36007allowGroupsthat allows filtering users by group membership. #36555batch_change_linkhas been added for more control over where the "Created by Sourcegraph batch change ..." message appears in the published changeset description. #491Changed
context:andrepo:filters in search query.frontendandcodeintel-dbare now given 1 hour to begin accepting connections before Kubernetes restarts the containers. #4136Fixed
Removed
v3.40.2Compare Source
Fixed
v3.40.1Compare Source
Fixed
v3.40.0Added
path:is now a valid filter. It is an alias for the existingfile:filter. #34947-languageis a valid filter, but the web app displays it as invalid. The web app is fixed to reflect validity. #34949asyncboolean field todeleteExternalServicemutation. Example:mutation deleteExternalService(externalService: "id", async: true) { alwaysNil }**/*.lockto match a lock file anywhere in a repository. #35411setRepositoryPermissionsUnrestrictedmutation was added, which allows explicitly marking a repo as available to all Sourcegraph users. #35378repo:deps(...)predicate can now search through the Python dependencies of your repositories. #32659Changed
fork:noandarchived:noif these fields are not specified by the user. This removes the need to manually add these fields to have consistent behavior from historical to non-historical results. #30204Fixed
orexpressions are now optimized to evaluate natively on the backends that support it (#34382), and both commit and diff search have been updated to run optimizedand,or, andnotqueries. #34595type:symbol. #35126on.repositoryif it is not a valid repository path #35023Removed
v3.39.1Compare Source
Fixed
v3.39.0Compare Source
Added
new-repo-pagefeature flag. #33319repoand-reposearch query fields from the contexts to apply them as filters on the insight. #33866insights.commit.indexer.windowDuration. A value of 0 (default) will disable batching. #33666"auth.lockout"to customize the threshold, length of lockout and consecutive periods. #33999repo:dependencies(...)predicate can now search through the Go dependencies of your repositories. #32658defaultRateLimitto optionally configure a global default rate limit for external services.Changed
Fixed
Warning: Sourcegraph cannot send emails!banner would appear for all users instead of just site admins (introduced in v3.38).andandnotexpressions are now optimized to evaluate natively on the Zoekt backend for indexed code content and symbol search wherever possible. These kinds of queries are now typically an order of magnitude faster. Previous cases where no results were returned for expensive search expressions should now work and return results quickly. #33308Removed
v3.38.0Compare Source
Added
PRECISE_CODE_INTEL_UPLOAD_AWS_USE_EC2_ROLE_CREDENTIALSenvironment variable to enable EC2 metadata API authentication to an external S3 bucket storing precise code intelligence uploads. #31820history.preferAbsoluteTimestampshistory.preferAbsoluteTimestamps#31837enable-embed-routefeature flag. #31628IDEEXTENSIONfor IDE extensions-related events #32000repo:dependencies(...)predicate allows you to search through the dependencies of your repositories. This feature is currently in beta and only npm package repositories are supported with dependencies frompackage-lock.jsonandyarn.lockfiles. #32405gitServerPinnedReposthat allows admins to pin specific repositories to particular gitserver instances. #32831.Changed
//with regular expression search is now interpreted literally and will search for//. Previously, the//pattern was interpreted as our regular expression syntax/<regexp>/which would in turn be intrpreted as the empty string. Since searching for an empty string offers little practically utility, we now instead interpret//to search for its literal meaning in regular expression search. #315201.22.0to1.29.0. #32631Fixed
select:fileandselect:file.directorynow properly deduplicates results. #32469Removed
SearchResults.resultCounthas been removed in favor of its replacement,matchCount. #31573UseJaegerhas been removed. Use"observability.tracing": { "sampling": "all" }instead #31294v3.37.0Added
Changed
MonitorTriggerEventConnectionhas been reversed so newer events are returned first. Theafterparameter has been modified accordingly to return events older the one specified, to allow for pagination. 31219Fixed
symbolsservice. #30647Removed
experimentalFeature.showCodeMonitoringTestEmailButton. Test emails can still be sent by editing the code monitor and expanding the "Send email notification" section. #29953v3.36.3Compare Source
Fixed
v3.36.2Compare Source
Removed
v3.36.1Compare Source
Fixed
v3.36.0Added
repo,rev,file,lang,case,fork,visibility.OR,ANDexpressions are also allowed. To enable this feature to all users, setexperimentalFeatures.searchContextsQueryto true in global settings. You'll then see a "Create context" button from the search results page and a "Query" input field in the search contexts form. If you want revisions specified in these query based search contexts to be indexed, setexperimentalFeatures.search.index.query.contextsto true in site configuration. #29327batchChanges.enforceForkssite setting is enabled. #17879codeIntelligence.maxPanelResults. If not set, a hardcoded limit of 500 was used. #29629patterntypefilter. #29733Changed
/search/streamwill be retired in favor of/.api/search/stream. This requires no action unless you have developed custom code against/search/stream. We will support both endpoints for a short period of time before removing/search/stream. Please refer to the documentation for more information.experimentalFeatures.ranking.repoScores. If you notice increased latency in results, you can disable this feature by settingexperimentalFeatures.ranking.maxReorderQueueSizeto 0. #29856experimentalFeatures.clientSearchResultRanking: "by-line-number". #29046Fixed
@. #29489Removed
v3.35.2Compare Source
Fixed
v3.35.1Compare Source
Fixed
v3.35.0Compare Source
Added
on.branchesattribute. #25228minikubeoverlay to achieve similar results.#4012Detect and Trackwhich will generate unique time series from the matches of a pattern specified as a regular expression capture group. This is currently limited to insights scoped to specific repositories. docscodeinsights-dbdatabase. A migration will automatically be performed to move any defined insights and dashboards from your user, org, or global settings files.SRC_GIT_SERVICE_MAX_EGRESS_BYTES_PER_SECONDenvironment variable to control the egress throughput of gitserver's git service (e.g. used by zoekt-index-server to clone repos to index). Set to -1 for no limit. #29197Changed
ALLOW_DECRYPT_MIGRATIONenvironment variable is now read by theworkerservice, not thefrontendservice as in previous versions.select:repoin search queries will now stream results incrementally, greatly improving speed and reducing time-to-first-result. #28920Cmd+Kon macOS andCtrl+Kon Linux/Windows. Change the user settingexperimentalFeatures.fuzzyFindertofalseto disable this feature. #29010Fixed
Removed
query-runnerservice from your installation.v3.34.2Compare Source
Fixed
v3.34.1Compare Source
Fixed
v3.34.0Added
cloneProgressLogto optionally enable logging of clone progress to temporary files for debugging. Disabled by default. #26568wgethas been added to allsourcegraph/*Docker images that usesourcegraph/alpineas its base #26823SRC_SEARCH_INDEXER_EFFICIENT_POLLING_DISABLEDonsourcegraph-frontend. #27058Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.