Skip to content
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

[Search] Update connectors license #181153

Merged
merged 6 commits into from
Apr 24, 2024

Conversation

efegurkan
Copy link
Member

@efegurkan efegurkan commented Apr 18, 2024

Summary

Updates various connector configurations.

  • Box, Notion, Slack, Teams, and Zoom are set to run native.
  • Oracle, Outlook and Gmail are GA now.
  • GraphQL and OpenText Documentum added as Tech Preview connector clients.
  • Fixed a few tooltip issues.
  • Fixed a Teams service_type in integrations page.

Note, waiting for icons for GraphQL and OpenText Documentum before merging. Screenshots below will have broken images until they are added.

"Select Connector" with basic license:
Screenshot 2024-04-18 at 15 33 30
Screenshot 2024-04-18 at 15 33 35

Integrations tiles:
Screenshot 2024-04-18 at 14 51 28
Screenshot 2024-04-18 at 14 51 34

Native Upgrades:
Screenshot 2024-04-18 at 14 50 12
Screenshot 2024-04-18 at 14 50 21
Screenshot 2024-04-18 at 14 50 32
Screenshot 2024-04-18 at 14 50 36
Screenshot 2024-04-18 at 14 50 40

Checklist

Delete any items that are not applicable to this PR.

- Added GraphQL and OpenText Documentum tiles.
- Updated Box, Notion, Slack, Teams and Zoom to run native.
- Fixed a few tooltip issues.
- Fixed service_type for Teams for integrations and global search bar.
@efegurkan efegurkan added release_note:skip Skip the PR/issue when compiling release notes Team:EnterpriseSearch v8.14.0 v8.15.0 labels Apr 18, 2024
@efegurkan efegurkan requested a review from a team April 18, 2024 13:51
@efegurkan
Copy link
Member Author

@elasticmachine merge upstream

@efegurkan
Copy link
Member Author

Screenshot 2024-04-24 at 12 02 36 Updated icons

@efegurkan
Copy link
Member Author

@elasticmachine merge upstream

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/search-connectors 3216 3647 +431

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
enterpriseSearch 2.7MB 2.7MB +10.8KB
serverlessSearch 454.8KB 460.4KB +5.6KB
total +16.4KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
searchConnectors 23.9KB 24.9KB +1.0KB
Unknown metric groups

API count

id before after diff
@kbn/search-connectors 3216 3647 +431

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@efegurkan efegurkan merged commit d4a9132 into elastic:main Apr 24, 2024
17 checks passed
@efegurkan efegurkan deleted the update-connectors-license branch April 24, 2024 11:29
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Apr 24, 2024
## Summary

Updates various connector configurations.

- Box, Notion, Slack, Teams, and Zoom are set to run native.
- Oracle, Outlook and Gmail are GA now.
- GraphQL and OpenText Documentum added as Tech Preview connector
clients.
- Fixed a few tooltip issues.
- Fixed a Teams `service_type` in integrations page.

Note, waiting for icons for GraphQL and OpenText Documentum before
merging. Screenshots below will have broken images until they are added.

"Select Connector" with basic license:
<img width="1008" alt="Screenshot 2024-04-18 at 15 33 30"
src="https://github.com/elastic/kibana/assets/1410658/113237fb-94e0-465f-8134-f09fc871bc96">
<img width="1028" alt="Screenshot 2024-04-18 at 15 33 35"
src="https://github.com/elastic/kibana/assets/1410658/c59d63bb-fd27-45d3-9e05-093fdf5af6d6">

Integrations tiles:
<img width="1244" alt="Screenshot 2024-04-18 at 14 51 28"
src="https://github.com/elastic/kibana/assets/1410658/314c2c0e-722e-400d-a933-3b99190181b2">
<img width="577" alt="Screenshot 2024-04-18 at 14 51 34"
src="https://github.com/elastic/kibana/assets/1410658/56ef87b9-4ffc-4762-a37e-fa38a2a98c0c">

