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
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
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(-)
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
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