Skip to content

feat: initial feature-flagged, new autocompleter MONGOSH-2036 #2424

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
May 27, 2025

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Apr 1, 2025

I filed a few TODOs as follow-up tickets.

~/mongo/mongosh % USE_NEW_AUTOCOMPLETE=true npm run start -- 'your connection string here'

@lerouxb lerouxb marked this pull request as ready for review May 26, 2025 12:06
@lerouxb lerouxb changed the title feat: initial feature-flagged, draft new autocompleter MONGOSH-2036 feat: initial feature-flagged, new autocompleter MONGOSH-2036 May 26, 2025
@lerouxb lerouxb force-pushed the use-new-autocomplete branch from b86ded0 to 001c1d0 Compare May 26, 2025 14:51
@@ -2389,7 +2389,7 @@ export class Collection<
): Promise<RunCommandCursor> {
this._emitCollectionApiCall('checkMetadataConsistency', { options });

return this._database._runCursorCommand({
return await this._database._runCursorCommand({
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drive-by to silence eslint

@lerouxb lerouxb merged commit 493993e into main May 27, 2025
131 of 136 checks passed
@lerouxb lerouxb deleted the use-new-autocomplete branch May 27, 2025 06:45
addaleax added a commit that referenced this pull request May 28, 2025
…#2424)"

This reverts commit 493993e.
Startup performance appears to have regressed around ~15 percent.
addaleax added a commit that referenced this pull request May 28, 2025
#2461)

Revert "feat: initial feature-flagged, new autocompleter MONGOSH-2036 (#2424)"

This reverts commit 493993e.
Startup performance appears to have regressed around ~15 percent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants