Commit 493993e
authored
feat: initial feature-flagged, new autocompleter MONGOSH-2036 (#2424)
* Initial feature-flagged, draft new autocompleter.
* use the specified connection and db name
* port some tests to autocomplete
* this one just worked
* also just works
* use the new mongodb-schema
* backport the circular ref fix
* just use an incrementing unique connection id
* better event based waiting
* add ticket number
* add ticket number
* add ticket number
* put mongodb-schema as a dep in the right place
* put mongodb-schema as a dep in the right place
* don't add getConnectionId to the public interface
* move it back
* remove the TODO again, can just use the constant
* add some options to the sample aggregate
* 'new', not true
* unnecessary TODO
* add an integration test1 parent a35f547 commit 493993e
File tree
13 files changed
+561
-94
lines changed- packages
- browser-runtime-core/src
- cli-repl
- src
- test
- e2e-tests/test
- shell-api
- src
- types/src
13 files changed
+561
-94
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments