<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:38:29 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-5113] Remove &quot;Loading&quot; screen from Compass application</title>
                <link>https://jira.mongodb.org/browse/COMPASS-5113</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;After that change Compass doesn&apos;t start with two browser windows, it&apos;s just one that right away tries to show connection screen (with a possible skeleton view, spinner if it takes too long to load)&lt;/p&gt;</description>
                <environment></environment>
        <key id="1884018">COMPASS-5113</key>
            <summary>Remove &quot;Loading&quot; screen from Compass application</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="13201">Fixed</resolution>
                                        <assignee username="sergey.petushkov@mongodb.com">Sergey Petushkov</assignee>
                                    <reporter username="sergey.petushkov@mongodb.com">Sergey Petushkov</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Sep 2021 08:19:22 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:37 +0000</updated>
                            <resolved>Wed, 20 Oct 2021 12:32:46 +0000</resolved>
                                                    <fixVersion>1.29.4</fixVersion>
                                    <component>Compass</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="4147202" author="xgen-internal-githook" created="Tue, 26 Oct 2021 02:35:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: feat(mongodb-compass): Remove loading screen from the app part 1 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5113&quot; title=&quot;Remove &amp;quot;Loading&amp;quot; screen from Compass application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5113&quot;&gt;&lt;del&gt;COMPASS-5113&lt;/del&gt;&lt;/a&gt; (#2493)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(webpack-config-compass): Add support for css extraction to webpack config&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(mocha-config-compass): Add support for importing images and fonts in the tests&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Mocks webpack behavior for some test suites&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-connect): Use left instead of start&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;`start` is a supported css value for text-align, but for some reason&lt;br/&gt;
something in the chain of our css loaders removes it as invalid, left&lt;br/&gt;
is also fine to use here&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(storage-mixin): Add &quot;types&quot; for storage-mixin package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(hadron-ipc): Add types and named exports to package&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Named exports are easier to use when importing hadron-ipc in TypeScript&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(hadron-build): Expose auto update url on hadron build target&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(hadron-auto-update-manager): Add types and add support for options as an object; Do not leak communicating to windows from manager&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-logging): Use correct hadron-ipc type&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Use new shared mocha, eslint, prettier, ts confguration in compass main&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor compass main code to TypeScript&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Unify implementation around singletons for main areas of the main process:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Menu&lt;/li&gt;
	&lt;li&gt;WindowManager&lt;/li&gt;
	&lt;li&gt;Logger&lt;/li&gt;
	&lt;li&gt;AutoUpdater&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Inverse control over event handling: give singletons access to application&lt;br/&gt;
as a shared event bus allowing to emit and react to events like new-window&lt;br/&gt;
independantly&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor tests to TypeScript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Remove loading screen from application bundle; Provide jQuery globally through webpack; Add splitChunks optimization&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Add initial loading placeholder to the application&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Remove compass-loading plugin and loading screen code from compass main&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Stricter types for CompassApplication events&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(webpack-config-compass): Only extract css when generating a production build for electron target&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Only init logger once; Activate Menu.load with CompassApp new-window event; Only activate search on the focused window&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Exclude folders that exist in the package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Clean-up todos&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass, compass-collection): Fix header background color&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;test(hadron-build): Add some basic target tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor application singleton implementation to match other singletons&lt;br/&gt;
Branch: compass-home-ts&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5485446eb4b1707896f474c64bc0581ff58092ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5485446eb4b1707896f474c64bc0581ff58092ba&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4132862" author="xgen-internal-githook" created="Tue, 19 Oct 2021 16:18:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: feat(mongodb-compass): Remove loading screen from the app part 1 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5113&quot; title=&quot;Remove &amp;quot;Loading&amp;quot; screen from Compass application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5113&quot;&gt;&lt;del&gt;COMPASS-5113&lt;/del&gt;&lt;/a&gt; (#2493)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(webpack-config-compass): Add support for css extraction to webpack config&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(mocha-config-compass): Add support for importing images and fonts in the tests&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Mocks webpack behavior for some test suites&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-connect): Use left instead of start&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;`start` is a supported css value for text-align, but for some reason&lt;br/&gt;
something in the chain of our css loaders removes it as invalid, left&lt;br/&gt;
is also fine to use here&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(storage-mixin): Add &quot;types&quot; for storage-mixin package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(hadron-ipc): Add types and named exports to package&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Named exports are easier to use when importing hadron-ipc in TypeScript&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(hadron-build): Expose auto update url on hadron build target&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(hadron-auto-update-manager): Add types and add support for options as an object; Do not leak communicating to windows from manager&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-logging): Use correct hadron-ipc type&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Use new shared mocha, eslint, prettier, ts confguration in compass main&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor compass main code to TypeScript&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Unify implementation around singletons for main areas of the main process:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Menu&lt;/li&gt;
	&lt;li&gt;WindowManager&lt;/li&gt;
	&lt;li&gt;Logger&lt;/li&gt;
	&lt;li&gt;AutoUpdater&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Inverse control over event handling: give singletons access to application&lt;br/&gt;
