Hi,
PFA patch to fix PEP-8 issues in feature_tests, dashboard, about and misc
module's python code.
To verify the changes,
1) activate virtual environemt
2) Navigate to ../web directory and run following
pycodestyle --config=.pycodestyle ./pgadmin/misc/
pycodestyle --config=.pycodestyle ./pgadmin
Thanks, applied.
On Fri, Feb 2, 2018 at 1:51 PM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA patch to fix the issue where users were not able to see notices in
> Messages tab incase of error, I have updated redmine with sample code to
> reproduce the issue.
>
> --
Ensure we capture notices raised by queries. Fixes #3027
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=25647c16ba4170715243f70f194027460e1c3151
Author: Murtuza Zabuawala
Modified Files
--
web/pgadmin/tools/sqleditor/__init__.py
Don't quote variable values used by SET. It's usually going to be wrong. Fixes
#3027
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4d69764869bf9d1731d61d15a290388d5bd0f789
Modified Files
--
.../databases/schemas/templates/macros
Thanks, patch applied.
On Fri, Feb 2, 2018 at 8:23 AM, Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi Dave,
>
> Please find the attached updated patch.
>
> On Mon, Jan 29, 2018 at 3:52 PM, Dave Page wrote:
>
>> Hi
>>
>> On Mon, Jan 29, 2018 at 9:00 AM, Khushboo Vashi <
>> khushboo
Add keyboard navigation options for the main browser windows. Fixes #2895
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=262d01bf01e3a38a01bc1b368ca601d3cc6a7960
Author: Khushboo Vashi
Modified Files
--
.../preferences_browser_ke
Hi,
PFA patch to fix the issue where users were not able to see notices in
Messages tab incase of error, I have updated redmine with sample code to
reproduce the issue.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
diff --git a/web/pgadm