Re: [pgAdmin][RM5017] Use cheroot as default production server

2019-12-23 Thread Aditya Toshniwal
Hi Hackers, One of the dependencies of cheroot - jaraco.functools was released on 20th Dec (v 3.0.0) which removed the support below Python 3.6. So while installing cheroot (using pgAdmin wheel) on Python 3.5, it is failing. cheroot works fine with its previous version of jaraco.functools==2.0.0.

[pgAdmin][RM5024] Refactoring SQL of Functions and Procedures.

2019-12-23 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to refactor SQL for functions and procedures wherever possible. Along with this, it also fixes a bug where functions dialog data types was showing system objects when "Show system objects" was set to False and vice-versa. Kindly review. -- Thanks and Regards, A

[pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)

2019-12-23 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to enhance select2 used in pgAdmin. The select2 dropdown will show only a few items when opened initially. On scrolling it will show others. Searching will work as before. This will reduce the number of DOM nodes on page. Note that, individual controls can disable