Skip to content

Commit

Permalink
[Workplace Search] Remove Custom API Source Integration tile (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron Hulcher committed May 20, 2022
1 parent 583d2b7 commit 065ea3e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ({ getService }: FtrProviderContext) {

expect(resp.body).to.be.an('array');

expect(resp.body.length).to.be(43);
expect(resp.body.length).to.be(42);

// Test for sample data card
expect(resp.body.findIndex((c: { id: string }) => c.id === 'sample_data_all')).to.be.above(
Expand Down

This file was deleted.

18 changes: 0 additions & 18 deletions x-pack/plugins/enterprise_search/server/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,24 +338,6 @@ const workplaceSearchIntegrations: WorkplaceSearchIntegration[] = [
categories: ['enterprise_search', 'communications', 'productivity'],
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/zoom',
},
{
id: 'custom_api_source',
title: i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceName',
{
defaultMessage: 'Custom API Source',
}
),
description: i18n.translate(
'xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceDescription',
{
defaultMessage:
'Search over anything by building your own integration with Workplace Search.',
}
),
categories: ['custom'],
uiInternalPath: '/app/enterprise_search/workplace_search/sources/add/custom',
},
];

export const registerEnterpriseSearchIntegrations = (
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -11801,8 +11801,6 @@
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceCloudName": "Cloud Confluence",
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceServerDescription": "Effectuez des recherches sur le contenu de votre organisation sur le serveur Confluence avec Workplace Search.",
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceServerName": "Serveur Confluence",
"xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceDescription": "Effectuez n'importe quelle recherche en créant votre propre intégration avec Workplace Search.",
"xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceName": "Source d'API personnalisée",
"xpack.enterpriseSearch.workplaceSearch.integrations.dropboxDescription": "Effectuez des recherches dans vos fichiers et dossiers stockés sur Dropbox avec Workplace Search.",
"xpack.enterpriseSearch.workplaceSearch.integrations.dropboxName": "Dropbox",
"xpack.enterpriseSearch.workplaceSearch.integrations.githubDescription": "Effectuez des recherches sur vos projets et référentiels sur GitHub avec Workplace Search.",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -11900,8 +11900,6 @@
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceCloudName": "Confluence Cloud",
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceServerDescription": "Workplace Searchを使用して、Confluence Serverの組織コンテンツを検索します。",
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceServerName": "Confluence Server",
"xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceDescription": "Workplace Searchを使用して、独自の統合を構築し、項目を検索します。",
"xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceName": "カスタムAPIソース",
"xpack.enterpriseSearch.workplaceSearch.integrations.dropboxDescription": "Workplace Searchを使用して、Dropboxに保存されたファイルとフォルダーを検索します。",
"xpack.enterpriseSearch.workplaceSearch.integrations.dropboxName": "Dropbox",
"xpack.enterpriseSearch.workplaceSearch.integrations.githubDescription": "Workplace Searchを使用して、GitHubのプロジェクトとリポジトリを検索します。",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -11922,8 +11922,6 @@
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceCloudName": "Confluence Cloud",
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceServerDescription": "通过 Workplace Search 搜索 Confluence Server 上的组织内容。",
"xpack.enterpriseSearch.workplaceSearch.integrations.confluenceServerName": "Confluence Server",
"xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceDescription": "通过使用 Workplace Search 构建自己的集成来搜索任何内容。",
"xpack.enterpriseSearch.workplaceSearch.integrations.customApiSourceName": "定制 API 源",
"xpack.enterpriseSearch.workplaceSearch.integrations.dropboxDescription": "通过 Workplace Search 搜索存储在 Dropbox 上的文件和文件夹。",
"xpack.enterpriseSearch.workplaceSearch.integrations.dropboxName": "Dropbox",
"xpack.enterpriseSearch.workplaceSearch.integrations.githubDescription": "通过 Workplace Search 搜索 GitHub 上的项目和存储库。",
Expand Down

0 comments on commit 065ea3e

Please sign in to comment.