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
Binary file added src/app/images/tour/explain-schema-on-demand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/images/tour/improved-crud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/images/tour/query-history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/images/tour/replica-set-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/app/tour/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,29 @@ module.exports = [
version: '1.5.0',
initial: true,
community: false
},
{
title: 'Improved CRUD',
description: 'Better editing with validation of individual BSON types.',
image: 'improved-crud.png',
version: '1.9.0',
initial: true,
community: true
},
{
title: 'Deployment Awareness',
description: 'Replica set aware connections allow for continued use during replica set configuration changes and provides additional information of the connected cluster.',
image: 'replica-set-name.png',
version: '1.9.0',
initial: true,
community: true
},
{
title: 'Query History',
description: 'Easily access and manage executed queries and save favorites for often executed queries.',
image: 'query-history.png',
version: '1.9.0',
initial: true,
community: true
}
];