Re: PgAdmin feature

2025-11-16 Thread Aditya Toshniwal
Hi, Please check - https://github.com/pgadmin-org/pgadmin4/issues/8968 On Fri, Nov 14, 2025 at 2:37 PM pgsql admin wrote: > Hi all, > > I send this email with a new feature that I really miss it and I think is > quite usefull. > > Is show the column data type between () on the right of the colu

PgAdmin feature

2025-11-14 Thread pgsql admin
Hi all, I send this email with a new feature that I really miss it and I think is quite usefull. Is show the column data type between () on the right of the column name in the object explorer > tables > columns tree. I hope you enjoy this idea!

Re: [pgAdmin]: Feature test cases fixes

2022-05-23 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 24, 2022 at 11:05 AM Pradip Parkale < [email protected]> wrote: > Hi Akshay, > > Please find the attached patch for remaining test cases. > > > > On Tue, May 17, 2022 at 7:08 PM Akshay Joshi < > [email protected]> wrote: > >> Thanks

Re: [pgAdmin]: Feature test cases fixes

2022-05-23 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for remaining test cases. On Tue, May 17, 2022 at 7:08 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, May 17, 2022 at 12:19 PM Pradip Parkale < > [email protected]> wrote: > >> Hi Hackers, >> >> Please find the attached

Re: [pgAdmin]: Feature test cases fixes

2022-05-17 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 17, 2022 at 12:19 PM Pradip Parkale < [email protected]> wrote: > Hi Hackers, > > Please find the attached for some feature test cases fixes. > > >1. pg_datatype_validation_test.py >2. pg_utilities_backup_restore_test.py >3. test_co

[pgAdmin]: Feature test cases fixes

2022-05-16 Thread Pradip Parkale
Hi Hackers, Please find the attached for some feature test cases fixes. 1. pg_datatype_validation_test.py 2. pg_utilities_backup_restore_test.py 3. test_copy_sql_to_query_tool.py 4. browser_tool_bar_test.py 5. keyboard_shortcut_test.py -- Thanks & Regards, Pradip Parkale Softwa

Re: [pgAdmin]: Feature test failure

2020-10-31 Thread Akshay Joshi
Thanks, patch applied. On Fri, Oct 30, 2020 at 4:32 PM Pradip Parkale < [email protected]> wrote: > Hi Hackers, > Please find the patch for feature test failure. > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | EnterpriseDB Corporation > -- *Thanks & Regards* *Ak

[pgAdmin]: Feature test failure

2020-10-30 Thread Pradip Parkale
Hi Hackers, Please find the patch for feature test failure. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation feature_test_failure.patch Description: Binary data

Re: Fixes for pgAdmin feature tests

2019-12-03 Thread Akshay Joshi
Thanks, patch applied. On Tue, Dec 3, 2019 at 6:09 PM Shubham Agarwal < [email protected]> wrote: > Hi Team, > > PFA patch for feature tests containing following fixes- > > 1. Modified the get_chromedriver utility for supporting python version > below 3.5. > 2. Handled some excepti

Re: Fixes for pgAdmin feature tests

2019-12-03 Thread Shubham Agarwal
Hi Team, PFA patch for feature tests containing following fixes- 1. Modified the get_chromedriver utility for supporting python version below 3.5. 2. Handled some exceptions getting intermittently on some databases. 3. Generalized some functions with additional parameters. 4. Disabled the auto-ex

Re: Fixes for pgAdmin feature tests

2019-11-21 Thread Akshay Joshi
Thanks, patch applied. On Thu, Nov 21, 2019 at 3:40 PM Shubham Agarwal < [email protected]> wrote: > Hi Team, > Attach is the patch for feature test fix containing the following: > 1. Handled click event in query tool due to intermediate clicking issue. > 2. Observed that the datab

Re: Fixes for pgAdmin feature tests

2019-11-21 Thread Shubham Agarwal
Hi Team, Attach is the patch for feature test fix containing the following: 1. Handled click event in query tool due to intermediate clicking issue. 2. Observed that the database is not getting created in a test case, so failed the test case there only. On Wed, Nov 20, 2019 at 1:09 PM Akshay Joshi

Re: Fixes for pgAdmin feature tests

2019-11-19 Thread Akshay Joshi
Thanks, patch applied. On Wed, Nov 20, 2019 at 12:34 PM Shubham Agarwal < [email protected]> wrote: > Hi Team, > PFA feature test fixture patch containing the following things: > > 1. Added an attribute 'data-click-counter' in query execute button which > gets incremented once quer

Re: Fixes for pgAdmin feature tests

2019-11-19 Thread Shubham Agarwal
Hi Team, PFA feature test fixture patch containing the following things: 1. Added an attribute 'data-click-counter' in query execute button which gets incremented once query button is clicked up to 9 and then reset to 0. This is added just to support automation. 2. Locator for login_group_role is

Re: Fixes for pgAdmin feature tests

2019-11-15 Thread Akshay Joshi
Thanks, patch applied On Fri, Nov 15, 2019 at 5:59 PM Shubham Agarwal < [email protected]> wrote: > Hi Team, > > PFA feature test fixture patch containing the following fixes: > 1. Process watcher loading logs fix > 2. Auto commit/rollback issue in query_tool_tests > 3. Fixed the s

Re: Fixes for pgAdmin feature tests

2019-11-15 Thread Shubham Agarwal
Hi Team, PFA feature test fixture patch containing the following fixes: 1. Process watcher loading logs fix 2. Auto commit/rollback issue in query_tool_tests 3. Fixed the scrolling issue while verifying values in a table. 4. Modified some functions in pgadmin_page.py On Wed, Nov 13, 2019 at 11:19

Re: Fixes for pgAdmin feature tests

2019-11-12 Thread Akshay Joshi
Thanks, patch applied. On Tue, Nov 12, 2019 at 6:27 PM Shubham Agarwal < [email protected]> wrote: > Hi Team, > PFA patch containing some more fixes for random feature test failures. > > Thanks and regards, > Shubham Agarwal > > On Mon, Nov 11, 2019 at 10:55 AM Akshay Joshi < > aks

Re: Fixes for pgAdmin feature tests

2019-11-12 Thread Shubham Agarwal
Hi Team, PFA patch containing some more fixes for random feature test failures. Thanks and regards, Shubham Agarwal On Mon, Nov 11, 2019 at 10:55 AM Akshay Joshi wrote: > Thanks, patch applied with a minor change. Menu for 'Delete Drop' server > has been changed to 'Remove Server' which causes

Re: Fixes for pgAdmin feature tests

2019-11-10 Thread Akshay Joshi
Thanks, patch applied with a minor change. Menu for 'Delete Drop' server has been changed to 'Remove Server' which causes all the test cases failing on my machine. On Mon, Nov 11, 2019 at 10:18 AM Shubham Agarwal < [email protected]> wrote: > Hi Team, > > Attached is the patch cont

Fixes for pgAdmin feature tests

2019-11-10 Thread Shubham Agarwal
Hi Team, Attached is the patch containing fixes for the failed feature test cases. This patch contains- 1. Newly created function for traversing the browser tree. 2. Some synchronization issue fixes. 3. Modified locators. 4. Test cases fix for the recent commits. -- Thanks & Regards, Shubham Aga