<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:44:07 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[COMPASS-6720] Cleanup gatherFields() and mongodb-schema</title>
                <link>https://jira.mongodb.org/browse/COMPASS-6720</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;We should just export all the types from mongodb-schema and update them. Or alternatively move schemaToPaths() there so we don&apos;t need all the types in compass.&lt;/p&gt;

&lt;p&gt;finalizeSchema() inside schema analyzer replaces the fields object internally with something of a different type. We should fix that by just returning a different final result object that matches the type we want.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2313693">COMPASS-6720</key>
            <summary>Cleanup gatherFields() and mongodb-schema</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="rhys.howell@mongodb.com">Rhys Howell</assignee>
                                    <reporter username="leroux.bodenstein@mongodb.com">Le Roux Bodenstein</reporter>
                        <labels>
                            <label>milestone-5</label>
                    </labels>
                <created>Thu, 13 Apr 2023 10:26:44 +0000</created>
                <updated>Wed, 10 Jan 2024 22:54:57 +0000</updated>
                            <resolved>Mon, 22 May 2023 14:06:45 +0000</resolved>
                                                    <fixVersion>1.37.0</fixVersion>
                                    <component>Import/Export</component>
                    <component>Tech debt</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="5459330" author="xgen-internal-githook" created="Tue, 30 May 2023 03:11:48 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: redux-typescript-query-history-store&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5452251" author="xgen-internal-githook" created="Thu, 25 May 2023 15:15:52 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6740&quot; title=&quot;Scroll to the stage wizard when its added to the list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6740&quot;&gt;&lt;del&gt;COMPASS-6740&lt;/del&gt;&lt;/a&gt;-scroll-to-a-card&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5448200" author="xgen-internal-githook" created="Wed, 24 May 2023 11:37:44 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6593&quot; title=&quot;Add an indicator to the performance tab stating information on collections with queryable encryption is not available&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6593&quot;&gt;&lt;del&gt;COMPASS-6593&lt;/del&gt;&lt;/a&gt;-add-performance-tab-indicator&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5444918" author="xgen-internal-githook" created="Tue, 23 May 2023 12:01:31 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 6802-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5444373" author="xgen-internal-githook" created="Tue, 23 May 2023 07:17:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: compass-6825-explain-plan-modal-in-agg-builder&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5443832" author="xgen-internal-githook" created="Mon, 22 May 2023 22:40:24 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6799&quot; title=&quot;Implement OIDC additions to connection form&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6799&quot;&gt;&lt;del&gt;COMPASS-6799&lt;/del&gt;&lt;/a&gt;-OIDC-connection-form&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5442285" author="xgen-internal-githook" created="Mon, 22 May 2023 15:27:46 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: 1.37-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5441883" author="xgen-internal-githook" created="Mon, 22 May 2023 13:53:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: chore(import-export, schema, field-store): update mongodb-schema, use schema paths helper &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#4401)&lt;/p&gt;

&lt;p&gt;This updates our mongodb-schema dependency in Compass.&lt;/p&gt;

&lt;p&gt;Updating to the new version involves a few changes:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Schema field paths now use string arrays instead of dot separated strings. This will make it easier for us to handle cases like dots in field names (previously we would join and split on dots).&lt;/li&gt;
	&lt;li&gt;Better schema type definitions are now exported from mongodb-schema. This involved some changes in compass-schema and compass-import-export as we were supporting our own types.&lt;/li&gt;
	&lt;li&gt;Removed the getSchemaPaths function from compass-import-export and updated to use the one from the mongodb-schema package,.&lt;/li&gt;
	&lt;li&gt;Removed the unused dimensionality and nestedFields properties and calculations in compass-field-store. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;In compass-field-store renamed the aceFields flattened map used for editor field autocompletion to autocompleteFields to be more generic as we are using this in code-mirror and no longer have ace. (could be separated to another pr if preferred).&lt;/li&gt;
	&lt;li&gt;Updated schema property variable names, has_duplicates, average_length, and total_count, are now camelCase.&lt;br/&gt;
When integrating changes in compass-schema there were updates needed in the telemetry methods, schemaContainsGeoData and calculateSchemaDepth. I ended up refactoring both and hopefully simplifying calculateSchemaDepth a bit, it looks like it might fix a recent error we had. Moved them off the store. Updated tests to be easier to maintain. We could consider moving the calculateSchemaDepth into mongodb-schema, but that&apos;s not included in these changes. I&apos;m thinking this should fix &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6809&quot; title=&quot;calculateSchemaDepth() for schema telemetry tracking can fail with max call stack size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6809&quot;&gt;&lt;del&gt;COMPASS-6809&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/1f2d29fb2e9529fa6fa8d80f28567a7216fbf975&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5435574" author="xgen-internal-githook" created="Thu, 18 May 2023 17:11:38 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: Merge branch &apos;main&apos; into &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt;-update-mongodb-schema-remove-schema-paths&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt;-update-mongodb-schema-remove-schema-paths&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/9e6f5b109c047dd933785e69bc1dc736fe966707&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/9e6f5b109c047dd933785e69bc1dc736fe966707&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5425871" author="xgen-internal-githook" created="Mon, 15 May 2023 17:39:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Rhys&apos;, &apos;email&apos;: &apos;Anemy@users.noreply.github.com&apos;, &apos;username&apos;: &apos;Anemy&apos;}
&lt;p&gt;Message: feat: export schema types, remove lodash dependency, speed up analysis &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6720&quot; title=&quot;Cleanup gatherFields() and mongodb-schema&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6720&quot;&gt;&lt;del&gt;COMPASS-6720&lt;/del&gt;&lt;/a&gt; (#189)&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/mongodb-schema/commit/b2fc41b6e8f26af34ed7324d6d021b18fe1b8770&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/mongodb-schema/commit/b2fc41b6e8f26af34ed7324d6d021b18fe1b8770&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2335796">COMPASS-6807</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 15 May 2023 17:39:35 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        36 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-5576</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jessica.sigafoos@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            36 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>leroux.bodenstein@mongodb.com</customfieldvalue>
            <customfieldvalue>rhys.howell@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i24jfz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1di3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7315">Iteration Ankylosaurus</customfieldvalue>
    <customfieldvalue id="7336">Iteration Brontosaurus</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i245lb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>