Hi
On Tue, Apr 18, 2017 at 5:11 PM, Shirley Wang wrote:
> Hello Hackers,
>
> We've started to work on creating a style guide for pgAdmin4.
>
> Our goals with the style guide are to:
> - have a single source of truth for visual design and workflows
> - make it easier when adding or updating a sec
On Fri, Apr 14, 2017 at 2:28 PM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>>
>> PFA minor patch to fix the the issue with bigint[] array values as JS
>> truncates long numbers from array object.
>> RM#2272
>>
>
Hi
As far as I can see, this doesn't work as expected. The
That is strange.
I tested on PG9.6 and it was working properly, What is the your PG version?
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Thu, Apr 20, 2017 at 7:06 PM, Dave Page wrote:
>
>
> On Fri, Apr 14, 2017 at 2:28 PM, Murt
Hello Ashesh,
Did you had time to review this patch?
Thanks
Joao & Oliver
On Wed, Apr 12, 2017 at 9:52 AM, Sarah McAlear wrote:
> Great, thank you so much!
>
> On Wed, Apr 12, 2017 at 9:41 AM, Ashesh Vashi <
> ashesh.va...@enterprisedb.com> wrote:
>
>>
>> On Wed, Apr 12, 2017 at 7:07 PM, Sarah
On Thu, Apr 20, 2017 at 8:15 PM, Joao Pedro De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hello Ashesh,
>
> Did you had time to review this patch?
>
Yes - I did.
Please my review comments:
Everytime I start pgAdmin 4, I am getting now the following message:
"pgAdmin 4 - Application
On Fri, Apr 14, 2017 at 11:01 PM, George Gelashvili
wrote:
> Hello Hackers,
>
> We found that having the column header extend all the way across the query
> output frame made it seem like there were more columns. This was confusing
> to some users.
>
> We made a change to the column header stylin
Hi!
On Thu, Apr 20, 2017 at 4:18 AM Dave Page wrote:
> Hi
>
> On Tue, Apr 18, 2017 at 5:11 PM, Shirley Wang wrote:
>
>> Hello Hackers,
>>
>> We've started to work on creating a style guide for pgAdmin4.
>>
>> Our goals with the style guide are to:
>> - have a single source of truth for visual d
Hi
On Thu, Apr 20, 2017 at 7:39 PM, Shirley Wang wrote:
> Hi!
>
> On Thu, Apr 20, 2017 at 4:18 AM Dave Page wrote:
>
>> Hi
>>
>> On Tue, Apr 18, 2017 at 5:11 PM, Shirley Wang wrote:
>>
>>> Hello Hackers,
>>>
>>> We've started to work on creating a style guide for pgAdmin4.
>>>
>>> Our goals wi
pgAdmin team, Devrim:
If I install the pgadmin4-v1-web package from Yum, it's a bit unclear on
what actual configuration needs to be done after that. Things I know
need to be done:
* running setup.py
* copying the httpd/conf.d/pgadmin4-web.conf.example file to a .conf file
Things I don't know if
Hi Hackers,
With the update to version 58 of chrome the version of the chrome driver of
Selenium need to be updated to version 2.29.
This patch does that change.
Note:
If you had previously installed the old driver you need to uninstall and
install again it.
$ pip uninstall chromedriver_install
Hello Hackers,
@Ashesh thanks for the feedback
Here is the reviewed patch with the suggestions of Ashesh.
Disclaimer: We added a new patch file with the changes
Thanks
Joao & Oliver
On Thu, Apr 20, 2017 at 10:56 AM, Ashesh Vashi <
ashesh.va...@enterprisedb.com> wrote:
> On Thu, Apr 20, 2017
Hi,
Please find the attached updated patch.
I have tested this patch on Ubuntu (Chrome & Firefox) and Mac (Chrome).
Thanks,
Khushboo
On Tue, Apr 18, 2017 at 7:25 PM, Dave Page wrote:
> Unfortunately I had to revert this, as I found it was preventing
> treeview nodes from being collapsed again.
Hi Joao & Oliver,
On Fri, Apr 21, 2017 at 3:39 AM, Joao Pedro De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hello Hackers,
>
> @Ashesh thanks for the feedback
>
> Here is the reviewed patch with the suggestions of Ashesh.
>
> Disclaimer: We added a new patch file with the changes
>
Hi Dave,
Please test the patch with query provided by user,
SELECT
ARRAY[48994717597666517,48968053424532376,76561198004879311,76561198078757065,76561198086825618]::text
as good,
ARRAY[48994717597666520,48968053424532376,76561198004879311,76561198078757065,76561198086825618]
as bad
I was doing r
Hi All
We are into development phase where we are trying to incorporate the v10
changes into pgAdmin4. v10 added support for the SCRAM authentication into
database server, so pgAdmin4 needs to incorporate that feature(for 'Change
Password'). Now problem I am facing is, unable to find correct set o
On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi
wrote:
> from passlib.hash import scram
> hash = scram.encrypt(data['newPassword']) -- This function provide password
> for all the supported digest like [md5, sha-1, sha-256, sha-512]. Didn't work
> I have tried with all the passwords.
> test = scra
On Fri, Apr 21, 2017 at 12:07 PM, Michael Paquier wrote:
> On Fri, Apr 21, 2017 at 3:27 PM, Akshay Joshi
> wrote:
> > from passlib.hash import scram
> > hash = scram.encrypt(data['newPassword']) -- This function provide
> password for all the supported digest like [md5, sha-1, sha-256, sha-512].
On Fri, Apr 21, 2017 at 3:43 PM, Akshay Joshi
wrote:
>Thanks Michael, will check this.
One thing I forgot to mention... Both StoredKey and ServerKey are now
encoded in hex, but there is still an open item related to the
handling of psql's \password on which I have written a patch to switch
th
On Fri, Apr 21, 2017 at 12:20 PM, Michael Paquier wrote:
> On Fri, Apr 21, 2017 at 3:43 PM, Akshay Joshi
> wrote:
> >Thanks Michael, will check this.
>
> One thing I forgot to mention... Both StoredKey and ServerKey are now
> encoded in hex, but there is still an open item related to the
> h
19 matches
Mail list logo