pgAdmin 4 commit: Cleanup some code smells identified by SonarQube.

2020-06-10 Thread Dave Page
Cleanup some code smells identified by SonarQube. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=85e89c869a9f7ac0ad53b3bf459b6b4658ec7ffe Modified Files -- web/migrations/versions/09d53fca90c7_.py |4 - web/package.js

pgAdmin 4 commit: Remove blank line at EOF.

2020-06-10 Thread Dave Page
Remove blank line at EOF. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5c60dcd501d4d6753b4f4a394666dd24a23de91f Modified Files -- .../databases/schemas/tables/constraints/foreign_key/tests/__init__.py | 1 - 1 file changed, 1 d

pgAdmin 4 commit: Remove blank line at EOF.

2020-06-10 Thread Dave Page
Remove blank line at EOF. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=21efe6f902e1c0355b93c951c1982ed48ea1ddde Modified Files -- web/pgadmin/browser/tests/test_internal_version.py | 1 - 1 file changed, 1 deletion(-)

pgAdmin 4 commit: Improve code coverage and API test cases for Collatio

2020-06-10 Thread Akshay Joshi
Improve code coverage and API test cases for Collations. Fixes #5325 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82c4a4a03e72ecb120abdbafb445f58adf256eb9 Author: Satish V Modified Files -- docs/en_US/release_notes_4_23.rst

Re: Reg - RM-5325[Code Coverage] Improve API test cases for Collations

2020-06-10 Thread Akshay Joshi
Thanks, patch applied. On Wed, Jun 10, 2020 at 12:01 PM Satish V wrote: > Hi Hackers, > > Please find the attached patch which improves the code coverage for > Collations. > Without patch - 43% > With patch - 64% > Kindly review the patch and share the changes or improvements, if required. > > T