Thread: [pgAdmin][RM-6132]: [React] Port debugger to React
Attachment
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Akshay Joshi Principal Software Architect +91 9767888246 | |
Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Attachment
Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite
Akshay Joshi Principal Software Architect +91 9767888246 | |
Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Attachment
Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite
Akshay Joshi Principal Software Architect +91 9767888246 | |
Thanks, the patch applied.On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Attachment
Hi Akshay,Please find the patch to fix jasmine test cases.On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite.
Akshay Joshi Principal Software Architect +91 9767888246 | |
Thanks, the patch appliedOn Tue, Jun 21, 2022 at 9:31 AM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,Please find the patch to fix jasmine test cases.On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite.--
Akshay Joshi
Principal Software Architect
+91 9767888246
Attachment
Hi Akshay,PFA to fix the following issues:1. Fixed issue in set debugger arguments, Debugger is not getting started if arguments loaded from SQLite databaseOn Tue, Jun 21, 2022 at 10:50 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch appliedOn Tue, Jun 21, 2022 at 9:31 AM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,Please find the patch to fix jasmine test cases.On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite.--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite
Akshay Joshi Principal Software Architect +91 9767888246 | |
Thanks, the patch applied.On Tue, Jun 21, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA to fix the following issues:1. Fixed issue in set debugger arguments, Debugger is not getting started if arguments loaded from SQLite databaseOn Tue, Jun 21, 2022 at 10:50 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch appliedOn Tue, Jun 21, 2022 at 9:31 AM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,Please find the patch to fix jasmine test cases.On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite.--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Attachment
Hi Akshay,PFA patch to update the layout Id for the debugger, to resolve the issue sometime the query tool layout is not loading due to the same layout ID for the debugger.On Wed, Jun 22, 2022 at 11:24 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 21, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA to fix the following issues:1. Fixed issue in set debugger arguments, Debugger is not getting started if arguments loaded from SQLite databaseOn Tue, Jun 21, 2022 at 10:50 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch appliedOn Tue, Jun 21, 2022 at 9:31 AM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,Please find the patch to fix jasmine test cases.On Mon, Jun 20, 2022 at 7:08 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Mon, Jun 20, 2022 at 1:12 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch for fixing the following issue in debugger.1. If debugger arguments are array debugger sets the null value to parameters.2. Popup screen is not being closed if debug Package procedure/Function and select Null option.3. Updated validation for debugger argument of the array type parameter.On Wed, Jun 15, 2022 at 11:39 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Thanks, the patch applied.On Tue, Jun 14, 2022 at 6:09 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:Hi Akshay,PFA patch v2, fixed all review comments.On Thu, Jun 9, 2022 at 4:53 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:Hi NikhilFollowing are the review comments:GUI:
- Parameter dialog:
- Get the warning when parameter dialog gets opened Warning: [JSS] Could not find the referenced rule "disabled" in "makeStyles".
- Debug button should not be enabled until all the required parameters value is not entered by the user. (Check the existing behavior)
- OK, button not working on the 'Debugger Error' popup.
- The 'Use Default' checkbox should be disabled if the default value is not available for the parameter. (Check existing behavior.)
- Sometimes the value of the few parameters does not persist for the next run.
Done.
- Debugger Panel:
- Fix 'Error while selecting frame.' error when clicking on the Line no of the 'stack' tab. Stop all the API calls when execution is completed.
- Set Breakpoint not working. getting 'Error while clearing all breakpoint.' error on frontend and "UnboundLocalError: local variable 'line_numbers' referenced before assignment" error on the backend.
- 'Debugger aborted successfully' message should be displayed in notistack when the user aborts the debugger execution. (Check the existing behavior)
Done.Code:
- Jasmine test cases are failing. Check the feature test as well.
- Remove "debugger;" from the "direct.html" file.
- Remove commented code from the "debugger/__init__.py" and "index.js" files. Also, remove the below else condition from "debugger/__init__.py" which is of no use
[]else:
- Remove a few extra lines at the end of the "DebuggerModule.js".
- Add copyright header to "DebuggerArgs.ui.js", "ToolBar.jsx" and "MockDebuggerComponent.jsx".
- Fixed SonarQube issues from "DebuggerArgumentComponent.jsx", "DebuggerComponent.jsx".
Done.On Wed, Jun 8, 2022 at 2:28 PM Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite.--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite--
Akshay Joshi
Principal Software Architect
+91 9767888246
Regards,Nikhil Mohite
Akshay Joshi Principal Software Architect +91 9767888246 | |