From 4a97b2dd1749bc20ded05f947496906b883779c6 Mon Sep 17 00:00:00 2001 From: Jugal Chauhan Date: Tue, 12 Aug 2025 10:16:10 -0500 Subject: [PATCH 1/5] breaking changes selector to refernece individual transformation pages Signed-off-by: Jugal Chauhan --- _data/migration-assistant/breaking-changes.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_data/migration-assistant/breaking-changes.yml b/_data/migration-assistant/breaking-changes.yml index 1e7f210bf6f..e6fd52090d6 100644 --- a/_data/migration-assistant/breaking-changes.yml +++ b/_data/migration-assistant/breaking-changes.yml @@ -45,21 +45,21 @@ breaking_changes: introducedIn: "OpenSearch 1.x" comp: [] transformation: - title: "Type Mapping Deprecation" - url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-type-mapping-deprecation/" + title: "Transform dense_vector fields to knn_vector" + url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-dense-vector-knn-vector/" - title: "Removal of 'flattened' field type in OpenSearch 1.0" url: "https://docs.opensearch.org/2.7/field-types/supported-field-types/flat-object/" introducedIn: "OpenSearch 1.x" comp: [] transformation: - title: "Field Type Converter" - url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-field-type-breaking-changes/#example-field-type-converterjs-implementation" + title: "Transform flattened fields to flat_object" + url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-flattened-flat-object/" - title: "Removal of Types in Elasticsearch 7.x" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/removal-of-types.html" introducedIn: "Elasticsearch 7.x" comp: [] transformation: - title: "Field Type Converter" + title: "Transform field types" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-field-type-breaking-changes/#example-field-type-converterjs-implementation" - title: "Elasticsearch 7.0 - 7.10 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/breaking-changes.html" @@ -82,8 +82,8 @@ breaking_changes: introducedIn: "Elasticsearch 5.x" comp: [] transformation: - title: "Field Type Converter" - url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-field-type-breaking-changes/#example-field-type-converterjs-implementation" + title: "Transform string fields to text/keyword" + url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-string-text-keyword/" - title: "Elasticsearch 5.0 - 5.6 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/5.6/breaking-changes.html" introducedIn: "Elasticsearch 5.x" From 919f2d837790418295ba35206b75ed022d2f9a21 Mon Sep 17 00:00:00 2001 From: Jugal Chauhan Date: Thu, 14 Aug 2025 09:37:43 -0500 Subject: [PATCH 2/5] resolve comments on PR Signed-off-by: Jugal Chauhan --- _data/migration-assistant/breaking-changes.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/migration-assistant/breaking-changes.yml b/_data/migration-assistant/breaking-changes.yml index e6fd52090d6..168333eb5e5 100644 --- a/_data/migration-assistant/breaking-changes.yml +++ b/_data/migration-assistant/breaking-changes.yml @@ -45,21 +45,21 @@ breaking_changes: introducedIn: "OpenSearch 1.x" comp: [] transformation: - title: "Transform dense_vector fields to knn_vector" + title: "Transform 'dense_vector' Fields To 'knn_vector'" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-dense-vector-knn-vector/" - title: "Removal of 'flattened' field type in OpenSearch 1.0" url: "https://docs.opensearch.org/2.7/field-types/supported-field-types/flat-object/" introducedIn: "OpenSearch 1.x" comp: [] transformation: - title: "Transform flattened fields to flat_object" + title: "Transform 'flattened' Fields To 'flat_object'" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-flattened-flat-object/" - title: "Removal of Types in Elasticsearch 7.x" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/removal-of-types.html" introducedIn: "Elasticsearch 7.x" comp: [] transformation: - title: "Transform field types" + title: "Transform Field Types" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-field-type-breaking-changes/#example-field-type-converterjs-implementation" - title: "Elasticsearch 7.0 - 7.10 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/breaking-changes.html" @@ -82,7 +82,7 @@ breaking_changes: introducedIn: "Elasticsearch 5.x" comp: [] transformation: - title: "Transform string fields to text/keyword" + title: "Transform 'string' Fields To 'text'/'keyword'" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-string-text-keyword/" - title: "Elasticsearch 5.0 - 5.6 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/5.6/breaking-changes.html" From 05ef6bf8c966f5f773de440f1b595cbabaad694c Mon Sep 17 00:00:00 2001 From: Jugal Chauhan Date: Fri, 15 Aug 2025 10:15:08 -0500 Subject: [PATCH 3/5] First word and proper-noun capitalized Signed-off-by: Jugal Chauhan --- _data/migration-assistant/breaking-changes.yml | 10 +++++----- _migration-assistant/assets/js/breaking-changes-ui.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/migration-assistant/breaking-changes.yml b/_data/migration-assistant/breaking-changes.yml index 168333eb5e5..e1731c483b5 100644 --- a/_data/migration-assistant/breaking-changes.yml +++ b/_data/migration-assistant/breaking-changes.yml @@ -22,7 +22,7 @@ breaking_changes: introducedIn: "OpenSearch 2.x" comp: [] transformation: - title: "Type Mapping Deprecation" + title: "Type mapping deprecation" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-type-mapping-deprecation/" - title: "OpenSearch Notifications Plugins" url: "https://docs.opensearch.org/latest/breaking-changes/#add-opensearch-notifications-plugins" @@ -45,21 +45,21 @@ breaking_changes: introducedIn: "OpenSearch 1.x" comp: [] transformation: - title: "Transform 'dense_vector' Fields To 'knn_vector'" + title: "Transform 'dense_vector' fields to 'knn_vector'" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-dense-vector-knn-vector/" - title: "Removal of 'flattened' field type in OpenSearch 1.0" url: "https://docs.opensearch.org/2.7/field-types/supported-field-types/flat-object/" introducedIn: "OpenSearch 1.x" comp: [] transformation: - title: "Transform 'flattened' Fields To 'flat_object'" + title: "Transform 'flattened' fields to 'flat_object'" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-flattened-flat-object/" - title: "Removal of Types in Elasticsearch 7.x" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/removal-of-types.html" introducedIn: "Elasticsearch 7.x" comp: [] transformation: - title: "Transform Field Types" + title: Transform field types" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-field-type-breaking-changes/#example-field-type-converterjs-implementation" - title: "Elasticsearch 7.0 - 7.10 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/breaking-changes.html" @@ -82,7 +82,7 @@ breaking_changes: introducedIn: "Elasticsearch 5.x" comp: [] transformation: - title: "Transform 'string' Fields To 'text'/'keyword'" + title: "Transform 'string' fields to 'text'/'keyword'" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/transform-string-text-keyword/" - title: "Elasticsearch 5.0 - 5.6 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/5.6/breaking-changes.html" diff --git a/_migration-assistant/assets/js/breaking-changes-ui.js b/_migration-assistant/assets/js/breaking-changes-ui.js index 34959f2930f..aee52202ed0 100644 --- a/_migration-assistant/assets/js/breaking-changes-ui.js +++ b/_migration-assistant/assets/js/breaking-changes-ui.js @@ -360,7 +360,7 @@ const BreakingChangesUI = (function() { if (change.transformation) { transformationHtml = `
- Available Migration Assistant Transformation: + Available migration assistant transformation: ${change.transformation.title}
`; From 376ac5d3fb57d5aa53c2a1571a7534673c3aecc3 Mon Sep 17 00:00:00 2001 From: Jugal Chauhan Date: Sun, 17 Aug 2025 22:30:03 -0500 Subject: [PATCH 4/5] fix capitalization in sentences Signed-off-by: Jugal Chauhan --- _data/migration-assistant/breaking-changes.yml | 2 +- _migration-assistant/assets/js/breaking-changes-ui.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/migration-assistant/breaking-changes.yml b/_data/migration-assistant/breaking-changes.yml index e1731c483b5..1568cb4c769 100644 --- a/_data/migration-assistant/breaking-changes.yml +++ b/_data/migration-assistant/breaking-changes.yml @@ -77,7 +77,7 @@ breaking_changes: url: "https://www.elastic.co/guide/en/kibana/6.8/breaking-changes.html" introducedIn: "Elasticsearch 6.x" comp: [ "dashboards" ] - - title: "String field type deprecated in Elasticsearch 5.0" + - title: "'string' field type deprecated in Elasticsearch 5.0" url: "https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_mapping_changes.html" introducedIn: "Elasticsearch 5.x" comp: [] diff --git a/_migration-assistant/assets/js/breaking-changes-ui.js b/_migration-assistant/assets/js/breaking-changes-ui.js index aee52202ed0..e61c4759d02 100644 --- a/_migration-assistant/assets/js/breaking-changes-ui.js +++ b/_migration-assistant/assets/js/breaking-changes-ui.js @@ -360,7 +360,7 @@ const BreakingChangesUI = (function() { if (change.transformation) { transformationHtml = `
- Available migration assistant transformation: + Available Migration Assistant transformation: ${change.transformation.title}
`; From 6227bb78418bd65df56a4f6d5a723ebbd0d5f5c4 Mon Sep 17 00:00:00 2001 From: Jugal Chauhan Date: Sun, 17 Aug 2025 22:30:03 -0500 Subject: [PATCH 5/5] fix capitalization in sentences Signed-off-by: Jugal Chauhan --- _data/migration-assistant/breaking-changes.yml | 4 ++-- _migration-assistant/assets/js/breaking-changes-ui.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/migration-assistant/breaking-changes.yml b/_data/migration-assistant/breaking-changes.yml index e1731c483b5..303985e62c4 100644 --- a/_data/migration-assistant/breaking-changes.yml +++ b/_data/migration-assistant/breaking-changes.yml @@ -59,7 +59,7 @@ breaking_changes: introducedIn: "Elasticsearch 7.x" comp: [] transformation: - title: Transform field types" + title: "Transform field types" url: "https://docs.opensearch.org/latest/migration-assistant/migration-phases/migrate-metadata/handling-field-type-breaking-changes/#example-field-type-converterjs-implementation" - title: "Elasticsearch 7.0 - 7.10 Breaking Changes" url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/breaking-changes.html" @@ -77,7 +77,7 @@ breaking_changes: url: "https://www.elastic.co/guide/en/kibana/6.8/breaking-changes.html" introducedIn: "Elasticsearch 6.x" comp: [ "dashboards" ] - - title: "String field type deprecated in Elasticsearch 5.0" + - title: "'string' field type deprecated in Elasticsearch 5.0" url: "https://www.elastic.co/guide/en/elasticsearch/reference/5.0/breaking_50_mapping_changes.html" introducedIn: "Elasticsearch 5.x" comp: [] diff --git a/_migration-assistant/assets/js/breaking-changes-ui.js b/_migration-assistant/assets/js/breaking-changes-ui.js index aee52202ed0..e61c4759d02 100644 --- a/_migration-assistant/assets/js/breaking-changes-ui.js +++ b/_migration-assistant/assets/js/breaking-changes-ui.js @@ -360,7 +360,7 @@ const BreakingChangesUI = (function() { if (change.transformation) { transformationHtml = `
- Available migration assistant transformation: + Available Migration Assistant transformation: ${change.transformation.title}
`;