<?xml version="1.0"?>
<rss version="2.0">













































<channel>
    <title>Fisheye on leahi-dialin/leahi_dialin/utils/enum_updater.py</title>
    <link>https://devapps.diality.us/changelog/~br%3DLDT-5615-priming/leahi-dialin/leahi_dialin/utils/enum_updater.py</link>
    <description>Recent activity in "leahi-dialin" under directory /leahi_dialin/utils/enum_updater.py</description>

    
    
    
        

        

        
            

            

            

            
                
                

























    

    
        
            












<item>
        <title>LEAHI-DIALIN-LDT-5205-2: comment by Zoltan Miskolci &#034;No, it won&#039;t cause an error. The execute() func...&#034;</title>
        <pubDate>Thu, 20 Aug 2026 09:32:59 -0700</pubDate>
        <author>Zoltan Miskolci</author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31529</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31529</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                        <tr>
                            <td>
                                




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/zmiskolci?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/zmiskolci"  title="">
        
                <span class="linkText">Zoltan Miskolci</span>
            
        </a>
        
    
    






                                
                                    
                                        <a href="https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31529">replied</a> to
                                        <span title="This will be called when a user imports leahi-d...">
                                            




































    
        
            
        
        
    
    








    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user  userorcommitter-parent"  href="/user/mgarthwaite"  title="">
        
                <span class="linkText">Michael Garthwaite</span>
            
        </a>
        
    
    






                                        </span>
                                        in
                                    
                                    
                                
                                














    


    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5205-2">
                
                
            
        
        LEAHI-DIALIN-LDT-5205-2
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5205-2"></a>
    

</span>


                            </td>
                        </tr>
                        <tr>
                            <td style="border-top: 1px solid #CCC; border-bottom: 1px solid #CCC">
                                <p>No, it won&#39;t cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process. <br>Not everyone have access to that folder and a whl file don&#39;t need to run the update every time, it&#39;s more like for those who develop the code. <br> <br>Also if it&#39;s not at the very beginning, the enums will be processed in the next imports, and updating them afterwards is meaningless as it won&#39;t reflect in the running code. The files needs to be updated before any other object tries to call them to make an instance.</p>
                            </td>
                        </tr>
                    </table>
        ]]>
        </description>
</item>


        
        
    


                
            

            

            

            

        
    
        

        

        
            

            

            

            
                
                

























    

    
        
            












<item>
        <title>LEAHI-DIALIN-LDT-5205-2: comment by Michael Garthwaite &#034;This will be called when a user imports leahi-d...&#034;</title>
        <pubDate>Wed, 19 Aug 2026 22:29:18 -0700</pubDate>
        <author>Michael Garthwaite</author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31527</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31527</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                        <tr>
                            <td>
                                




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/mgarthwaite?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/mgarthwaite"  title="">
        
                <span class="linkText">Michael Garthwaite</span>
            
        </a>
        
    
    






                                
                                    
                                    
                                        <a href="https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31527">commented</a> on
                                    
                                
                                














    


    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5205-2">
                
                
            
        
        LEAHI-DIALIN-LDT-5205-2
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5205-2"></a>
    

</span>


                            </td>
                        </tr>
                        <tr>
                            <td style="border-top: 1px solid #CCC; border-bottom: 1px solid #CCC">
                                <p>This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call. <br> <br>suggest keeping the call in if _<em>name</em>_ == &#39;_<em>main</em>_&#39;: of enum_update and running that</p>
                            </td>
                        </tr>
                    </table>
        ]]>
        </description>
</item>


        
        
    


                
            

            

            

            

        
    
        

        

        
            

            

            

            

            
                
                
                    
                        
                        
                    
                    
                
                














    
        












<item>
        <title>LEAHI-DIALIN-LDT-5205-2: reviewers finished</title>
        <pubDate>Tue, 18 Aug 2026 11:45:09 -0700</pubDate>
        <author></author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                    <tr>
                        <td>
                            
                                




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/rkallala?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/rkallala"  title="">
        
                <span class="linkText">Raghu Kallala</span>
            
        </a>
        
    
    






                                
                            

                            finished reviewing 















    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5205-2">
                
                
            
        
        LEAHI-DIALIN-LDT-5205-2
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5205-2"></a>
    

</span>


                        </td>
                    </tr>
                    <tr>
                        <td style="border-top: 1px solid #CCC; border-bottom: 1px solid #CCC">
                            LEAHI-DIALIN-LDT-5205_[DD] Update NVM records architecture in Dialin
                        </td>
                    </tr>
                </table>
        ]]>
        </description>
</item>


    
    


            

            

            

        
    
        

        

        
            

            

            
                
                

















    
        
        
        
    
    
    
    
    
    
    



    
        












