<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:26:09 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-3172] Amend Jenkins Sonar config to use main git branch rather than master branch</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-3172</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2811&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2811&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Rename default branch of all existing folio-org Git repositories&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2811
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 is going to rename &quot;master&quot; to &quot;main&quot; in each FOLIO repo. GitHub automatically redirects old links to the &quot;master&quot; branch to access the &quot;main&quot; branch: &lt;a href=&quot;https://github.com/github/renaming#whats-already-changed&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/github/renaming#whats-already-changed&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;However, newly created repositories that never had a &quot;master&quot; branch require all scripts to access the &quot;main&quot; branch.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
git fetch --no-tags \
  https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/ui-remote-storage.git \
&lt;/span&gt;  +refs/heads/master:refs/remotes/origin/master
fatal: couldn&apos;t find remote ref refs/heads/master
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Task:&lt;/p&gt;

&lt;p&gt;Replace &quot;master&quot; to &quot;main&quot; in scripts.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
git fetch --no-tags \
  https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/ui-remote-storage.git \
&lt;/span&gt;  +refs/heads/main:refs/remotes/origin/main&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Note:&lt;/p&gt;

&lt;p&gt;This tasks hard-codes &quot;main&quot;. This is a simple search-and-replace task.&lt;/p&gt;

&lt;p&gt;In contrast 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2851&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2851&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Amend Jenkins Sonar config to use default git branch rather than explicitly master&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-2851
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 proposes to detect the default branch which is much more work &#8211; this is not worth the effort because all FOLIO repositories are going to use &quot;main&quot; as the default branch (
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2811&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2811&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Rename default branch of all existing folio-org Git repositories&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2811
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
). FOLIO will not support different default branch names.&lt;/p&gt;


&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="79732">FOLIO-3172</key>
            <summary>Amend Jenkins Sonar config to use main git branch rather than master branch</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="1" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="-1">Unassigned</assignee>
                                                                <reporter accountid="5ee89462f7aa140abd82d11d">Julian Ladisch</reporter>
                                    <labels>
                    </labels>
                <created>Tue, 25 May 2021 08:37:57 +0000</created>
                <updated>Thu, 3 Jun 2021 13:42:47 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="189676" author="61cd0ca0bce5e00069e98be7" created="Wed, 26 May 2021 03:52:28 +0000"  >&lt;p&gt;The tickets 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2851&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2851&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Amend Jenkins Sonar config to use default git branch rather than explicitly master&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-2851
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-3172&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3172&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Amend Jenkins Sonar config to use main git branch rather than master branch&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-3172
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
 relate to just one situation.&lt;/p&gt;

&lt;p&gt;There are many situations of configuration and scripts in all of FOLIO infrastructure which explicitly refer to &quot;master&quot;. Some will not be a simple replace.&lt;/p&gt;

&lt;p&gt;At 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-2858&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2858&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Transition to &amp;#39;main&amp;#39; as the new default branch name for Git repositories&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10307?size=medium&quot; /&gt;
            FOLIO-2858
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-current jira-macro-single-issue-export-pdf&quot;&gt;In Progress&lt;/span&gt;
            &lt;/span&gt;
 the FOLIO DevOps team will be handling the transition.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10001">
                    <name>Cloners</name>
                                            <outwardlinks description="clones">
                                        <issuelink>
            <issuekey id="79699">FOLIO-2851</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79692">FOLIO-2811</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="81743">FOLIO-2843</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02v5j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 26 May 2021 03:52:28 +0000</customfieldvalue>

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