Native Upgrades:
<img width="342" alt="Screenshot 2024-04-18 at 14 50 12"
src="https://github.com/elastic/kibana/assets/1410658/324d006d-9f01-4761-be72-1346f88e47c0">
<img width="346" alt="Screenshot 2024-04-18 at 14 50 21"
src="https://github.com/elastic/kibana/assets/1410658/d5d67838-1459-4a2a-9480-4c6e2fd6035b">
<img width="352" alt="Screenshot 2024-04-18 at 14 50 32"
src="https://github.com/elastic/kibana/assets/1410658/4622d3bd-67b4-442b-9264-0d7ae889b8e7">
<img width="347" alt="Screenshot 2024-04-18 at 14 50 36"
src="https://github.com/elastic/kibana/assets/1410658/929ea8fa-fadf-46ea-b23b-eaaa193e169e">
<img width="378" alt="Screenshot 2024-04-18 at 14 50 40"
src="https://github.com/elastic/kibana/assets/1410658/44ae8fd6-5791-49c3-b4ef-7b7cb49f5038">

### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit d4a9132)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.14

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 Apr 24, 2024
# Backport

This will backport the following commits from `main` to `8.14`:
- [[Search] Update connectors license
(#181153)](#181153)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Efe Gürkan
YALAMAN","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-04-24T11:29:13Z","message":"[Search]
Update connectors license (#181153)\n\n## Summary\r\n\r\nUpdates various
connector configurations.\r\n\r\n- Box, Notion, Slack, Teams, and Zoom
are set to run native.\r\n- Oracle, Outlook and Gmail are GA now. \r\n-
GraphQL and OpenText Documentum added as Tech Preview
connector\r\nclients.\r\n- Fixed a few tooltip issues.\r\n- Fixed a
Teams `service_type` in integrations page.\r\n\r\nNote, waiting for
icons for GraphQL and OpenText Documentum before\r\nmerging. Screenshots
below will have broken images until they are added.\r\n\r\n\"Select
Connector\" with basic license:\r\n<img width=\"1008\" alt=\"Screenshot
2024-04-18 at 15 33
30\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/113237fb-94e0-465f-8134-f09fc871bc96\">\r\n<img
width=\"1028\" alt=\"Screenshot 2024-04-18 at 15 33
35\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/c59d63bb-fd27-45d3-9e05-093fdf5af6d6\">\r\n\r\nIntegrations
tiles:\r\n<img width=\"1244\" alt=\"Screenshot 2024-04-18 at 14 51
28\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/314c2c0e-722e-400d-a933-3b99190181b2\">\r\n<img
width=\"577\" alt=\"Screenshot 2024-04-18 at 14 51
34\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/56ef87b9-4ffc-4762-a37e-fa38a2a98c0c\">\r\n\r\nNative
Upgrades:\r\n<img width=\"342\" alt=\"Screenshot 2024-04-18 at 14 50
12\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/324d006d-9f01-4761-be72-1346f88e47c0\">\r\n<img
width=\"346\" alt=\"Screenshot 2024-04-18 at 14 50
21\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/d5d67838-1459-4a2a-9480-4c6e2fd6035b\">\r\n<img
width=\"352\" alt=\"Screenshot 2024-04-18 at 14 50
32\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/4622d3bd-67b4-442b-9264-0d7ae889b8e7\">\r\n<img
width=\"347\" alt=\"Screenshot 2024-04-18 at 14 50
36\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/929ea8fa-fadf-46ea-b23b-eaaa193e169e\">\r\n<img
width=\"378\" alt=\"Screenshot 2024-04-18 at 14 50
40\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/44ae8fd6-5791-49c3-b4ef-7b7cb49f5038\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine
<[email protected]>","sha":"d4a9132ef5e174d4ccba15dcb7800d9f5b2e5302","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.14.0","v8.15.0"],"title":"[Search]
Update connectors
license","number":181153,"url":"https://github.com/elastic/kibana/pull/181153","mergeCommit":{"message":"[Search]
Update connectors license (#181153)\n\n## Summary\r\n\r\nUpdates various
connector configurations.\r\n\r\n- Box, Notion, Slack, Teams, and Zoom
are set to run native.\r\n- Oracle, Outlook and Gmail are GA now. \r\n-
GraphQL and OpenText Documentum added as Tech Preview
connector\r\nclients.\r\n- Fixed a few tooltip issues.\r\n- Fixed a
Teams `service_type` in integrations page.\r\n\r\nNote, waiting for
icons for GraphQL and OpenText Documentum before\r\nmerging. Screenshots
below will have broken images until they are added.\r\n\r\n\"Select
Connector\" with basic license:\r\n<img width=\"1008\" alt=\"Screenshot
2024-04-18 at 15 33
30\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/113237fb-94e0-465f-8134-f09fc871bc96\">\r\n<img
width=\"1028\" alt=\"Screenshot 2024-04-18 at 15 33
35\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/c59d63bb-fd27-45d3-9e05-093fdf5af6d6\">\r\n\r\nIntegrations
tiles:\r\n<img width=\"1244\" alt=\"Screenshot 2024-04-18 at 14 51
28\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/314c2c0e-722e-400d-a933-3b99190181b2\">\r\n<img
width=\"577\" alt=\"Screenshot 2024-04-18 at 14 51
34\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/56ef87b9-4ffc-4762-a37e-fa38a2a98c0c\">\r\n\r\nNative
Upgrades:\r\n<img width=\"342\" alt=\"Screenshot 2024-04-18 at 14 50
12\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/324d006d-9f01-4761-be72-1346f88e47c0\">\r\n<img
width=\"346\" alt=\"Screenshot 2024-04-18 at 14 50
21\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/d5d67838-1459-4a2a-9480-4c6e2fd6035b\">\r\n<img
width=\"352\" alt=\"Screenshot 2024-04-18 at 14 50
32\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/4622d3bd-67b4-442b-9264-0d7ae889b8e7\">\r\n<img
width=\"347\" alt=\"Screenshot 2024-04-18 at 14 50
36\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/929ea8fa-fadf-46ea-b23b-eaaa193e169e\">\r\n<img
width=\"378\" alt=\"Screenshot 2024-04-18 at 14 50
40\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/44ae8fd6-5791-49c3-b4ef-7b7cb49f5038\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine
<[email protected]>","sha":"d4a9132ef5e174d4ccba15dcb7800d9f5b2e5302"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181153","number":181153,"mergeCommit":{"message":"[Search]
Update connectors license (#181153)\n\n## Summary\r\n\r\nUpdates various
connector configurations.\r\n\r\n- Box, Notion, Slack, Teams, and Zoom
are set to run native.\r\n- Oracle, Outlook and Gmail are GA now. \r\n-
GraphQL and OpenText Documentum added as Tech Preview
connector\r\nclients.\r\n- Fixed a few tooltip issues.\r\n- Fixed a
Teams `service_type` in integrations page.\r\n\r\nNote, waiting for
icons for GraphQL and OpenText Documentum before\r\nmerging. Screenshots
below will have broken images until they are added.\r\n\r\n\"Select
Connector\" with basic license:\r\n<img width=\"1008\" alt=\"Screenshot
2024-04-18 at 15 33
30\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/113237fb-94e0-465f-8134-f09fc871bc96\">\r\n<img
width=\"1028\" alt=\"Screenshot 2024-04-18 at 15 33
35\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/c59d63bb-fd27-45d3-9e05-093fdf5af6d6\">\r\n\r\nIntegrations
tiles:\r\n<img width=\"1244\" alt=\"Screenshot 2024-04-18 at 14 51
28\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/314c2c0e-722e-400d-a933-3b99190181b2\">\r\n<img
width=\"577\" alt=\"Screenshot 2024-04-18 at 14 51
34\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/56ef87b9-4ffc-4762-a37e-fa38a2a98c0c\">\r\n\r\nNative
Upgrades:\r\n<img width=\"342\" alt=\"Screenshot 2024-04-18 at 14 50
12\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/324d006d-9f01-4761-be72-1346f88e47c0\">\r\n<img
width=\"346\" alt=\"Screenshot 2024-04-18 at 14 50
21\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/d5d67838-1459-4a2a-9480-4c6e2fd6035b\">\r\n<img
width=\"352\" alt=\"Screenshot 2024-04-18 at 14 50
32\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/4622d3bd-67b4-442b-9264-0d7ae889b8e7\">\r\n<img
width=\"347\" alt=\"Screenshot 2024-04-18 at 14 50
36\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/929ea8fa-fadf-46ea-b23b-eaaa193e169e\">\r\n<img
width=\"378\" alt=\"Screenshot 2024-04-18 at 14 50
40\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/44ae8fd6-5791-49c3-b4ef-7b7cb49f5038\">\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common
scenarios\r\n\r\n---------\r\n\r\nCo-authored-by: Kibana Machine
<[email protected]>","sha":"d4a9132ef5e174d4ccba15dcb7800d9f5b2e5302"}}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <[email protected]>
kpatticha pushed a commit to kpatticha/kibana that referenced this pull request Apr 26, 2024
## Summary

Updates various connector configurations.

- Box, Notion, Slack, Teams, and Zoom are set to run native.
- Oracle, Outlook and Gmail are GA now. 
- GraphQL and OpenText Documentum added as Tech Preview connector
clients.
- Fixed a few tooltip issues.
- Fixed a Teams `service_type` in integrations page.

Note, waiting for icons for GraphQL and OpenText Documentum before
merging. Screenshots below will have broken images until they are added.

"Select Connector" with basic license:
<img width="1008" alt="Screenshot 2024-04-18 at 15 33 30"
src="https://github.com/elastic/kibana/assets/1410658/113237fb-94e0-465f-8134-f09fc871bc96">
<img width="1028" alt="Screenshot 2024-04-18 at 15 33 35"
src="https://github.com/elastic/kibana/assets/1410658/c59d63bb-fd27-45d3-9e05-093fdf5af6d6">

Integrations tiles:
<img width="1244" alt="Screenshot 2024-04-18 at 14 51 28"
src="https://github.com/elastic/kibana/assets/1410658/314c2c0e-722e-400d-a933-3b99190181b2">
<img width="577" alt="Screenshot 2024-04-18 at 14 51 34"
src="https://github.com/elastic/kibana/assets/1410658/56ef87b9-4ffc-4762-a37e-fa38a2a98c0c">

Native Upgrades:
<img width="342" alt="Screenshot 2024-04-18 at 14 50 12"
src="https://github.com/elastic/kibana/assets/1410658/324d006d-9f01-4761-be72-1346f88e47c0">
<img width="346" alt="Screenshot 2024-04-18 at 14 50 21"
src="https://github.com/elastic/kibana/assets/1410658/d5d67838-1459-4a2a-9480-4c6e2fd6035b">
<img width="352" alt="Screenshot 2024-04-18 at 14 50 32"
src="https://github.com/elastic/kibana/assets/1410658/4622d3bd-67b4-442b-9264-0d7ae889b8e7">
<img width="347" alt="Screenshot 2024-04-18 at 14 50 36"
src="https://github.com/elastic/kibana/assets/1410658/929ea8fa-fadf-46ea-b23b-eaaa193e169e">
<img width="378" alt="Screenshot 2024-04-18 at 14 50 40"
src="https://github.com/elastic/kibana/assets/1410658/44ae8fd6-5791-49c3-b4ef-7b7cb49f5038">


### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:EnterpriseSearch v8.14.0 v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants