Re: pgAdmin v3.1 candidate builds and source...

2018-07-02 Thread Christoph Berg
Re: Khushboo Vashi 2018-07-02 > > I could finally build the packages now. (There were some issues with > > the python3.7 update happening in Debian at the same time, which broke > > a few bits, but I managed to work around.) > > > > One user raised the same issue that pgAdmin is not working with

pgAdmin 4 commit: Initial support for building RPMs on CentOS 7

2018-07-02 Thread Dave Page
Initial support for building RPMs on CentOS 7 Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f3cb8d3d73c8699bafdb8b1014cf6ac8e6d2b572 Modified Files -- electron/package.json | 3 ++- pkg/build-linux.sh| 73 ++

Re: pgAdmin v3.1 candidate builds and source...

2018-07-02 Thread Khushboo Vashi
On Mon, Jul 2, 2018 at 12:52 PM, Christoph Berg wrote: > Re: Khushboo Vashi 2018-07-02 adgczfzxde9vjhcj1em...@mail.gmail.com> > > > I could finally build the packages now. (There were some issues with > > > the python3.7 update happening in Debian at the same time, which broke > > > a few bits,

pgAdmin 4 commit: Fix a couple of thinkos.

2018-07-02 Thread Dave Page
Fix a couple of thinkos. Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=92e0f4b20f964e67f7045b98335d470876d6b3cc Modified Files -- electron/package.json | 2 +- pkg/build-linux.sh| 8 2 files changed, 5 insertions(+),

[pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie

2018-07-02 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch for fixing RM3371 where /misc/ping service generate session file for each call and so cannot be used frequently. The patch is to skip session file generation and session caching for the URLs provided in SESSION_SKIP_PATH list config parameter. pg4a_session_cookie

Re: [pgAdmin4][RM#3319] Fix the cancel query button glitch in query tool

2018-07-02 Thread Dave Page
Thanks, patch applied. On Mon, Jul 2, 2018 at 5:58 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where cancel button remains enabled even after > the query execution completes, I have moved the enable/disable logic for > that button with r

pgAdmin 4 commit: Cleanup and fix handling of Query Tool Cancel button

2018-07-02 Thread Dave Page
Cleanup and fix handling of Query Tool Cancel button status. Fixes #3319 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d53c47e1cf23c60f22bb4b30c013a4d4adad6083 Author: Murtuza Zabuawala Modified Files -- docs/en_US/release_notes

pgAdmin 4 commit: Fix restoring of restore options for sections. Fixes

2018-07-02 Thread Dave Page
Fix restoring of restore options for sections. Fixes # Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28e0220e970311ed5b97be4441a4828bfdea0965 Author: Khushboo Vashi Modified Files -- web/pgadmin/tools/restore/__init__.py | 12 ++

pgAdmin 4 commit: Fix restoring of restore options for sections. Fixes

2018-07-02 Thread Dave Page
Fix restoring of restore options for sections. Fixes #3362 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d56f1b17f362f1682364ede3741136fc49670077 Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_3_2.rst

pgAdmin 4 commit: Correct bug number.

2018-07-02 Thread Dave Page
Correct bug number. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e802f2db64307546332e54cb47942022cea08202 Modified Files -- docs/en_US/release_notes_3_2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin][Patch]: Fixed RM #3362 - Database restore utility does not honour restore options for sections

2018-07-02 Thread Dave Page
Thanks, applied. On Mon, Jul 2, 2018 at 6:09 AM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix RM #3362 : Database restore utility > does not honour restore options for sections. > > Thanks, > Khushboo > -- Dave Page Blog: http://pgsn

Re: [pgAdmin4][RM3371] Ping endpoint still send a pg4a_session cookie

2018-07-02 Thread Dave Page
Hi I'm not in a position to test at the moment, but can you confirm this will work if the root of pgAdmin is at (for example) /pgadmin? So the actual root is /pgadmin/misc/ping ? On Mon, Jul 2, 2018 at 1:35 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attach

pgAdmin 4 commit: Build the electron runtime in the standard build dirs

2018-07-02 Thread Dave Page
Build the electron runtime in the standard build dirs for easier debugging. Do a little cleanup along the way. Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=716be3e7e551d5cc7b92c0844c16165494a4de79 Modified Files -- .gitignore

pgAdmin 4 commit: We should probably create the build directory. It may

2018-07-02 Thread Dave Page
We should probably create the build directory. It may be handy. Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=79590d1052d5d23637cfc6a6153a1d960b9901c5 Modified Files -- pkg/build-darwin.sh | 1 + pkg/build-linux.sh | 1 + 2 file

pgAdmin 4 commit: Always clean the entire build staging directory befor

2018-07-02 Thread Dave Page
Always clean the entire build staging directory before building. Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=47355d6c4aad4f66252f4646646df9558238f30b Modified Files -- pkg/build-darwin.sh | 13 ++--- pkg/build-linux.sh

pgAdmin 4 commit: Add macos-alias as an optional dependency, as it's ne

2018-07-02 Thread Dave Page
Add macos-alias as an optional dependency, as it's needed on macOS Branch -- electron Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fa7488483e1522ebb57e4558cb7f221c156c0fed Modified Files -- electron/package.json | 3 +++ 1 file changed, 3 inserti