as a shared event bus allowing to emit and react to events like new-window&lt;br/&gt;
independantly&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor tests to TypeScript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Remove loading screen from application bundle; Provide jQuery globally through webpack; Add splitChunks optimization&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Add initial loading placeholder to the application&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Remove compass-loading plugin and loading screen code from compass main&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Stricter types for CompassApplication events&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(webpack-config-compass): Only extract css when generating a production build for electron target&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Only init logger once; Activate Menu.load with CompassApp new-window event; Only activate search on the focused window&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Exclude folders that exist in the package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Clean-up todos&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass, compass-collection): Fix header background color&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;test(hadron-build): Add some basic target tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor application singleton implementation to match other singletons&lt;br/&gt;
Branch: &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5053&quot; title=&quot;Add a loading status and a cancellation button to the CRUD view (and do not show global loading overlay when running queries)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5053&quot;&gt;&lt;del&gt;COMPASS-5053&lt;/del&gt;&lt;/a&gt;-loading-status&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5485446eb4b1707896f474c64bc0581ff58092ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5485446eb4b1707896f474c64bc0581ff58092ba&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4132746" author="xgen-internal-githook" created="Tue, 19 Oct 2021 15:48:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: feat(mongodb-compass): Remove loading screen from the app part 1 &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-5113&quot; title=&quot;Remove &amp;quot;Loading&amp;quot; screen from Compass application&quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-5113&quot;&gt;&lt;del&gt;COMPASS-5113&lt;/del&gt;&lt;/a&gt; (#2493)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(webpack-config-compass): Add support for css extraction to webpack config&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(mocha-config-compass): Add support for importing images and fonts in the tests&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Mocks webpack behavior for some test suites&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;fix(compass-connect): Use left instead of start&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;`start` is a supported css value for text-align, but for some reason&lt;br/&gt;
something in the chain of our css loaders removes it as invalid, left&lt;br/&gt;
is also fine to use here&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(storage-mixin): Add &quot;types&quot; for storage-mixin package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(hadron-ipc): Add types and named exports to package&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Named exports are easier to use when importing hadron-ipc in TypeScript&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;feat(hadron-build): Expose auto update url on hadron build target&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feat(hadron-auto-update-manager): Add types and add support for options as an object; Do not leak communicating to windows from manager&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(compass-logging): Use correct hadron-ipc type&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Use new shared mocha, eslint, prettier, ts confguration in compass main&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor compass main code to TypeScript&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Unify implementation around singletons for main areas of the main process:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Menu&lt;/li&gt;
	&lt;li&gt;WindowManager&lt;/li&gt;
	&lt;li&gt;Logger&lt;/li&gt;
	&lt;li&gt;AutoUpdater&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Inverse control over event handling: give singletons access to application&lt;br/&gt;
as a shared event bus allowing to emit and react to events like new-window&lt;br/&gt;
independantly&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor tests to TypeScript&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Remove loading screen from application bundle; Provide jQuery globally through webpack; Add splitChunks optimization&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Add initial loading placeholder to the application&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Remove compass-loading plugin and loading screen code from compass main&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Update package-lock&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Stricter types for CompassApplication events&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(webpack-config-compass): Only extract css when generating a production build for electron target&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix: Only init logger once; Activate Menu.load with CompassApp new-window event; Only activate search on the focused window&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore: Exclude folders that exist in the package&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Clean-up todos&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;fix(mongodb-compass, compass-collection): Fix header background color&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;test(hadron-build): Add some basic target tests&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;chore(mongodb-compass): Refactor application singleton implementation to match other singletons&lt;br/&gt;
Branch: main&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/5485446eb4b1707896f474c64bc0581ff58092ba&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/5485446eb4b1707896f474c64bc0581ff58092ba&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4129615" author="xgen-internal-githook" created="Mon, 18 Oct 2021 15:14:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: Merge branch &apos;compass-5113-remove-loading-screen-from-the-app&apos; of github.com:mongodb-js/compass into compass-5113-remove-loading-screen-from-the-app&lt;br/&gt;
Branch: compass-5113-remove-loading-screen-from-the-app&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/877379f5ce877ebc2554a5d451903f9bb18791cb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/877379f5ce877ebc2554a5d451903f9bb18791cb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4129614" author="xgen-internal-githook" created="Mon, 18 Oct 2021 15:14:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: Merge remote-tracking branch &apos;origin/main&apos; into compass-5113-remove-loading-screen-from-the-app&lt;/p&gt;

&lt;p&gt;Conflicts:&lt;br/&gt;
	package-lock.json&lt;br/&gt;
	packages/compass-loading/package.json&lt;br/&gt;
	packages/compass/package.json&lt;br/&gt;
	packages/compass/src/app/loading/loading.js&lt;br/&gt;
	packages/compass/src/main/menu.js&lt;br/&gt;
	packages/compass/src/main/window-manager.js&lt;br/&gt;
Branch: compass-5113-remove-loading-screen-from-the-app&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/fd3fa92a2e647ddcb31151dd93aa36b78667f6ad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/fd3fa92a2e647ddcb31151dd93aa36b78667f6ad&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4094797" author="xgen-internal-githook" created="Thu, 30 Sep 2021 17:35:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey Petushkov&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: Merge remote-tracking branch &apos;origin/main&apos; into compass-5113-remove-loading-screen-from-the-app&lt;br/&gt;
Branch: compass-5113-remove-loading-screen-from-the-app&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/0ffae226317efd73501a64126e172b7e13ff63db&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/0ffae226317efd73501a64126e172b7e13ff63db&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 30 Sep 2021 17:35:08 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 15 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-4764</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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 15 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>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|i039of:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1yo7:</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="5448">Iteration Lutz</customfieldvalue>
    <customfieldvalue id="5487">Iteration Minsk</customfieldvalue>
    <customfieldvalue id="5509">Iteration Novokuybyshevsk</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|i02vtr:</customfieldvalue>

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