[pgAdmin4][RM3558] Sort/Filter dialog editing is broken

2018-08-20 Thread Aditya Toshniwal
Hi Hackers,

Attached is the patch to fix the cursor size issue where the cursor size is
very small even if text is larger.

Kindly review.

-- 
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"


RM3558.patch
Description: Binary data


[pgAdmin4][RM3136] Stabilise feature tests for continuous running on CI sytems

2018-08-20 Thread Usman Muzaffar
Hi Hackers,

Attached is the patch for feature tests, mostly fix issues due to which
test cases were failing on jenkins. It has the following fixes,


   - Added code to Create testing db node from runtests.py with random
   number in name to avoid naming conflicts in parallel execution on different
   platforms.
   - Added code to delete testing db node from runtest.py.
   - Removed the code to add and delete testing db with name
   "acceptacne_test_db" in each feature test cases.
   - Added `setTestDbName` method in route.py module , through which
   testing db name will be available for all feature tests.
   - xpath/css selectors changes where applicable. Where it was possible I
   have used css selectors.
   - sqleditor.js - added the code to render
   Explain Options submenue on left side on small screen.
   - Increased the timeout for application from 60 to 90 seconds.
   - Change the logic for reset layout funciton.


Last successful execution on all platfroms can be seen on following link

http://pgabf-jenkins.ox.uk.enterprisedb.com:8080/view/FeatureTest%20(Adhoc)

-- 


Thanks,

Usman Muzaffar
QA Team
EnterpriseDB Corporation


RM3136.patch
Description: Binary data


[pgAdmin4][Patch]: Fixed Feature #3503 and RM #3347

2018-08-20 Thread Akshay Joshi
Hi Hackers,

Attached is the patch to fixed following:

   - Feature #3503 Support PG utilities new options.
   - RM #3347 schema / data only backup feature does not work as expected.
   - Added supported "Dump Options" for "*pg_dumpall*" which was not there
   since pgAdmin 3.
   - Fixed issue where "*--clean*" is not worked with "*--data-only*",
   added validation.
   - Fixed issue where "*--oids*" is not worked with "*--inserts*" and "
   *--column-inserts*",added validation.

Please review it.

-- 
*Akshay Joshi*

*Sr. Software Architect *



*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*


RM_3503_3347.patch
Description: Binary data