<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:40:27 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-5686] Add default link handler to Compass</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5686</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;Currently in Compass we handle links in two main ways:&lt;/p&gt;

&lt;p&gt;1. If the link has `_blank` on it then when it is clicked it is handled by the `new-window` event in electron:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/blob/main/packages/compass/src/main/window-manager.ts#L139&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/src/main/window-manager.ts#L139&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2. If the link doesn&apos;t have `_blank` on it then we currently do not handle the link handling unless the target of the event is an `a` element. This isn&apos;t always the case with links without `_blank` as there might be a `span` or something inside of the `a` tag which means this check isn&apos;t very robust. The check happens here in the `onLinkClick` function:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/blob/main/packages/compass/src/app/index.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/src/app/index.js#L263&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this ticket let&apos;s add another handler for the `will-navigate` web contents event to handle links that are clicked without `_blank`. Let&apos;s remove the handling that has the not fully covering `a` tag check as well (and keep the `new-window` handler) since it will no longer need to be used.&lt;/p&gt;

&lt;p&gt;Something like: &lt;br/&gt;
window.webContents.on(&apos;will-navigate&apos;, function (event, url) &lt;/p&gt;
{
    event.preventDefault();
    void shell.openExternal(url);
  }
&lt;p&gt;);  &lt;/p&gt;

&lt;p&gt;`will-navigate` docs: &lt;a href=&quot;https://www.electronjs.org/docs/latest/api/web-contents#event-will-navigate&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.electronjs.org/docs/latest/api/web-contents#event-will-navigate&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2016343">COMPASS-5686</key>
            <summary>Add default link handler to Compass</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="-1">Unassigned</assignee>
                                    <reporter username="rhys.howell@mongodb.com">Rhys Howell</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Apr 2022 17:57:25 +0000</created>
                <updated>Thu, 22 Jun 2023 07:26:37 +0000</updated>
                            <resolved>Thu, 22 Jun 2023 07:26:37 +0000</resolved>
                                                    <fixVersion>No version</fixVersion>
                                    <component>Electron</component>
                    <component>Tech debt</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5517477" author="JIRAUSER1257460" created="Thu, 22 Jun 2023 07:26:37 +0000"  >&lt;p&gt;Done in &lt;a href=&quot;https://github.com/mongodb-js/compass/pull/4106&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/pull/4106&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5288708" author="xgen-internal-githook" created="Tue, 21 Mar 2023 16:15:59 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6427&quot; title=&quot;exportJSON() export function and tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6427&quot;&gt;&lt;del&gt;COMPASS-6427&lt;/del&gt;&lt;/a&gt;-export-json&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5250341" author="xgen-internal-githook" created="Sun, 5 Mar 2023 16:28:21 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: github-link&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5247503" author="xgen-internal-githook" created="Fri, 3 Mar 2023 17:21:32 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6538&quot; title=&quot;When an import is in progress, disable import buttons across Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6538&quot;&gt;&lt;del&gt;COMPASS-6538&lt;/del&gt;&lt;/a&gt;-import-button-disable&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5241546" author="xgen-internal-githook" created="Wed, 1 Mar 2023 20:03:51 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6537&quot; title=&quot;Add a confirmation modal when empty collection import data button is clicked&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6537&quot;&gt;&lt;del&gt;COMPASS-6537&lt;/del&gt;&lt;/a&gt;-add-confirmation-on-add-data-empty-state&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5239825" author="xgen-internal-githook" created="Wed, 1 Mar 2023 12:53:07 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: use-new-import&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5239421" author="xgen-internal-githook" created="Wed, 1 Mar 2023 09:29:36 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: autocopmletion-compartment&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5239279" author="xgen-internal-githook" created="Wed, 1 Mar 2023 08:00:19 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Maurizio Casimirri&apos;, &apos;email&apos;: &apos;maurizio.cas@gmail.com&apos;, &apos;username&apos;: &apos;mcasimir&apos;}
&lt;p&gt;Message: feat(compass-schema,compass-schema-validation): more darkmode and maps fixes &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5686&quot; title=&quot;Add default link handler to Compass&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5686&quot;&gt;&lt;del&gt;COMPASS-5686&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6553&quot; title=&quot;Fix contrast in the validation tab in darkmode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6553&quot;&gt;&lt;del&gt;COMPASS-6553&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-6569&quot; title=&quot;Fix background and controls in the compass-schema map&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-6569&quot;&gt;&lt;del&gt;COMPASS-6569&lt;/del&gt;&lt;/a&gt; (#4106)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(compass-schema): more darkmode and maps fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;also add sample documents&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update packages/compass-schema/src/components/coordinates-minichart/utils.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;open links in a separate window + remove unused styles&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix check&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------&lt;/p&gt;

&lt;p&gt;Co-authored-by: Sergey Petushkov &amp;lt;petushkov.sergey@gmail.com&amp;gt;&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/822c4798e772a8751cb7333bfeaeff3efbb3cb88&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1901869">COMPASS-5187</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2139515">COMPASS-6145</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>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 27 Feb 2023 14:02:34 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        32 weeks, 6 days 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_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>sergey.petushkov@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            32 weeks, 6 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>
            <customfieldvalue>sergey.petushkov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0ps7z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1nvi:0u</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_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|i0pedb:</customfieldvalue>

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