<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:10:52 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-1105] Run local code (module) and allow debugging it against a local VM (folio env)</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1105</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;1. run ansible with a selected set of modules - for example - if you are developing mod-circ , you may have 7-8 modules that should be running in the vm&lt;br/&gt;
2. allow compiling and starting up (by the okapi in the vm) of the developed local code (module)&lt;br/&gt;
3. allow debugging via ide the running compiled module.&lt;/p&gt;

&lt;p&gt;preferable:&lt;br/&gt;
developed code is already in a specific directory. would be nice to be able to tell the box to use it and compile it and start it up (and deploy it) - and allow to undeploy / recompile / deploy when changes are made&lt;/p&gt;

&lt;p&gt;comments welcomed....&lt;/p&gt;</description>
                <environment></environment>
        <key id="79501">FOLIO-1105</key>
            <summary>Run local code (module) and allow debugging it against a local VM (folio env)</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</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="5c706fbb47a54a6728e59df2">Wayne Schneider</assignee>
                                                                <reporter accountid="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c">shale99</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>sprint33</label>
                            <label>sprint48</label>
                    </labels>
                <created>Tue, 6 Mar 2018 14:42:49 +0000</created>
                <updated>Thu, 10 Jan 2019 15:43:37 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                <comments>
                                                            <comment id="191287" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Wed, 7 Mar 2018 07:20:07 +0000"  >&lt;p&gt;once the module being tested is deployed it should also be activated for a predefined tenant &lt;/p&gt;</comment>
                                                            <comment id="191290" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Wed, 7 Mar 2018 09:34:48 +0000"  >&lt;p&gt;with the ability to easily post the needed permissions &amp;lt;- major pain point in a local environment built from scratch (users + perms for an env)&lt;/p&gt;</comment>
                                                            <comment id="191293" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Wed, 7 Mar 2018 09:44:37 +0000"  >&lt;p&gt;Personally, I have never liked the black box approach. I understand it is necessary for the front end developers to get a well known back end installation to work against, but for a back end developer like myself, it has always seemed like a clumsy way to get things up.&lt;/p&gt;

&lt;p&gt;I always try to develop directly on my workstation. I admit that it can be a hassle to set up. I would like to see it working this way:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;I tell Okapi to pull all released ModuleDescriptors from our central repo (or maybe a local cache)&lt;/li&gt;
	&lt;li&gt;I post my ModuleDescriptor to Okapi, if the one in the repository isn&apos;t new enough for my work&lt;/li&gt;
	&lt;li&gt;I tell Okapi to install my module, and some test-data modules for my test tenant&lt;/li&gt;
	&lt;li&gt;Okapi starts all those modules up in the right order. The test-data modules load in some data I need for testing.&lt;/li&gt;
	&lt;li&gt;The system is up, running my locally developed modules and all its dependencies.&lt;/li&gt;
	&lt;li&gt;If I need to work against bleeding edge versions of some modules, I just clone their source (master or a specific branch), compile them, post their MDs to Okapi, and tell Okapi to upgrade all modules for my tenant.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We have (almost?) all machinery in place already. Okapi can pull MDs, resolve dependencies, and enable or upgrade a bunch of modules, thanks to Adam&apos;s install call. The missing piece is the test data modules. There is no technical reason why we could not have such, nobody has written one yet. Instead, most modules come with various different scripts to load their test data in, and to set things up.&lt;/p&gt;

&lt;p&gt;The test data modules could also install permissions for well-known users, and initialize anything else we may need in the system&lt;/p&gt;
</comment>
                                                            <comment id="191295" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Wed, 7 Mar 2018 10:45:10 +0000"  >&lt;p&gt;that is ok with me, it doesnt have to be in the vm as long as everything can be installed and deployed properly automatically and allows deploy / redeploy easily&lt;/p&gt;</comment>
                                                            <comment id="191297" author="712020:38d1a08f-86a8-4df2-9191-239b16b0a81a" created="Wed, 7 Mar 2018 15:30:07 +0000"  >&lt;p&gt;I wrote a bit more about my idea in 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-1110&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-1110&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Mod-diku-admin, and other test data loaders&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-1110
        &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;
. Comments welcome&lt;/p&gt;</comment>
                                                            <comment id="191298" author="5c706fbb47a54a6728e59df2" created="Thu, 4 Oct 2018 18:54:20 +0000"  >&lt;p&gt;Something worth considering: &lt;a href=&quot;https://www.virtualbox.org/manual/ch06.html#network_internal&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.virtualbox.org/manual/ch06.html#network_internal&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Could we simply set up the VM using internal networking and address the local module from within Okapi?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79503">FOLIO-1110</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="10144"><![CDATA[Core: Platform]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzycvr:</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, 7 Mar 2018 09:44:37 +0000</customfieldvalue>

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