pgAdmin 4 commit: Fixed Jasmine test cases.

2022-03-23 Thread Akshay Joshi
Fixed Jasmine test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f2e87b27d16c54d1b256fd5efa01b3c6c7cc11c Author: Aditya Toshniwal Modified Files -- web/pgadmin/static/js/SchemaView/index.jsx| 4 ++--

[pgAdmin][patch] JS test cases fix

2022-03-23 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes failing jasmine test cases. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" jasmine.fixes.patch Description: Binary data

pgAdmin 4 commit: Fixes for the preferences dialog

2022-03-23 Thread Akshay Joshi
Fixes for the preferences dialog 1) Add server mode validation in the binary path. 2) Updated preferences tree rendering to avoid using the ReactDOM render. 3) Updated CSS for keyboard shortcuts checkbox border makes it consistent with input box border. 4) Fixed jasmine test case and impro