pgAdmin 4 commit: Ensure the Python interpreter used by the runtime ign

2021-03-17 Thread Dave Page
Ensure the Python interpreter used by the runtime ignores user site-packages. Fixes #6269 Significant debugging by Peter Buckner. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ded65340fefff3cfda7f55e86cc5fe6bd2348e0e Modified Files ---

pgAdmin 4 commit: Fixed an issue where the top menu disappears when ent

2021-03-17 Thread Akshay Joshi
Fixed an issue where the top menu disappears when entering into the full screen for minimum screen resolution. Fixes #6322 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bb71c56adc41887050395a351757fbc4b245adc Modified Files --

SonarQube Fixes #5 Roles & Functions

2021-03-17 Thread Rahul Shirsat
Hi Hackers, Please find the patch which resolves below sonar qube issues: For Roles: Refactor this function to reduce its Cognitive Complexity from 21 to the 15 allowed Refactor this function to reduce its Cognitive Complexity from 16 to the 15 allowed For Functions: Refactor this function to re

[pgAdmin4][Patch]: RM 6317 - Toggle buttons are inaccessible

2021-03-17 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #6317: Toggle buttons are inaccessible. Our toggle buttons are not the HTML buttons but the combinations of HTML tags which function as a toggle button. As the toggle button itself doesn't have a label/title as it wrapped around a div, we have pro