-
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
Fix minor problems with integrations for Enterprise Search #177570
Merged
artem-shelkovnikov
merged 3 commits into
main
from
artem/update-ent-search-integrations
Feb 23, 2024
Merged
Fix minor problems with integrations for Enterprise Search #177570
artem-shelkovnikov
merged 3 commits into
main
from
artem/update-ent-search-integrations
Feb 23, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
sphilipse
approved these changes
Feb 22, 2024
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 23, 2024
…77570) ## Summary 2 problems fixed: 1. Outlook integration for Enterprise Search is not marked as Beta 2. OneDrive tile in integrations had wrong icon and URL to create a connector (copied from Salesforce). ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <[email protected]> (cherry picked from commit c2b3173)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Feb 23, 2024
…77570) (#177688) # Backport This will backport the following commits from `main` to `8.13`: - [Fix minor problems with integrations for Enterprise Search (#177570)](#177570) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Artem Shelkovnikov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-23T10:28:04Z","message":"Fix minor problems with integrations for Enterprise Search (#177570)\n\n## Summary\r\n\r\n2 problems fixed:\r\n\r\n1. Outlook integration for Enterprise Search is not marked as Beta\r\n2. OneDrive tile in integrations had wrong icon and URL to create a\r\nconnector (copied from Salesforce).\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"c2b3173ab5b9f8f9c97d40901f749e8e211b2cf9","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v8.13.0","v8.14.0"],"title":"Fix minor problems with integrations for Enterprise Search","number":177570,"url":"https://github.com/elastic/kibana/pull/177570","mergeCommit":{"message":"Fix minor problems with integrations for Enterprise Search (#177570)\n\n## Summary\r\n\r\n2 problems fixed:\r\n\r\n1. Outlook integration for Enterprise Search is not marked as Beta\r\n2. OneDrive tile in integrations had wrong icon and URL to create a\r\nconnector (copied from Salesforce).\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"c2b3173ab5b9f8f9c97d40901f749e8e211b2cf9"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177570","number":177570,"mergeCommit":{"message":"Fix minor problems with integrations for Enterprise Search (#177570)\n\n## Summary\r\n\r\n2 problems fixed:\r\n\r\n1. Outlook integration for Enterprise Search is not marked as Beta\r\n2. OneDrive tile in integrations had wrong icon and URL to create a\r\nconnector (copied from Salesforce).\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"c2b3173ab5b9f8f9c97d40901f749e8e211b2cf9"}}]}] BACKPORT--> Co-authored-by: Artem Shelkovnikov <[email protected]>
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Mar 4, 2024
…77570) ## Summary 2 problems fixed: 1. Outlook integration for Enterprise Search is not marked as Beta 2. OneDrive tile in integrations had wrong icon and URL to create a connector (copied from Salesforce). ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
2 problems fixed:
For maintainers