pgAdmin 4 commit: Fix node paths that I broke yesterday.

2019-03-15 Thread Dave Page
Fix node paths that I broke yesterday. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=670a62208a51ed3a5cd2c07df5070280d6d96f85 Modified Files -- web/webpack.shim.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Bail out if yarn returns a non-zero code.

2019-03-15 Thread Dave Page
Bail out if yarn returns a non-zero code. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b3c3b69a36658b0c3a25d9265ecd65a2d4f30c65 Modified Files -- pkg/mac/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgAdmin 4 commit: Fix the clean target so that it doesn't error out if

2019-03-15 Thread Dave Page
Fix the clean target so that it doesn't error out if there's no runtime Makefile in the tree. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4edd100ff9cefa1db395e7388570166f84e2d83f Modified Files -- Makefile | 3 ++- 1 file chang

pgAdmin 4 commit: Fix the RE-SQL syntax for roles with a VALID UNTIL cl

2019-03-15 Thread Dave Page
Fix the RE-SQL syntax for roles with a VALID UNTIL clause. Fixes #4081 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2e3475e06acdab77984508d954474353895e4d2e Modified Files -- docs/en_US/release_notes_4_4.rst

pgAdmin 4 commit: Make the WHEN field a CodeMirror control on the Event

2019-03-15 Thread Dave Page
Make the WHEN field a CodeMirror control on the Event Trigger dialogue. Fixes #4050 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7a271a34c668741b4dafabfa879e355708b14b07 Modified Files -- docs/en_US/release_notes_4_4.rst

pgAdmin 4 commit: Remove the cp1252 test to see if it un-breaks the Win

2019-03-15 Thread Dave Page
Remove the cp1252 test to see if it un-breaks the Windows buildfarm runs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce5120431bfe3daf1dd555f619b9edb707503101 Modified Files -- web/pgadmin/tools/sqleditor/tests/test_encoding_ch

pgAdmin 4 commit: Randomise the database name used for encoding tests t

2019-03-15 Thread Dave Page
Randomise the database name used for encoding tests to avoid collisions when multiple tests are running against the same server. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04c776cbebf0d9f239be081d0d2b7a25c50e2438 Modified Files -