<item>
        <title>LEAHI-DIALIN-LDT-5615-1: started by Dara Navaei</title>
        <pubDate>Tue, 18 Aug 2026 11:24:09 -0700</pubDate>
        <author>Dara Navaei</author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5615-1</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5615-1</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                    <tr>
                        <td>
                            




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/dnavaei?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/dnavaei"  title="">
        
                <span class="linkText">Dara Navaei</span>
            
        </a>
        
    
    






                            started review
                            














    


    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5615-1">
                
                
            
        
        LEAHI-DIALIN-LDT-5615-1
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5615-1"></a>
    

</span>


                        </td>
                    </tr>
                    
                </table>
        ]]>
        </description>
</item>


    
    



                
            

            

            

            

            

        
    
        

        

        
            

            

            

            
                
                

























    

    
        
            












<item>
        <title>LEAHI-DIALIN-LDT-5205-2: comment by Zoltan Miskolci &#034;fixed&#034;</title>
        <pubDate>Thu, 13 Aug 2026 10:37:46 -0700</pubDate>
        <author>Zoltan Miskolci</author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31298</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31298</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                        <tr>
                            <td>
                                




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/zmiskolci?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/zmiskolci"  title="">
        
                <span class="linkText">Zoltan Miskolci</span>
            
        </a>
        
    
    






                                
                                    
                                        <a href="https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31298">replied</a> to
                                        <span title="Fix typo">
                                            




































    
        
            
        
        
    
    








    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user  userorcommitter-parent"  href="/user/rkallala"  title="">
        
                <span class="linkText">Raghu Kallala</span>
            
        </a>
        
    
    






                                        </span>
                                        in
                                    
                                    
                                
                                














    


    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5205-2">
                
                
            
        
        LEAHI-DIALIN-LDT-5205-2
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5205-2"></a>
    

</span>


                            </td>
                        </tr>
                        <tr>
                            <td style="border-top: 1px solid #CCC; border-bottom: 1px solid #CCC">
                                <p>fixed</p>
                            </td>
                        </tr>
                    </table>
        ]]>
        </description>
</item>


        
        
    


                
            

            

            

            

        
    
        

        

        
            

            

            

            
                
                

























    

    
        
            












<item>
        <title>LEAHI-DIALIN-LDT-5205-2: comment by Raghu Kallala &#034;Fix typo&#034;</title>
        <pubDate>Thu, 13 Aug 2026 09:57:08 -0700</pubDate>
        <author>Raghu Kallala</author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31287</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31287</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                        <tr>
                            <td>
                                




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/rkallala?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/rkallala"  title="">
        
                <span class="linkText">Raghu Kallala</span>
            
        </a>
        
    
    






                                
                                    
                                    
                                        <a href="https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2/#c31287">commented</a> on
                                    
                                
                                














    


    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5205-2">
                
                
            
        
        LEAHI-DIALIN-LDT-5205-2
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5205-2"></a>
    

</span>


                            </td>
                        </tr>
                        <tr>
                            <td style="border-top: 1px solid #CCC; border-bottom: 1px solid #CCC">
                                <p>Fix typo</p>
                            </td>
                        </tr>
                    </table>
        ]]>
        </description>
</item>


        
        
    


                
            

            

            

            

        
    
        

        

        
            

            

            
                
                

















    
        
        
        
    
    
    
    
    
    
    



    
        












<item>
        <title>LEAHI-DIALIN-LDT-5205-2: started by Dara Navaei</title>
        <pubDate>Tue, 11 Aug 2026 14:59:55 -0700</pubDate>
        <author>Dara Navaei</author>
        <link>https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2</link>

        <guid isPermaLink="false">https://devapps.diality.us/cru/LEAHI-DIALIN-LDT-5205-2</guid>
        <description>
        <![CDATA[
            <table width="100%" cellpadding="5px">
                    <tr>
                        <td>
                            




































    
        
            
        
        
    
    




    
        
        
            
        
        
    
    
    





    
        
    
    
    





    
        
            
                
            
            
            
        
        <a class="user avatar userorcommitter-parent" style='background-image:url(https://devapps.diality.us/avatar/dnavaei?s=16);
        padding-left:20px ;
        
        background-repeat: no-repeat; background-position: 0 0;' href="/user/dnavaei"  title="">
        
                <span class="linkText">Dara Navaei</span>
            
        </a>
        
    
    






                            started review
                            














    


    


    
    

    


    


<span class=" crulinkspan"
       >

    
    
    
        
        
        
            
                
                    <a class="drop-review reviewOpen" href="/cru/LEAHI-DIALIN-LDT-5205-2">
                
                
            
        
        LEAHI-DIALIN-LDT-5205-2
        <input type="hidden" class="permaId" value="LEAHI-DIALIN-LDT-5205-2"></a>
    

</span>


                        </td>
                    </tr>
                    
                </table>
        ]]>
        </description>
</item>


    
    



                
            

            

            

            

            

        
    

</channel>











</rss>
