[pgAdmin][RM5048] : code coverage tool

2020-01-03 Thread navnath gadakh
Hi Team, Please find the attached patch to calculate code coverage if pgadmin code(python tests). I have extended the existing testsuite to enable coverage. I have used python's coverage module. *Some useful commands: * before running the commands make sure you create .coveragerc file under

Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)

2020-01-03 Thread Aditya Toshniwal
Hi Hackers, The previous patch broke the tags and tokenizer options of select2. Turned out, with the change of data adapter we also need to configure adapters for tags, tokenizer and others. Attached is the patch to set those to the default available in select2. I've also renamed onDemandLoad to s

pgAdmin 4 commit: Ensure all binaries are securely signed and linked wi

2020-01-03 Thread Dave Page
Ensure all binaries are securely signed and linked with the hardened runtime in the macOS bundle. Fixes #5060 Note that this is untested for automated builds, so may require further tweaks. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5af

pgAdmin 4 commit: Fix quoting.

2020-01-03 Thread Dave Page
Fix quoting. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c0595e62ee2301ac4f92d43edbdee1f7d940c08c Modified Files -- pkg/mac/codesign-binaries.sh | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-)

pgAdmin 4 commit: More quoting fixes.

2020-01-03 Thread Dave Page
More quoting fixes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa74a42b3497003fa6491fcac2864ceef85c1537 Modified Files -- pkg/mac/codesign-binaries.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: More quoting fixes.

2020-01-03 Thread Dave Page
More quoting fixes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=56af090e54f337c62ca3c156d6a98234130be89d Modified Files -- pkg/mac/codesign-binaries.sh | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)

pgAdmin 4 commit: Debugging for the automated build

2020-01-03 Thread Dave Page
Debugging for the automated build Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0877f63b50a2ccac5831bbca25b9c5ba803059b Modified Files -- pkg/mac/codesign-binaries.sh | 1 + 1 file changed, 1 insertion(+)

pgAdmin 4 commit: Remove extra quotes that are doubled.

2020-01-03 Thread Dave Page
Remove extra quotes that are doubled. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b617a5d89d0c27470ff6cd46b04fdf91b8d43d76 Modified Files -- pkg/mac/codesign-binaries.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Remove debugging and incorrect comment.

2020-01-03 Thread Dave Page
Remove debugging and incorrect comment. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a887019337d4161bf928f15f2880784f58e81b9b Modified Files -- pkg/mac/codesign-binaries.sh | 5 - 1 file changed, 5 deletions(-)

[pgAdmin][RM4633] Bad view in partitioned tables

2020-01-03 Thread Akshay Joshi
Hi Hackers Attached is the patch to support the view part of the multilevel partitions. Users can perform all the operations except creating the partitions as a partitioned table. Users can create a partition table separately and attach it as a partition of another partition table. There are two

pgAdmin 4 commit: Added code coverage tool for pgAdmin. Fixes #5048.

2020-01-03 Thread Akshay Joshi
Added code coverage tool for pgAdmin. Fixes #5048. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66f5a40cd9da651a0d4c7d64f4bf9fe9d5076b98 Author: Navnath Gadakh Modified Files -- docs/en_US/release_notes_4_17.rst |

Re: [pgAdmin][RM5048] : code coverage tool

2020-01-03 Thread Akshay Joshi
Thanks, patch applied. On Fri, Jan 3, 2020 at 1:38 PM navnath gadakh wrote: > Hi Team, > Please find the attached patch to calculate code coverage if pgadmin > code(python tests). > I have extended the existing testsuite to enable coverage. I have used > python's coverage module. > > *Some

pgAdmin 4 commit: Update message catalogs.

2020-01-03 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7668d9af085f4f9f0369eeffefe6c0a1402a4c1a Modified Files -- web/pgadmin/messages.pot | 1019 - .../translations/de/LC_MESSAGES

Translators: Release next week

2020-01-03 Thread Akshay Joshi
Hi Translators, We will have a release next week, so updates to translations before release would be helpful. The template and catalogs have been updated in git. -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246

pgAdmin 4 commit: Add a note to the documentation about the use of non-

2020-01-03 Thread Dave Page
Add a note to the documentation about the use of non-privileged ports on filesystems that don't support extended attributes when running the container. Fixes #5013 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c9de5f00c69f43d695e64a477e14a6