Skip to content

Commit 847e344

Browse files
Merge pull request #122 from ianf-mongodb/DOCSP-35158
DOCSP-35158 Add Query Conversion History Icon Mentions
2 parents c86d360 + 45533a4 commit 847e344

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

source/code-generation/query-converter/convert-queries.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ About this Task
2222

2323
- .. include:: /includes/fact-query-converter-disclaimer.rst
2424

25+
- .. include:: /includes/fact-view-query-conversion-history.rst
26+
2527
Steps
2628
-----
2729

source/code-generation/query-converter/convert-stored-procedures.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ About this Task
2020

2121
.. include:: /includes/fact-query-converter-generic.rst
2222

23+
- .. include:: /includes/fact-view-query-conversion-history.rst
24+
2325
Before you Begin
2426
----------------
2527

source/code-generation/query-converter/convert-triggers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ About this Task
2020

2121
.. include:: /includes/fact-query-converter-generic.rst
2222

23+
- .. include:: /includes/fact-view-query-conversion-history.rst
24+
2325
Before you Begin
2426
----------------
2527

source/code-generation/query-converter/convert-views.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ About this Task
2222

2323
.. include:: /includes/fact-query-converter-generic.rst
2424

25+
- .. include:: /includes/fact-view-query-conversion-history.rst
26+
2527
Before you Begin
2628
----------------
2729

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
You can view the history of previous conversions in the left-hand
2+
:guilabel:`Query Converter` pane. Each conversion has an icon
3+
indicating the result of the conversion. If an object does not have
4+
an icon next to it, a conversion has not been attempted yet:
5+
6+
.. list-table::
7+
:header-rows: 1
8+
9+
* - Icon
10+
- Description
11+
12+
* - Spinner
13+
- The conversion is currently being executed.
14+
15+
* - Green check mark
16+
- The conversion was successful.
17+
18+
* - Red exclamation mark
19+
- The conversion failed on last attempt.

0 commit comments

Comments
 (0)