[pgadmin-hackers] Language node patch

2016-10-18 Thread Priyanka Shendge
Hi Dave, PFA patch for Languages node. *Run the test suite by following command:* python runtests.py Thank you. -- Best, Priyanka EnterpriseDB Corporation The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/__init__.py

[pgadmin-hackers] Package and synonyms patch

2016-10-14 Thread Priyanka Shendge
Hi Dave, PFA patch for Package and Synonym nodes. There was some modifications done in synonyms API cases, so adding with Package patch. *Run test suite by following command:* python runtests.py -- Best, Priyanka EnterpriseDB Corporation The Enterprise PostgreSQL Company diff --git

Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-05 Thread Priyanka Shendge
On 4 October 2016 at 19:36, Dave Page <dave.p...@enterprisedb.com> wrote: > Hi > > On Tue, Oct 4, 2016 at 9:01 AM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > I applied this patch on clean machine and executed testsuite only for > "ca

Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-04 Thread Priyanka Shendge
de (python regression/runtests.py --pkg browser.server_groups.servers.databases.casts) and let me know if there are any issues. Thank you. On 3 October 2016 at 18:16, Dave Page <dave.p...@enterprisedb.com> wrote: > Hi > > On Wed, Sep 28, 2016 at 8:47 AM, Priyanka Shendge > <pr

[pgadmin-hackers] Database child node: Cast node patch

2016-09-28 Thread Priyanka Shendge
Hi Dave, Please find the attached patch for Cast node. (Changes required due to drop objects functionality). To run test cases please enter following command: python regression/runtests.py --pkg browser.server_groups.servers.databases.casts Let me know if any changes required. -- Best,

Re: [pgadmin-hackers] Server specific advanced config file for testsuite

2016-09-13 Thread Priyanka Shendge
On 13 September 2016 at 14:18, Dave Page wrote: > Hi > > On Mon, Sep 12, 2016 at 6:26 PM, Navnath Gadakh > wrote: > > Hi Dave, > > As we know that, we are using two JSON files one is for basic > > configuration of

[pgadmin-hackers] Re: Schema child node: FTS nodes (Configuration, Dictionaries, Parser, Templates)

2016-09-01 Thread Priyanka Shendge
se it's just taking too much time unnecessarily. > > Please resubmit this patch once that work is complete. > > Thanks. > > On Mon, Aug 29, 2016 at 12:55 PM, Priyanka Shendge <priyanka.shendge@ > enterprisedb.com> wrote: > >> Hi Dave, >> >> PFA patch for

[pgadmin-hackers] Re: pgAdmin IV : Unittest modular patch(database child nodes) and trigger function

2016-08-26 Thread Priyanka Shendge
Hi Dave, PFA patch for sequence node. I have made few modification to delete operation (added cascade delete) and added sequence label to pickle dict as synonym is dependant on it. Thank you. On 23 August 2016 at 18:44, Priyanka Shendge < priyanka.shen...@enterprisedb.com> wrote: >

Re: [pgadmin-hackers] PATCH: Synonym node for EPAS (pgAdmin4)

2016-08-26 Thread Priyanka Shendge
1 more point to add: 5. Synonyms should only run for EPAS server On 26 August 2016 at 16:44, Priyanka Shendge < priyanka.shen...@enterprisedb.com> wrote: > Hi Murtuza, > > Please find my review comments below: > > 1. Please attach test_advanced_config.json.in file to rea

Re: [pgadmin-hackers] PATCH: Synonym node for EPAS (pgAdmin4)

2016-08-26 Thread Priyanka Shendge
Hi Murtuza, Please find my review comments below: 1. Please attach test_advanced_config.json.in file to read the config data 2. While reading data from config file "owner" field is missing 3. Please add synonym pickle object to ../regression/test_utils.py file 4. Can we have config data

[pgadmin-hackers] Unittests API test cases: db child node modification and foreign table

2016-08-25 Thread Priyanka Shendge
Hi Ashesh, PFA patch for db child nodes. (Added cascade delete for delete operation) New test cases for Foreign table added. You can run testsuite by: *For all nodes* python regression/runtests.py *For Foreing table*: python runtests.py --pkg

[pgadmin-hackers] Re: pgAdmin IV : Unittest modular patch(database child nodes) and trigger function

2016-08-23 Thread Priyanka Shendge
On 23 August 2016 at 18:38, Dave Page <dave.p...@enterprisedb.com> wrote: > > > On Tue, Aug 23, 2016 at 1:56 PM, Priyanka Shendge <priyanka.shendge@ > enterprisedb.com> wrote: > >> I noticed whilst testing that I've started seeing the error below >> (wit

[pgadmin-hackers] Re: pgAdmin IV : Unittest modular patch(database child nodes) and trigger function

2016-08-23 Thread Priyanka Shendge
. As user is already present it throws an error. It does not get an id for same user. On 23 August 2016 at 17:05, Dave Page <dave.p...@enterprisedb.com> wrote: > Hi > > On Mon, Aug 22, 2016 at 1:42 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > Hi Dave

[pgadmin-hackers] Re: pgAdmin IV : Unittest modular patch(database child nodes) and trigger function

