Re: [pgAdmin][RM-6047]: [Query Tool] dirty indicator stays active although all changes were undone

2020-12-13 Thread Akshay Joshi
Thanks, patch applied. On Fri, Dec 11, 2020 at 4:16 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Team, > > Please find the patch for RM-6047: > [Query Tool] dirty indicator > stays active although all changes were undone. > > > -- > *

Re: [pgAdmin4] RM5965 Couldn't download file of Marcos query results

2020-12-13 Thread Akshay Joshi
Thanks, patch applied. On Mon, Dec 14, 2020 at 11:55 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Rahul, > > The file in the patch - > *web/regression/javascript/sqleditor/query_tool_preferences.js* is a copy > of *web/pgadmin/static/js/sqleditor/query_tool_preferences.js*

pgAdmin 4 commit: Fixed an issue where the dirty indicator stays active

2020-12-13 Thread Akshay Joshi
Fixed an issue where the dirty indicator stays active even if all changes were undone. Fixes #6047 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52780079f330146067344b44813f7cb9568ef7b5 Author: Nikhil Mohite Modified Files -- d

pgAdmin 4 commit: Added connected pgAdmin user and connection name in t

2020-12-13 Thread Akshay Joshi
Added connected pgAdmin user and connection name in the log file. Fixes #6052 Patch By: Nico T Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4d9ef9210be044913848adbf99df999c98f4fab Modified Files -- docs/en_US/release_notes_4_3

pgAdmin 4 commit: Ensure that the macro query result should be download

2020-12-13 Thread Akshay Joshi
Ensure that the macro query result should be download properly. Fixes #5965 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6475a7051424d2ced3753abc3d72c59056a6eba7 Author: Rahul Shirsat Modified Files -- docs/en_US/query_tool.rst

pgAdmin 4 commit: Updated version of 'sqlparse' as pgcli updated and te

2020-12-13 Thread Akshay Joshi
Updated version of 'sqlparse' as pgcli updated and tested it. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=296d22ad83b780ec622987016ce87b81d7d3153d Modified Files -- requirements.txt | 2 +- we

pgAdmin 4 commit: Updated mimetype from 'text/javascript' to 'applicati

2020-12-13 Thread Akshay Joshi
Updated mimetype from 'text/javascript' to 'application/javascript' as 'text/javascript' is obsolete. Fixes #6079 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f5818ba789b4eb581e486b08a84f53fc6c4a99e Modified Files -- docs/en_U

Re: [pgAdmin4] RM5965 Couldn't download file of Marcos query results

2020-12-13 Thread Aditya Toshniwal
Hi Rahul, The file in the patch - *web/regression/javascript/sqleditor/query_tool_preferences.js* is a copy of *web/pgadmin/static/js/sqleditor/query_tool_preferences.js* and is not a test case file. @committer - Please remove the file *web/regression/javascript/sqleditor/query_tool_preferences.j

Re: Adding users to pgadmin via scripting?

2020-12-13 Thread Khushboo Vashi
Hi, On Fri, Dec 11, 2020 at 10:51 PM Jim Sinkovic wrote: > I have a need to add many users to pgadmin, who will eventually also have > readonly access to one or more servers > > Is there a way to add users to be able to login to pgadmin, other than > through the web interface dialog? > > > Addin