From 6edb6eb83c7d9e97f109037c2cccb41b2a8ac09e Mon Sep 17 00:00:00 2001 From: Marion Schleifer Date: Thu, 5 Mar 2020 16:08:18 +0100 Subject: [PATCH 1/5] actions pg version --- docs/graphql/manual/actions/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/graphql/manual/actions/index.rst b/docs/graphql/manual/actions/index.rst index aefdde51f0b87..4b3a86e20121c 100644 --- a/docs/graphql/manual/actions/index.rst +++ b/docs/graphql/manual/actions/index.rst @@ -110,6 +110,9 @@ How it works? * The action response is returned to the client synchronously or asynchronously based on the kind. +.. admonition:: Limitations + + Currently, actions are only supported for **Postgres versions 10 or higher**. Learn more ---------- From c8b8bfbac26e5d9d000717e479182596709459a3 Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Thu, 5 Mar 2020 21:10:04 +0530 Subject: [PATCH 2/5] move pg compatibility limitation to supported-from --- docs/graphql/manual/actions/index.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/graphql/manual/actions/index.rst b/docs/graphql/manual/actions/index.rst index 4b3a86e20121c..4e46ef5846c9e 100644 --- a/docs/graphql/manual/actions/index.rst +++ b/docs/graphql/manual/actions/index.rst @@ -20,8 +20,9 @@ enrichment from external sources and any other complex business logic. .. admonition:: Supported from - Actions are currently available for preview in the pre-release versions of - ``v1.2.0`` + - Actions are currently available for preview in the pre-release versions of ``v1.2.0`` + + - Actions are only supported for ``Postgres versions 10 or higher``. .. Actions are supported in versions ``v.1.2.0`` and above. @@ -110,10 +111,6 @@ How it works? * The action response is returned to the client synchronously or asynchronously based on the kind. -.. admonition:: Limitations - - Currently, actions are only supported for **Postgres versions 10 or higher**. - Learn more ---------- From 979e575d076b575960ed155f7b14ad32253f6811 Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Fri, 6 Mar 2020 21:58:50 +0530 Subject: [PATCH 3/5] move postgres and HGE version support in separate admonitions --- docs/graphql/manual/actions/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/graphql/manual/actions/index.rst b/docs/graphql/manual/actions/index.rst index 4e46ef5846c9e..03b2324fe02b9 100644 --- a/docs/graphql/manual/actions/index.rst +++ b/docs/graphql/manual/actions/index.rst @@ -20,12 +20,14 @@ enrichment from external sources and any other complex business logic. .. admonition:: Supported from - - Actions are currently available for preview in the pre-release versions of ``v1.2.0`` - - - Actions are only supported for ``Postgres versions 10 or higher``. + Actions are currently available for preview in the pre-release versions of ``v1.2.0`` .. Actions are supported in versions ``v.1.2.0`` and above. +.. admonition:: Postgres support + + Actions are supported for ``Postgres versions 10 or higher``. + Action description ------------------ From 04d04aa53a250474b2ba6faec1597e7bab2ec4bb Mon Sep 17 00:00:00 2001 From: Marion Schleifer Date: Fri, 6 Mar 2020 19:48:46 +0100 Subject: [PATCH 4/5] change wording to beta --- docs/graphql/manual/actions/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/actions/index.rst b/docs/graphql/manual/actions/index.rst index 03b2324fe02b9..87139f9360774 100644 --- a/docs/graphql/manual/actions/index.rst +++ b/docs/graphql/manual/actions/index.rst @@ -20,7 +20,7 @@ enrichment from external sources and any other complex business logic. .. admonition:: Supported from - Actions are currently available for preview in the pre-release versions of ``v1.2.0`` + Actions are currently available in beta in the pre-release versions of ``v1.2.0`` .. Actions are supported in versions ``v.1.2.0`` and above. From 6023e86c3247142278298f42f61d3082cf463145 Mon Sep 17 00:00:00 2001 From: Marion Schleifer Date: Fri, 6 Mar 2020 19:51:10 +0100 Subject: [PATCH 5/5] punctuation --- docs/graphql/manual/actions/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/actions/index.rst b/docs/graphql/manual/actions/index.rst index 87139f9360774..c572c0cde721f 100644 --- a/docs/graphql/manual/actions/index.rst +++ b/docs/graphql/manual/actions/index.rst @@ -20,7 +20,7 @@ enrichment from external sources and any other complex business logic. .. admonition:: Supported from - Actions are currently available in beta in the pre-release versions of ``v1.2.0`` + Actions are currently available in beta in the pre-release versions of ``v1.2.0``. .. Actions are supported in versions ``v.1.2.0`` and above.