[pgAdmin4][Patch]: Improve the database migration steps in README

2018-06-17 Thread Khushboo Vashi
Hi, Please find the attached minor patch to improve the database migration steps in README. Thanks, Khushboo diff --git a/README b/README index 2b2cddc..8c7de55 100644 --- a/README +++ b/README @@ -80,6 +80,7 @@ Create a migration file with the following command: This will create a file in: $P

Re: [pgadmin4][patch] Use pytest test runner for unit tests

2018-06-17 Thread Khushboo Vashi
Hi, The supported versions of Pytest: Python 2.7, Python 3.4+, PyPy 2.3, Jython 2.5 (untested); Grappa: Python 2.7+, 3+ References: https://docs.pytest.org/en/latest/ https://github.com/grappa-py/grappa So, how are we going to handle unsupported versions (PY 2.6 and 3.3) ? Thanks, Khushboo On

Build failed in Jenkins: pgadmin4-master-python33 #662

2018-06-17 Thread pgAdmin 4 Jenkins
See Changes: [Ashesh Vashi] Flask 1.0.2 does not allow a dot (.) in the view_func name, which we use -- Started by an SCM change Started by an SCM change Started

pgAdmin 4 commit: Flask 1.0.2 does not allow a dot (.) in the view_func

2018-06-17 Thread Ashesh Vashi
Flask 1.0.2 does not allow a dot (.) in the view_func name, which we use during generting the routes for the node. References: https://github.com/pallets/flask/commit/2f57a0b917478a028859b9d036b59cf1bba6cad2 https://github.com/pallets/flask/issues/2790 Fixes #3360 Reported by: Marcelo Mendes Inve

Re: [pgadmin][patch] Electron version 4.X

2018-06-17 Thread Dave Page
Hi On Fri, Jun 8, 2018 at 3:49 PM, Victoria Henry wrote: > - I think the build instructions need to be more generic (particularly on >> macOS). For example, I do not use HomeBrew (largely due to some nasty >> security issues they had in the past). I was able to mostly port the >> instructions a

Build failed in Jenkins: pgadmin4-master-python33 #661

2018-06-17 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Delete the venv folder prior to upgrade. Fixes #3384 -- Started by an SCM change Started by an SCM change Started by an SCM change Starte

pgAdmin 4 commit: Delete the venv folder prior to upgrade. Fixes #3384

2018-06-17 Thread Dave Page
Delete the venv folder prior to upgrade. Fixes #3384 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f51c39e6f8d6570914c4afdc2291abca2cb737f Modified Files -- pkg/win32/installer.iss.in | 32 1 file