Add a missing screenshot, and remove personal info from another.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=709f646f5e0f6020afe94f844379898e38a991f4
Author: Chethana Kumar
Modified Files
--
docs/en_US/images/role_membership.p
Hi
Does this resolve the suggestion in
https://redmine.postgresql.org/issues/2919 about creating new sessions?
On Thu, Nov 30, 2017 at 7:58 AM, Harshal Dhumal <
harshal.dhu...@enterprisedb.com> wrote:
> Hi,
>
> Please find attached patch to fix issue where desktop user was logged in
> each reque
Cleanup the layout of the filter data dialogue. Fixes #2924
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=389cf01af753e6c96a558131779312c0e177340b
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/datagrid/static/js/
Fix the width of Role dialogue so tabs don't wrap.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2995d6e9c5e93901ff47fe193129efb5d4494580
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/browser/server_groups/servers/role
Refuse password changes (and tell the user) if the notification email cannot be
sent. Fixes #2892
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=35a5cf22d5094645b1e2e66e7d2fbe1c40847232
Author: Harshal Dhumal
Modified Files
--
w
Thanks - applied with minor changes to localise the messages and make it
clear to the user that their password wasn't changed if there was an error.
On Thu, Nov 30, 2017 at 6:11 AM, Harshal Dhumal <
harshal.dhu...@enterprisedb.com> wrote:
> Hi,
>
> Unlike flask login-manager flask-security does n
Oh, nuts - turns out this breaks the regression tests (the Python API
tests) if they're run with SERVER_MODE = True. Can you take a look ASAP
please?
Traceback (most recent call last):
File "regression/runtests.py", line 325, in
test_utils.login_tester_account(test_client)
File
"/Users/dp
sure Dave, looking in it now.
--
*Harshal Dhumal*
*Sr. Software Engineer*
EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Thu, Nov 30, 2017 at 5:01 PM, Dave Page wrote:
> Oh, nuts - turns out this breaks the regression tests (the Python API
> tests) if the
Thanks, applied.
On Thu, Nov 30, 2017 at 7:58 AM, Harshal Dhumal <
harshal.dhu...@enterprisedb.com> wrote:
> Hi,
>
> Please find attached patch to fix issue where desktop user was logged in
> each request
> in runtime.
>
> --
> *Harshal Dhumal*
> *Sr. Software Engineer*
>
> EnterpriseDB India: ht
Don't login the user with every request in desktop mode. Just do it once. Fixes
#2922
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f3256aef712faee6744c404415ff9afc8c248490
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/_
Hi All,
I've attached a patch that updates the following files (correcting minor
problems, adding missing tabs, etc.):
resource_group_dialog.rst
role_dialog.rst
Dave has checked in the screenshots that go with these updates - Let me know if
there are any problems!
Thanks!
-- Susan
pgadmin
Hi
On Thu, Nov 30, 2017 at 12:04 PM, Susan Douglas <
susan.doug...@enterprisedb.com> wrote:
> Hi All,
>
> I've attached a patch that updates the following files (correcting minor
> problems, adding missing tabs, etc.):
>
> resource_group_dialog.rst
> role_dialog.rst
>
> Dave has checked in the sc
Hi,
Please find the attached updated patch.
On Mon, Nov 27, 2017 at 5:15 PM, Dave Page wrote:
> Hi
>
> On Thu, Nov 23, 2017 at 1:28 PM, Khushboo Vashi <
> khushboo.va...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> Please find the attached patch for RM #2849: Allow editing of data on
>> tables with
Doc updates for resource groups and roles.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54389595da90513a60b08775d30a1e667f6c9633
Author: Susan Douglas
Modified Files
--
docs/en_US/resource_group_dialog.rst | 15 ---
Hi All,
Dave helped me through this problem on chat... Thanks!
-- Susan
> On Nov 30, 2017, at 7:09 AM, Dave Page wrote:
>
> Hi
>
> On Thu, Nov 30, 2017 at 12:04 PM, Susan Douglas
> mailto:susan.doug...@enterprisedb.com>>
> wrote:
> Hi All,
>
> I've attached a patch that updates the follo
Hi,
PFA patch to fix the issue where debugger failed to run when user tries to
debug the function which call itself recursively.
RM#2524
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/tools/debugger/templates/debu
Hi Dave,
Please find patch to fix testsuite.
Changes:
1. Set config parameters SECURITY_RECOVERABLE and SECURITY_CHANGEABLE to
True if SERVER_MODE is True
while running testsuite (Though we have set these parameters to True in
create_app function but regression testsuite
initialises (imports) bro
Fix regression tests for password reset in server mode
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a4e21e6dd689aa6e5c53f1453f342529850aaa3
Author: Harshal Dhumal
Modified Files
--
web/pgadmin/browser/__init__.py
Thanks, applied.
On Thu, Nov 30, 2017 at 1:04 PM, Harshal Dhumal <
harshal.dhu...@enterprisedb.com> wrote:
> Hi Dave,
>
> Please find patch to fix testsuite.
>
> Changes:
> 1. Set config parameters SECURITY_RECOVERABLE and SECURITY_CHANGEABLE to
> True if SERVER_MODE is True
> while running tests
Dave,
On Thu, Nov 30, 2017 at 3:38 PM, Dave Page wrote:
> Hi
>
> Does this resolve the suggestion in https://redmine.postgresql.
> org/issues/2919 about creating new sessions?
>
Do you think we should allow endpoint /misc/ping to be accessible outside
of Qt application
as long as user passes PG
Hi,
PFA patch to remove default 'Altertify JS' header from debugger related
error notifications.
RM#2098
Also fixed similar issue in other modules.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/tools/debugger/st
21 matches
Mail list logo