pgAdmin 4 commit: Ensure that the Dictionaries drop-down shows all the

2020-08-04 Thread Akshay Joshi
Ensure that the Dictionaries drop-down shows all the dictionaries in the FTS configuration dialog. Fixes #5429 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ce27736589d164aac8cea26286ca3a9a1492b2f Modified Files -- docs/en_US/r

[pgAdmin4 ] Limit the scope of CSS

2020-08-04 Thread Murtuza Zabuawala
Hi, PFA small patch to fix the `.dashboard-graph-body` CSS class scope to prevent it affecting other places. -- Regards, Murtuza Zabuawala *EDB* *POWER TO POSTGRES* https://www.edbpostgres.com fix_css_scope.diff Description: Binary data

Local variable 'debugger_version' referenced before assignment

2020-08-04 Thread Fontana Daniel C (Desartec S.R.L.)
Hello: After enabling en file postgresql.conf shared_preload_libraries = '$ libdir/plugin_debugger.dll' and installing the pldbgapi extension. I try to debug a created function and pgadmin4 displays the following error. Local variable 'debugger_version' referenced before assignment. This variab

[pgAdmin][SonarQube] Replace the generic exception class with a more specific one

2020-08-04 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to replace the generic exception class with a newly added ExecuteError class for all the places where error occurs when a SQL is executed. This fixes around 34 issues. Please review. -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgr