The prompt currently says "FluidShell 14.0 Type \help for a list of commands.". Maybe we can say :
"MongoShell ( by FluidShell 14.0 ) Type help for for a list of Mongo Shell Methods, or \help for a list of FluidShell commands."
MongoShell 2.4.3 ( powered by FluidShell ) Type help for for a list of MongoShell methods, or \help for a list of FluidShell commands.
We should take the FluidShell version out of FluidShell prompt also.
Made some changes, (SVN r32559, v14.0.0-alpha-24) to display the initial prompt without Mongo version information. The initial prompt currently is generated via panel object's constructor, the connection is not available at that time. The connection is established via panel.connect(ConnectionProperties...) method after panel instance is created. Need to review ADS code to see how to handle this with minimum code changes.
Made some changes, (SVN r32559, v14.0.0-alpha-24) to display the initial prompt without Mongo version information. The initial prompt currently is generated via panel object's constructor, the connection is not available at that time. The connection is established via panel.connect(ConnectionProperties...) method after panel instance is created. Need to review ADS code to see how to handle this with minimum code changes.
The current shell displays the version of the database server it is connected to. That is good, but we actually want to show the MongoShell version as a fixed value of 2.4.3, which is the version of the Mongo CLI version which we are emulating. How about we make it :
MongoShell 2.4.3 (connected to 2.2.2) ( powered by FluidShell )
The current shell displays the version of the database server it is connected to. That is good, but we actually want to show the MongoShell version as a fixed value of 2.4.3, which is the version of the Mongo CLI version which we are emulating. How about we make it :
MongoShell 2.4.3 (connected to 2.2.2) ( powered by FluidShell )
Issue #8995 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 14.0.0-alpha-28 |
No time estimate |
1 issue link |
relates to #8962
Issue #8962Enhance FluidShell to support CLI JavaScript and CLI MongoShell |
MongoShell 2.4.3 ( powered by FluidShell ) Type help for for a list of MongoShell methods, or \help for a list of FluidShell commands.
We should take the FluidShell version out of FluidShell prompt also.