2016-08-19 Thread Priyanka Shendge
gt; > > I'm seeing a lot of failures with these tests. It looks like an > > ordering issue, as (from what I can see) they're all failures to drop > > objects due to dependencies. > > > > I've attached the log. > > > > On Thu, Aug 18, 2016 at 9:54 AM, Priyanka

Re: [pgadmin-hackers] pgAdmin IV : Unittest modular patch

2016-07-27 Thread Priyanka Shendge
On 27 July 2016 at 20:12, Dave Page wrote: > Ahh, that explains it. Nice catch! It's working in both server and > desktop modes now :-). > Great. Thanks to Khushboo for helping Navnath in this task. Thank you. > On Wed, Jul 27, 2016 at 1:19 PM, Navnath Gadakh >

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-07-14 Thread Priyanka Shendge
nterprisedb.com> wrote: > > > > > > On Mon, Jul 11, 2016 at 7:15 PM, Priyanka Shendge > > <priyanka.shen...@enterprisedb.com> wrote: > >> > >> > >> > >> On 11 July 2016 at 18:35, Dave Page <dp...@pgadmin.org>

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-07-11 Thread Priyanka Shendge
On 11 July 2016 at 18:35, Dave Page <dp...@pgadmin.org> wrote: > On Mon, Jul 11, 2016 at 1:25 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > Sorry, by mistake i copied incomplete query. There is an OID present for > > added database. > &

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-07-11 Thread Priyanka Shendge
WHERE db.oid = 158579 On 11 July 2016 at 17:18, Dave Page <dp...@pgadmin.org> wrote: > Hi, > > No, sorry I don't have an extra system you can test on. > > It's pretty clear that query would fail - it's missing a database OID > after the = > > On Fri, Jul 8, 2016

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-07-08 Thread Priyanka Shendge
reproduce the issue. On 5 July 2016 at 15:40, Dave Page <dp...@pgadmin.org> wrote: > Attached. > > On Tue, Jul 5, 2016 at 9:00 AM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > Hi Dave, > > > > I tried running the testsuite against P

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-07-05 Thread Priyanka Shendge
prise PostgreSQL Company > > On 4 Jul 2016, at 12:16, Priyanka Shendge < > priyanka.shen...@enterprisedb.com> wrote: > > Hi Dave, > > I am unable to reproduce issue on my side; tried on Python 2.7 and Python > 3.4. > Could you please provide me DEBUG logs and test data u

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-07-04 Thread Priyanka Shendge
/regression". > This should be in the summary at the end, and should be corrected to > show the correct (full) path. > > Thanks. > > > On Wed, Jun 29, 2016 at 2:52 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > Hi Dave, > >

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-06-29 Thread Priyanka Shendge
Hi Dave, As per discussion over mail i have created separate config files for credentials and test data. PFA patch for same. Kindly, review and let me know for modifications. On 27 June 2016 at 15:10, Priyanka Shendge < priyanka.shen...@enterprisedb.com> wrote: > > > On 27 Jun

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-06-27 Thread Priyanka Shendge
On 27 June 2016 at 13:24, Dave Page <dp...@pgadmin.org> wrote: > On Sun, Jun 26, 2016 at 12:05 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > > > > > On 24 June 2016 at 16:17, Dave Page <dp...@pgadmin.org> wrote: > >>

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-06-26 Thread Priyanka Shendge
On 24 June 2016 at 16:17, Dave Page <dp...@pgadmin.org> wrote: > Hi > > On Thu, Jun 23, 2016 at 2:41 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > > > > > On 15 June 2016 at 15:05, Priyanka Shendge > > <priyanka.shen...@e

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-06-23 Thread Priyanka Shendge
On 15 June 2016 at 15:05, Priyanka Shendge < priyanka.shen...@enterprisedb.com> wrote: > Thanks a lot Dave. > > On 15 June 2016 at 14:09, Dave Page <dp...@pgadmin.org> wrote: > >> Hi >> >> On Thu, Jun 9, 2016 at 1:37 PM, Priyanka Shendge >> <pri

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-06-15 Thread Priyanka Shendge
Thanks a lot Dave. On 15 June 2016 at 14:09, Dave Page <dp...@pgadmin.org> wrote: > Hi > > On Thu, Jun 9, 2016 at 1:37 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > Hi Dave, > > > > PFA updated patch. I have made changes suggested

Re: [pgadmin-hackers] pgAdmin IV API test cases patch

2016-06-06 Thread Priyanka Shendge
On 6 June 2016 at 14:03, Dave Page <dp...@pgadmin.org> wrote: > Hi > > On Sun, Jun 5, 2016 at 6:56 PM, Priyanka Shendge > <priyanka.shen...@enterprisedb.com> wrote: > > Hi, > > > > PFA patch for API test cases for tree nodes/modules. This patch does n

[pgadmin-hackers] pgAdminIV: reset password functionality

2015-05-18 Thread Priyanka Shendge
Hi, While testing pgAdminIV; i came across with following issue regarding reset password functionality. Issue details: - User can visit reset password page once logged in. (User can reset password once logged in) I believe it should not happen; as we have given change password functionality