Re: Import/export servers

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Import/export servers
Date: 2018-11-20 13:50:47
Message-ID: CA+OCxoxSEWat56mqVm7=wk4T-LrLuYotx6SsCjDx+icNVRZT-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Done - thanks!

On Tue, Nov 20, 2018 at 5:34 AM navnath gadakh <
navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:

> ignore previous, use self.assertEqual(a,b) instead of self.assertTrue(a ==
> b)
>
> On Tue, Nov 20, 2018 at 10:46 AM navnath gadakh <
> navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>
>> small feedback,
>> In the tests, instead of self.assertTrue(a == b) use self.assertEqual(a
>> == b) which will give more info if test case fails.
>>
>> On Mon, Nov 19, 2018 at 8:09 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>>> A number of people have asked for the ability to import and export
>>> server definitions. It's also convenient to have such a feature in the
>>> container world, where new instances of pgAdmin containers may be created
>>> on the fly.
>>>
>>> Here's a draft patch to allow that, including docs and a basic test.
>>>
>>> Review feedback please?
>>>
>>> --
>>> Dave Page
>>> Blog: http://pgsnake.blogspot.com
>>> Twitter: @pgsnake
>>>
>>> EnterpriseDB UK: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>
>>
>> --
>> Regards,
>> Navnath Gadakh
>>
>
>
> --
> Regards,
> Navnath Gadakh
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-20 14:53:22 Re: Import/export servers
Previous Message Akshay Joshi 2018-11-20 08:58:59 [pgAdmin4][Patch]: RM #3734 "Error Message displayed once user use debugger and execute procedure list_emp 5 times with fast speed"