Skip to content

Commit

Permalink
[8.11] [Enterprise Search] Update connector license and availability (#…
Browse files Browse the repository at this point in the history
…168443) (#168504)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[Enterprise Search] Update connector license and availability
(#168443)](#168443)

<!--- Backport version: 8.9.7 -->

### 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":"2023-10-10T16:17:23Z","message":"[Enterprise
Search] Update connector license and availability (#168443)\n\n##
Summary\r\n\r\nUpdate connectors to promote to GA.\r\n\r\n- GitHub,
ServiceNow and Dropbox is
updated.\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1410658/724aef4a-1fb9-483b-abdc-5dc2668ce497\r\n\r\n<img
width=\"1320\" alt=\"Screenshot 2023-10-10 at 11 29
32\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/7b177831-7cbf-4b91-8e3a-af0a057985cb\">\r\n\r\nCo-authored-by:
Kibana Machine
<[email protected]>","sha":"20fe8e41530122fb1d1dc1201178a9d850981ef2","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.11.0","v8.12.0"],"number":168443,"url":"https://github.com/elastic/kibana/pull/168443","mergeCommit":{"message":"[Enterprise
Search] Update connector license and availability (#168443)\n\n##
Summary\r\n\r\nUpdate connectors to promote to GA.\r\n\r\n- GitHub,
ServiceNow and Dropbox is
updated.\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1410658/724aef4a-1fb9-483b-abdc-5dc2668ce497\r\n\r\n<img
width=\"1320\" alt=\"Screenshot 2023-10-10 at 11 29
32\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/7b177831-7cbf-4b91-8e3a-af0a057985cb\">\r\n\r\nCo-authored-by:
Kibana Machine
<[email protected]>","sha":"20fe8e41530122fb1d1dc1201178a9d850981ef2"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168443","number":168443,"mergeCommit":{"message":"[Enterprise
Search] Update connector license and availability (#168443)\n\n##
Summary\r\n\r\nUpdate connectors to promote to GA.\r\n\r\n- GitHub,
ServiceNow and Dropbox is
updated.\r\n\r\n\r\nhttps://github.com/elastic/kibana/assets/1410658/724aef4a-1fb9-483b-abdc-5dc2668ce497\r\n\r\n<img
width=\"1320\" alt=\"Screenshot 2023-10-10 at 11 29
32\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1410658/7b177831-7cbf-4b91-8e3a-af0a057985cb\">\r\n\r\nCo-authored-by:
Kibana Machine
<[email protected]>","sha":"20fe8e41530122fb1d1dc1201178a9d850981ef2"}}]}]
BACKPORT-->

Co-authored-by: Efe Gürkan YALAMAN <[email protected]>
  • Loading branch information
kibanamachine and efegurkan authored Oct 10, 2023
1 parent fc98921 commit 28044e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kbn-search-connectors/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'dropbox.svg',
isBeta: true,
isBeta: false,
isNative: true,
isTechPreview: false,
keywords: ['dropbox', 'connector'],
Expand All @@ -66,7 +66,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'github.svg',
isBeta: true,
isBeta: false,
isNative: true,
keywords: ['github', 'cloud', 'connector'],
name: i18n.translate('searchConnectors.content.nativeConnectors.github.name', {
Expand Down Expand Up @@ -157,7 +157,7 @@ export const CONNECTOR_DEFINITIONS: ConnectorServerSideDefinition[] = [
},
{
iconPath: 'servicenow.svg',
isBeta: true,
isBeta: false,
isNative: true,
isTechPreview: false,
keywords: ['servicenow', 'cloud', 'connector'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.dropbox,
platinumOnly: true,
},
github: {
docsUrl: docLinks.connectorsGithub,
Expand Down Expand Up @@ -152,6 +153,7 @@ export const CONNECTORS_DICT: Record<string, ConnectorClientSideDefinition> = {
externalAuthDocsUrl: '',
externalDocsUrl: '',
icon: CONNECTOR_ICONS.servicenow,
platinumOnly: true,
},
sharepoint_server: {
docsUrl: docLinks.connectorsSharepoint,
Expand Down

0 comments on commit 28044e6

Please sign in to comment.