Hi,
PFA patches,
1) To fix the validation issue while creating new sequence
RM#3014
2) Fix PEP-8 issues in sequence module
pycodestyle --config=.pycodestyle
./pgadmin/browser/server_groups/servers/databases/schemas/sequences/
3) To fix the regression test for Tablespace when running with Python3
Hi,
--
*Harshal Dhumal*
*Sr. Software Engineer*
EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Tue, Feb 20, 2018 at 10:34 PM, Dave Page wrote:
> Hi
>
> On Tue, Feb 20, 2018 at 7:22 AM, Harshal Dhumal <
> harshal.dhu...@enterprisedb.com> wrote:
>
>> Hi,
>>
Hello Murtuza,
After reviewing the code I have some suggestions:
- We should split the PEP and the features into different patches, or else
it becomes very hard to separate Feature code from Code Style change
- The function: `getTextRepresentaionShortcut` has a typo
- As a personal point I have
Hi Hackers,
After the last month or something that I came back to this project I
noticed that we put a lot of effort in making all these shortcuts
configurable.
But I do not understand the driver for this push.
Do we have people complaining about the lack of shortcuts?
Are people complaining abou
Hi
The patch looks good, do we have any example error that we can test in
order to ensure the problem no longer shows up in the future?
If they could be Unit Tests instead of Feature tests that would be awesome,
because Feature tests are much more expensive then Unit.
Thanks
Joao
On Wed, Feb 21,
Hi Murtuza,
Looks good.
Was there any reason for the change in position of the if statements in the
sql file. Makes the output more readable?
Looks like we need some test to ensure that the Sequence issue does not
happen again. Maybe a Unit Test is good enough, to ensure that we are
creating a good
Hi
On Wed, Feb 21, 2018 at 3:42 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hi Hackers,
>
> After the last month or something that I came back to this project I
> noticed that we put a lot of effort in making all these shortcuts
> configurable.
> But I do not understand t
Hello Harshal,
I passed the patch through our CI and all the tests passed. The changes do
not break previous behavior but because there are no tests on the new
feature we could not be sure it was really working. So we did some manual
testing and sometimes it doesn't work, like it gets stuck in a
On Wed, Feb 21, 2018 at 3:54 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hi Murtuza,
> Looks good.
> Was there any reason for the change in position of the if statements in
> the sql file. Makes the output more readable?
> Looks like we need some test to ensure that the Se
On Wed, Feb 21, 2018 at 4:22 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hello Harshal,
>
> I passed the patch through our CI and all the tests passed. The changes do
> not break previous behavior but because there are no tests on the new
> feature we could not be sure it
Don't depend on standards_conforming_strings being enabled. Fixes #3077
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b49d625c2d0243df6c5ad7d11470cfd0b9ada867
Author: Khushboo Vashi
Modified Files
--
.../schemas/tables/templates
Thanks, patch applied.
On Wed, Feb 21, 2018 at 7:33 AM, Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:
> Hi,
>
> Please find the attached patch to fix RM #3077 : ERROR: invalid byte
> sequence for encoding "LATIN1":0x00
>
> Thanks,
> Khushboo
>
--
Dave Page
Blog: http://pgsnake.blog
On Wed, Feb 21, 2018 at 3:45 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hi
> The patch looks good, do we have any example error that we can test in
> order to ensure the problem no longer shows up in the future?
> If they could be Unit Tests instead of Feature tests that
Yep I installed the V2 file
On Wed, Feb 21, 2018 at 11:31 AM Dave Page wrote:
> On Wed, Feb 21, 2018 at 4:22 PM, Joao De Almeida Pereira <
> jdealmeidapere...@pivotal.io> wrote:
>
>> Hello Harshal,
>>
>> I passed the patch through our CI and all the tests passed. The changes
>> do not break prev
Fix validation of sequence parameters. Fixes #3014
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8771d55852eb66872319dcd6fbb94e397347ea0
Author: Murtuza Zabuawala
Modified Files
--
.../templates/sequence/sql/default/create.sql
Fix tablespace tests for Python 3.x. Fixes #3138
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=51cc04b5b0c10d8ad693ee036009d0a6323e0f48
Author: Murtuza Zabuawala
Modified Files
--
.../servers/tablespaces/tests/test_backend_suppo
PEP8 cleanups for the sequences module.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=55875f0cfa7b19cdd4831150e8232e53df6f9ef3
Author: Murtuza Zabuawala
Modified Files
--
.../databases/schemas/sequences/__init__.py| 105
Thanks, applied.
On Wed, Feb 21, 2018 at 8:13 AM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi,
>
> PFA patches,
> 1) To fix the validation issue while creating new sequence
> RM#3014
>
> 2) Fix PEP-8 issues in sequence module
> pycodestyle --config=.pycodestyle ./pgadmin/b
Hi Joao,
Thank you for your time in reviewing the patch.
On Wed, Feb 21, 2018 at 9:24 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hi Murtuza,
> Looks good.
> Was there any reason for the change in position of the if statements in
> the sql file. Makes the output more
On Tue, Feb 20, 2018 at 6:28 PM, Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi All,
>
> Earlier we have fixed PEP-8 issues in below modules,
> pycodestyle --config=.pycodestyle ./pgadmin/tools/
> pycodestyle --config=.pycodestyle ./pgadmin/utils/
> pycodestyle --config=.pycod
Hi Joao,
Thank you for your time in reviewing the patch.
On Wed, Feb 21, 2018 at 9:11 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Hello Murtuza,
> After reviewing the code I have some suggestions:
> - We should split the PEP and the features into different patches, or
Hi,
On Wed, Feb 21, 2018 at 10:59 PM, Joao De Almeida Pereira <
jdealmeidapere...@pivotal.io> wrote:
> Yep I installed the V2 file
>
> On Wed, Feb 21, 2018 at 11:31 AM Dave Page wrote:
>
>> On Wed, Feb 21, 2018 at 4:22 PM, Joao De Almeida Pereira <
>> jdealmeidapere...@pivotal.io> wrote:
>>
>>>
Hello Murtuza,
I created a small patch on the way I believe the function should work. Not
100% sure why we are piggybacking on the window.top, window.opener and so
on to give us information. Nowadays I do not think that loading the JS
files again costs that much in terms of time.
The issue I came
Hi hackers,
Attached, you can find the PEP-8 the pgadmin/tools fixes.
Thanks
Joao
pep8-on-pgadmin-tools.diff
Description: Binary data
On Wed, Feb 21, 2018 at 10:51 PM, Dave Page wrote:
>
>
> On Wed, Feb 21, 2018 at 3:45 PM, Joao De Almeida Pereira <
> jdealmeidapere...@pivotal.io> wrote:
>
>> Hi
>> The patch looks good, do we have any example error that we can test in
>> order to ensure the problem no longer shows up in the fut
Hi,
long story short, I need to recover a psql server password stored in
pgadmin4.db. I can see the encrypted password, but have no idea how to
decrypt it. It also seems salted. Please help.
Looking forward to hearing from you.
P.S Resetting the password in psql is not an option. I really
need t
Hi,
Please find the attached patch to remove webpack plugin
hardSourceWebpackPlugin from the production environment.
Thanks,
Khushboo
diff --git a/web/webpack.config.js b/web/webpack.config.js
index b989a4c..84f8466 100644
--- a/web/webpack.config.js
+++ b/web/webpack.config.js
@@ -324,7 +324,6 @
27 matches
Mail list logo