diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.34.45 AM.png b/.gitbook/assets/Screenshot 2022-12-14 at 7.34.45 AM.png new file mode 100644 index 00000000..503840fe Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.34.45 AM.png differ diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.38.08 AM (1).png b/.gitbook/assets/Screenshot 2022-12-14 at 7.38.08 AM (1).png new file mode 100644 index 00000000..adc649c2 Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.38.08 AM (1).png differ diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.38.08 AM.png b/.gitbook/assets/Screenshot 2022-12-14 at 7.38.08 AM.png new file mode 100644 index 00000000..adc649c2 Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.38.08 AM.png differ diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.41.10 AM.png b/.gitbook/assets/Screenshot 2022-12-14 at 7.41.10 AM.png new file mode 100644 index 00000000..c31e53d3 Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.41.10 AM.png differ diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.44.05 AM.png b/.gitbook/assets/Screenshot 2022-12-14 at 7.44.05 AM.png new file mode 100644 index 00000000..d806689f Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.44.05 AM.png differ diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.46.44 AM.png b/.gitbook/assets/Screenshot 2022-12-14 at 7.46.44 AM.png new file mode 100644 index 00000000..3f75343d Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.46.44 AM.png differ diff --git a/.gitbook/assets/Screenshot 2022-12-14 at 7.48.21 AM.png b/.gitbook/assets/Screenshot 2022-12-14 at 7.48.21 AM.png new file mode 100644 index 00000000..c90c46fc Binary files /dev/null and b/.gitbook/assets/Screenshot 2022-12-14 at 7.48.21 AM.png differ diff --git a/how-to/on-premise-agent/configure-an-agent-with-github.md b/how-to/on-premise-agent/configure-an-agent-with-github.md index facf5acc..d192c286 100644 --- a/how-to/on-premise-agent/configure-an-agent-with-github.md +++ b/how-to/on-premise-agent/configure-an-agent-with-github.md @@ -18,7 +18,7 @@ This guide will walk you through configuring a new OAuth Application in GitHub 3. Click the `New OAuth App` button in the upper right of your screen. 4. Supply the required fields and Register the application. (See examples below) ![](<../../.gitbook/assets/Screen Shot 2022-05-19 at 1.01.11 PM.png>) 5. On your newly created application click the `Generate a new client secret` button\ - ![](<../../.gitbook/assets/Screen Shot 2022-05-19 at 1.17.35 PM (1).png>) + ![](<../../.gitbook/assets/Screen Shot 2022-05-19 at 1.17.35 PM.png>) 6. Copy the Client ID and Client secret from this page; they will be used as arguments for the Moderne Agent. #### **Example values** diff --git a/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md b/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md index e6803c9e..1caaa3a8 100644 --- a/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md +++ b/how-to/on-premise-agent/maven-repository-integration/maven-repository-integration-overview.md @@ -4,7 +4,7 @@ Maven repositories are potential sources of both Abstract Syntax Tree (AST) arti A particular Maven repository may contain either ASTs or recipe artifacts, or a mixture of both. Several open source and commercial products exist to serve artifacts using the Maven repository format. A single instance of one of these products may contain multiple Maven repositories. -![](<../../../.gitbook/assets/image (12) (1).png>)![](<../../../.gitbook/assets/image (21).png>) +![](<../../../.gitbook/assets/image (12) (1).png>)![](<../../../.gitbook/assets/image (4) (1) (1).png>) ### Comparison of two Maven integrations diff --git a/how-to/recipe-execution-and-commits-with-graphql.md b/how-to/recipe-execution-and-commits-with-graphql.md index 8e82a778..15361ca9 100644 --- a/how-to/recipe-execution-and-commits-with-graphql.md +++ b/how-to/recipe-execution-and-commits-with-graphql.md @@ -26,7 +26,7 @@ This guide assumes that you: 1. Click the [Repository Group](../references/managing-repository-groups.md) selector on the right-hand side of the header and create a new group of your selected repositories.\ -
+
2. Navigate to the recipe you wish to run and fill out the recipe options.\ diff --git a/releases/CHANGELOG.md b/releases/CHANGELOG.md index 0f2aaf26..16bdca63 100644 --- a/releases/CHANGELOG.md +++ b/releases/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +### UI v 9.29.0 (2022/12/14) + +#### Show error when recipe no longer exists + +![](<../.gitbook/assets/Screenshot 2022-12-14 at 7.48.21 AM.png>) + +### UI v 9.28.0 (2022/12/10) + +#### Origin and base branch added to commit results table + +![](<../.gitbook/assets/Screenshot 2022-12-14 at 7.46.44 AM.png>) + +### UI v 9.26.0 (2022/12/09) + +#### Patch and commit are now disabled if there are no results to commit + +![](<../.gitbook/assets/Screenshot 2022-12-14 at 7.44.05 AM.png>) + +### UI v 9.25.0 (2022/12/08) + +#### Add error details to errors in diffs + +![](<../.gitbook/assets/Screenshot 2022-12-14 at 7.41.10 AM.png>) + +### UI v 9.24.0 (2022/12/02) + +#### Create a new repository group from existing + +
+ +#### Add see how to run GraphQL to more locations + +This has been added to the following pages: + +* recent commits +* commit jobs +* organizations +* workers +* quarantine + +
+ ### UI v 9.23.0 (2022/11/30) #### Ignore whitespace changes @@ -104,7 +146,7 @@ In addition to search markers, we will render info/debug, warnings, and errors i ![](<../.gitbook/assets/image (10).png>) -![](<../.gitbook/assets/image (4) (3).png>) +![](<../.gitbook/assets/image (1) (3).png>) ![](<../.gitbook/assets/image (16).png>)