-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration assistant generate readme #192887
Integration assistant generate readme #192887
Conversation
Pinging @elastic/security-scalability (Team:Security-Scalability) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: cc @haetamoudi |
## Summary - Create an integration `README` when using the Integration Assistant so that it is displayed when opening the newly created integration. - Increase code coverage for the Integration Assistant plugin. (cherry picked from commit e360963)
## Summary - Create an integration `README` when using the Integration Assistant so that it is displayed when opening the newly created integration. - Increase code coverage for the Integration Assistant plugin. (cherry picked from commit e360963)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [Integration assistant generate readme (#192887)](#192887) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Hanna Tamoudi","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-17T16:31:18Z","message":"Integration assistant generate readme (#192887)\n\n## Summary\r\n\r\n- Create an integration `README` when using the Integration Assistant so\r\nthat it is displayed when opening the newly created integration.\r\n- Increase code coverage for the Integration Assistant plugin.","sha":"e360963065ab783c9cf265869fb43b2f73f74368","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["enhancement","release_note:skip","v9.0.0","backport:prev-major","v8.16.0","Team:Security-Scalability","v8.15.2","Feature:AutomaticImport"],"title":"Integration assistant generate readme","number":192887,"url":"https://github.com/elastic/kibana/pull/192887","mergeCommit":{"message":"Integration assistant generate readme (#192887)\n\n## Summary\r\n\r\n- Create an integration `README` when using the Integration Assistant so\r\nthat it is displayed when opening the newly created integration.\r\n- Increase code coverage for the Integration Assistant plugin.","sha":"e360963065ab783c9cf265869fb43b2f73f74368"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192887","number":192887,"mergeCommit":{"message":"Integration assistant generate readme (#192887)\n\n## Summary\r\n\r\n- Create an integration `README` when using the Integration Assistant so\r\nthat it is displayed when opening the newly created integration.\r\n- Increase code coverage for the Integration Assistant plugin.","sha":"e360963065ab783c9cf265869fb43b2f73f74368"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Hanna Tamoudi <[email protected]>
# Backport This will backport the following commits from `main` to `8.15`: - [Integration assistant generate readme (#192887)](#192887) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Hanna Tamoudi","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-17T16:31:18Z","message":"Integration assistant generate readme (#192887)\n\n## Summary\r\n\r\n- Create an integration `README` when using the Integration Assistant so\r\nthat it is displayed when opening the newly created integration.\r\n- Increase code coverage for the Integration Assistant plugin.","sha":"e360963065ab783c9cf265869fb43b2f73f74368","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["enhancement","release_note:skip","v9.0.0","backport:prev-major","v8.16.0","Team:Security-Scalability","v8.15.2","Feature:AutomaticImport"],"title":"Integration assistant generate readme","number":192887,"url":"https://github.com/elastic/kibana/pull/192887","mergeCommit":{"message":"Integration assistant generate readme (#192887)\n\n## Summary\r\n\r\n- Create an integration `README` when using the Integration Assistant so\r\nthat it is displayed when opening the newly created integration.\r\n- Increase code coverage for the Integration Assistant plugin.","sha":"e360963065ab783c9cf265869fb43b2f73f74368"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192887","number":192887,"mergeCommit":{"message":"Integration assistant generate readme (#192887)\n\n## Summary\r\n\r\n- Create an integration `README` when using the Integration Assistant so\r\nthat it is displayed when opening the newly created integration.\r\n- Increase code coverage for the Integration Assistant plugin.","sha":"e360963065ab783c9cf265869fb43b2f73f74368"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Hanna Tamoudi <[email protected]>
Summary
README
when using the Integration Assistant so that it is displayed when opening the newly created integration.Context
Related issue: #192704
Result
README
is now automatically created.README
is identical to the one found in_dev/build/docs
. A follow-up PR will enhance the content of theREADME
based on the requirements outlined in issue #192704.Code coverage of the integration assistant plugin is improved.
Checklist
Delete any items that are not applicable to this PR.