From 91f73fa783f76564e4bd5e6c0cc0aa9a1228c83d Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Tue, 14 Jan 2020 15:17:08 -0800 Subject: [PATCH 1/3] Improve data type descriptions. --- .../constants/data_types_definition.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx b/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx index 6abf1dd004f3b..382e9b6c7242a 100644 --- a/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx +++ b/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx @@ -54,7 +54,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

@@ -417,7 +417,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), @@ -568,7 +568,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), @@ -585,7 +585,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), @@ -620,7 +620,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), @@ -637,7 +637,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), @@ -654,7 +654,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), From 86bc84692f1a1c3f13b48f593057a6540a5d613c Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Tue, 14 Jan 2020 15:20:46 -0800 Subject: [PATCH 2/3] Refine token count. --- .../mappings_editor/constants/data_types_definition.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx b/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx index 382e9b6c7242a..6a0cba3193d58 100644 --- a/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx +++ b/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx @@ -585,7 +585,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

), From db7e4d65574b3069fdc55e62b4cee90ecfa1924f Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Tue, 14 Jan 2020 15:45:38 -0800 Subject: [PATCH 3/3] Apply feedback. --- .../mappings_editor/constants/data_types_definition.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx b/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx index 6a0cba3193d58..3823c4653bfc0 100644 --- a/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx +++ b/x-pack/legacy/plugins/index_management/public/app/components/mappings_editor/constants/data_types_definition.tsx @@ -585,7 +585,7 @@ export const TYPE_DEFINITION: { [key in DataType]: DataTypeDefinition } = {

),