On Wed, Nov 21, 2018 at 9:27 AM Akshay Joshi
wrote:
> Hi Dave
>
> On Tue, Nov 20, 2018 at 8:23 PM Dave Page wrote:
>
>> Hi
>>
>> On Tue, Nov 20, 2018 at 6:01 AM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Hi Dave
>>> On Mon, Nov 19, 2018 at 8:09 PM Dave Page wrote:
>>>
A
Hi Dave
On Tue, Nov 20, 2018 at 8:23 PM Dave Page wrote:
> Hi
>
> On Tue, Nov 20, 2018 at 6:01 AM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Hi Dave
>> On Mon, Nov 19, 2018 at 8:09 PM Dave Page wrote:
>>
>>> A number of people have asked for the ability to import and export
>>>
Hi
On Tue, Nov 20, 2018 at 6:01 AM Akshay Joshi
wrote:
> Hi Dave
> On Mon, Nov 19, 2018 at 8:09 PM Dave Page 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 ins
Done - thanks!
On Tue, Nov 20, 2018 at 5:34 AM navnath gadakh <
navnath.gad...@enterprisedb.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.gad...@enterprisedb.com> wrote:
>
>> small feed
Hi Dave
On Mon, Nov 19, 2018 at 8:09 PM Dave Page 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
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.gad...@enterprisedb.com> wrote:
> small feedback,
> In the tests, instead of self.assertTrue(a == b) use self.assertEqual(a ==
> b) which will give more info if
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 wrote:
> A number of people have asked for the ability to import and export server
> definitions. It's also conven