From c46f33350490d5f96cef476bb714ef7ebbc34a49 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Thu, 1 Aug 2024 15:43:17 -0400 Subject: [PATCH 1/3] DOCSP-40492-compass-batch10 --- .../extracts-plugin-already-packaged.yaml | 29 ------------------- .../extracts-plugin-instantiate-base.yaml | 18 ------------ .../includes/fact-plugin-already-packaged.rst | 10 ------- source/includes/fact-plugin-styling.rst | 6 ---- .../fact-readonly-nonpermitted-actions.rst | 13 --------- source/release-notes.txt | 9 +++++- 6 files changed, 8 insertions(+), 77 deletions(-) delete mode 100644 source/includes/extracts-plugin-already-packaged.yaml delete mode 100644 source/includes/extracts-plugin-instantiate-base.yaml delete mode 100644 source/includes/fact-plugin-already-packaged.rst delete mode 100644 source/includes/fact-plugin-styling.rst delete mode 100644 source/includes/fact-readonly-nonpermitted-actions.rst diff --git a/source/includes/extracts-plugin-already-packaged.yaml b/source/includes/extracts-plugin-already-packaged.yaml deleted file mode 100644 index 2864a9f4f..000000000 --- a/source/includes/extracts-plugin-already-packaged.yaml +++ /dev/null @@ -1,29 +0,0 @@ -ref: _plugin-already-packaged -content: | - .. note:: - - This plugin is already packaged with |compass|, so following - this tutorial and creating this plugin will not change Compass' visual - contents. The source code for this plugin is maintained - by the |compass| development team{{repo}}. - - This tutorial illustrates how to create and display a - :ref:`header item ` in |compass| so you can - employ a similar approach when adding your own header items. ---- -ref: plugin-already-packaged-server-version -replacement: - repo: " in the following repository: - ``_" -inherit: - ref: _plugin-already-packaged - file: extracts-plugin-already-packaged.yaml ---- -ref: plugin-already-packaged-ssh-tunnel -replacement: - repo: " in the following repository: - ``_" -inherit: - ref: _plugin-already-packaged - file: extracts-plugin-already-packaged.yaml -... diff --git a/source/includes/extracts-plugin-instantiate-base.yaml b/source/includes/extracts-plugin-instantiate-base.yaml deleted file mode 100644 index ea4f7ff54..000000000 --- a/source/includes/extracts-plugin-instantiate-base.yaml +++ /dev/null @@ -1,18 +0,0 @@ -ref: _plugin-instantiate-base -content: | - Run the following commands to create an empty plugin{{suffix}} - - |compass| - .. code-block:: sh - - cd ~/.mongodb/compass/plugins - khaos create mongodb-js/compass-plugin ./{{name}} - - |compass| Community Edition - .. code-block:: sh - - cd ~/.mongodb/compass-community/plugins - khaos create mongodb-js/compass-plugin ./{{name}} -replacement: - suffix: ":" -... diff --git a/source/includes/fact-plugin-already-packaged.rst b/source/includes/fact-plugin-already-packaged.rst deleted file mode 100644 index 4c5121114..000000000 --- a/source/includes/fact-plugin-already-packaged.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. note:: - - This plugin is already packaged with |compass|, so following - this tutorial and creating this plugin will not change Compass' visual - contents. The source code for this plugin is maintained internally - by the |compass| development team. - - This tutorial illustrates how to create and display a - :ref:`header item ` in |compass| so you can - employ a similar approach when adding your own header items. diff --git a/source/includes/fact-plugin-styling.rst b/source/includes/fact-plugin-styling.rst deleted file mode 100644 index c0c5a199b..000000000 --- a/source/includes/fact-plugin-styling.rst +++ /dev/null @@ -1,6 +0,0 @@ -|compass| plugins implement -`CSS Modules `_ and -`Less syntax `_ to style components. - -For more information on styling your |compass| plugins, see -:ref:`Styling `. diff --git a/source/includes/fact-readonly-nonpermitted-actions.rst b/source/includes/fact-readonly-nonpermitted-actions.rst deleted file mode 100644 index b4673639e..000000000 --- a/source/includes/fact-readonly-nonpermitted-actions.rst +++ /dev/null @@ -1,13 +0,0 @@ -The following actions are **not** permitted in Compass Readonly Edition: - -- Create and drop databases - -- Create and drop collections - -- Create, delete, edit and clone documents - -- Create and drop indexes - -- Create, delete and edit document validation rules - -All other functionality remains the same as in standard |compass|. \ No newline at end of file diff --git a/source/release-notes.txt b/source/release-notes.txt index a932b776d..fdf973f7b 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -1749,7 +1749,14 @@ Bug Fixes: - Added |compass| :guilabel:`Readonly Edition` which limits certain :ref:`CRUD operations ` within your organization. - .. include:: /includes/fact-readonly-nonpermitted-actions.rst + The following actions are **not** permitted in Compass Readonly Edition: + + - Create and drop databases + - Create and drop collections + - Create, delete, edit and clone documents + - Create and drop indexes- Create, delete and edit document validation rules + + All other functionality remains the same as in standard |compass|. - Added support for :doc:`connecting to Compass ` using an :abbr:`SRV record (Service record)`. In the connect dialog, if From f22c285406759cf1748f0e46b76f421c8ab688a2 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Fri, 2 Aug 2024 09:47:21 -0400 Subject: [PATCH 2/3] * --- source/release-notes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index fdf973f7b..1e7c14264 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -1754,7 +1754,8 @@ Bug Fixes: - Create and drop databases - Create and drop collections - Create, delete, edit and clone documents - - Create and drop indexes- Create, delete and edit document validation rules + - Create and drop indexes + - Create, delete and edit document validation rules All other functionality remains the same as in standard |compass|. From 4b054bf3eb27286e7ac766c8051053d50a5461a4 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Fri, 2 Aug 2024 10:04:39 -0400 Subject: [PATCH 3/3] nits --- source/release-notes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 1e7c14264..5c8ba7a2d 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -1753,9 +1753,9 @@ Bug Fixes: - Create and drop databases - Create and drop collections - - Create, delete, edit and clone documents + - Create, delete, edit, and clone documents - Create and drop indexes - - Create, delete and edit document validation rules + - Create, delete, and edit document validation rules All other functionality remains the same as in standard |compass|.