<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:38:21 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-5075] Add react error boundaries to `connect`</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5075</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;Currently we only have react error boundaries set up for the various tabs in compass (databases, collections, collection views). We should add error boundaries to the rendering of parts of the connection form as well. It will help gracefully handle errors that occur when the component is rendered. This should ideally should never happen, but in the case that it does happen, a user should be able to see the error that occurred without opening the console, and possibly use other parts of Compass that are unaffected since the error no longer breaks the react window instance (with the connect form this would mean they could choose a non-erroring connection and continue using compass).&lt;/p&gt;

&lt;p&gt;React error boundaries:&lt;br/&gt;
&lt;a href=&quot;https://reactjs.org/docs/error-boundaries.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://reactjs.org/docs/error-boundaries.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here&apos;s an example of how we currently handle them in Compass:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/blob/main/packages/compass-collection/src/modules/context.js#L263&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/blob/main/packages/compass-collection/src/modules/context.js#L263&lt;/a&gt;&lt;br/&gt;
This uses the UnsafeComponent component from hadron-react-components: &lt;a href=&quot;https://github.com/mongodb-js/compass/blob/main/packages/hadron-react-components/src/unsafe-component.jsx&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/blob/main/packages/hadron-react-components/src/unsafe-component.jsx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We should update UnsafeComponent to use the current recommended react implementation:&lt;br/&gt;
&lt;a href=&quot;https://reactjs.org/docs/error-boundaries.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://reactjs.org/docs/error-boundaries.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1868995">COMPASS-5075</key>
            <summary>Add react error boundaries to `connect`</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="rhys.howell@mongodb.com">Rhys Howell</reporter>
                        <labels>
                    </labels>
                <created>Wed, 8 Sep 2021 08:00:36 +0000</created>
                <updated>Wed, 10 Jan 2024 22:55:56 +0000</updated>
                            <resolved>Fri, 28 Jan 2022 17:23:26 +0000</resolved>
                                                    <fixVersion>1.31.0</fixVersion>
                                    <component>Connectivity</component>
                    <component>Tech debt</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4335749" author="xgen-internal-githook" created="Fri, 4 Feb 2022 13:51:03 +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(connections): Add react error boundary to compass-components and wrap new connect form &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5075&quot; title=&quot;Add react error boundaries to `connect`&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5075&quot;&gt;&lt;del&gt;COMPASS-5075&lt;/del&gt;&lt;/a&gt; (#2730)&lt;br/&gt;
Branch: 1.31-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4327563" author="xgen-internal-githook" created="Tue, 1 Feb 2022 15:33: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(connections): Add react error boundary to compass-components and wrap new connect form &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5075&quot; title=&quot;Add react error boundaries to `connect`&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5075&quot;&gt;&lt;del&gt;COMPASS-5075&lt;/del&gt;&lt;/a&gt; (#2730)&lt;br/&gt;
Branch: compass-5413-open-agg-query&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4324286" author="xgen-internal-githook" created="Mon, 31 Jan 2022 13:38:17 +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(connections): Add react error boundary to compass-components and wrap new connect form &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5075&quot; title=&quot;Add react error boundaries to `connect`&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5075&quot;&gt;&lt;del&gt;COMPASS-5075&lt;/del&gt;&lt;/a&gt; (#2730)&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5409&quot; title=&quot;Create plugin store that should provide queries / aggregations items for the list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5409&quot;&gt;&lt;del&gt;COMPASS-5409&lt;/del&gt;&lt;/a&gt;-tests&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4321306" author="xgen-internal-githook" created="Fri, 28 Jan 2022 16:20: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: chore(connections): Add react error boundary to compass-components and wrap new connect form &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5075&quot; title=&quot;Add react error boundaries to `connect`&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5075&quot;&gt;&lt;del&gt;COMPASS-5075&lt;/del&gt;&lt;/a&gt; (#2730)&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/eb33e539a6b98537423e32542b16506ac291d0b4&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="1909553">COMPASS-5229</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1514067">COMPASS-4462</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1868994">COMPASS-5074</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>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 28 Jan 2022 16:20:38 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/COMPASS-5229'>COMPASS-5229</a></s>]]></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-4948</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>
                            2 years, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</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|i00qcf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1q5j:</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="5694">Iteration Seoul</customfieldvalue>
    <customfieldvalue id="5793">Iteration Tokyo</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|i00chr:</customfieldvalue>

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