[pgAdmin4][Patch]: RM #2849 - Allow editing of data on tables with OIDs but no primary key

2017-11-23 Thread Khushboo Vashi
Hi, Please find the attached patch for RM #2849: Allow editing of data on tables with OIDs but no primary key. Thanks, Khushboo diff --git a/docs/en_US/query_tool.rst b/docs/en_US/query_tool.rst index e6dec55..957dcf7 100644 --- a/docs/en_US/query_tool.rst +++ b/docs/en_US/query_tool.rst @@

[pgAdmin4][Patch]: Do not use actual path when displaying dummy SSL certificates files

2017-11-23 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where we were exposing the actual storage directory path when user did not provided their own SSL certificates in Server mode. RM#2866 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git

Re: [pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-23 Thread Khushboo Vashi
On Thu, Nov 23, 2017 at 2:58 PM, Dave Page wrote: > Hi > > On Thu, Nov 23, 2017 at 5:03 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch to fix RM #2859: Can't create new user. >> >> The "User Management" dialogue

pgAdmin 4 commit: Disable the line ending check entirely in eslint, as

2017-11-23 Thread Dave Page
Disable the line ending check entirely in eslint, as the previous platform-specific fix doesn't work with all versions. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fd077e25364c2ac52778cf3bd801389308a7b6e6 Modified Files --

Re: [pgAdmin4][Patch]: RM-2859: Can't create new user

2017-11-23 Thread Dave Page
Hi On Thu, Nov 23, 2017 at 5:03 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix RM #2859: Can't create new user. > > The "User Management" dialogue footer was overlapping the back-grid table > which has been fixed. > If my screen is

Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool

2017-11-23 Thread Dave Page
Thanks, applied. On Thu, Nov 23, 2017 at 8:03 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Dave, > > PFA updated patch. > > > On Wed, Nov 22, 2017 at 10:26 PM, Dave Page wrote: > >> Hi >> >> On Wed, Nov 22, 2017 at 3:18 PM, Murtuza Zabuawala < >>

pgAdmin 4 commit: Ensure the scroll location is retains in the query to

2017-11-23 Thread Dave Page
Ensure the scroll location is retains in the query tool data grid if the user changes tab and then returns. Fixes #2875 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38f111d969d3faee673afad7dd0cd147f86758f7 Author: Murtuza Zabuawala

pgAdmin 4 commit: Fix bundle creation on Windows which was failing due

2017-11-23 Thread Dave Page
Fix bundle creation on Windows which was failing due to \r\n line endings in code mirror. Fixes #2908 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f5c590ffd2a0d33ea38d35fd9a66d98468f998c Author: Maxim Zakharov

Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool

2017-11-23 Thread Murtuza Zabuawala
Hi Dave, PFA updated patch. On Wed, Nov 22, 2017 at 10:26 PM, Dave Page wrote: > Hi > > On Wed, Nov 22, 2017 at 3:18 PM, Murtuza Zabuawala enterprisedb.com> wrote: > >> Hi, >> >> PFA patch to fix the issue where while switching the tabs in query tool