pgagent unicode support

2021-02-05 Thread Sergey Burladyan
Currently pgagent doesn't handle unicode correctly. CharToWString function corrupt multibyte characters because it processes string one byte at a time: 148 std::string s = std::string(cstr); 149 std::wstring wsTmp(s.begin(), s.end()); WStringToChar function does not take into ac

pgAdmin 4 commit: Convert READMEs to lightly formatted markdown, so the

2021-02-05 Thread Dave Page
Convert READMEs to lightly formatted markdown, so they display nicely on Github etc. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=530eb3972b27173f0d8baa58591456df305f880f Modified Files -- README => README.md | 120 +++

Re: UBI based container patch

2021-02-05 Thread Dave Page
* Do not commit this! * For the archives I reworked the patch to minimise the size of the resulting container. I managed to knock 52MB off, taking it down to 410MB. In parallel, I also managed to reduce the size of the Alpine container by about 25MB as I realised we were shipping some files t

pgAdmin 4 commit: Remove a few files from the appbundle that aren't req

2021-02-05 Thread Dave Page
Remove a few files from the appbundle that aren't required. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5d098fe4b072fc1dcf066039acf499bd3dc0bd43 Modified Files -- pkg/mac/build-functions.sh | 5 + 1 file changed, 5 insertion

pgAdmin 4 commit: Ensure that the pgAdmin server should not be closed i

2021-02-05 Thread Akshay Joshi
Ensure that the pgAdmin server should not be closed if the user clicks on the Cancel button of the 'Leave site' message box. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a50c17110947d13bd43cd9faa92e70dc8c18abe Modified Files -

Re: [pgAdmin][RM-6178]: Cannot change background color with servers Throws js Exceptions

2021-02-05 Thread Akshay Joshi
Thanks, patch applied. On Fri, Feb 5, 2021 at 11:56 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Team, > > Please find the attached patch for RM-6178 > : Cannot change background > color with servers Throws js Exceptions. > Updated the

Re: [pgAdmin][RM-6157]: UI issue in delete records.

2021-02-05 Thread Akshay Joshi
Thanks, patch applied. On Thu, Feb 4, 2021 at 5:02 PM Nikhil Mohite wrote: > Hi Team, > > Please find the attached patch for RM-6157 > : UI issue in delete records. > 1. Resolved CSS issue in delete records from a data-output table. > > -- > *Thanks &

pgAdmin 4 commit: Fixed an issue where the user unable to change the ba

2021-02-05 Thread Akshay Joshi
Fixed an issue where the user unable to change the background color for a server. Fixes #6178 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=85b40ee4f07fdb66c735f5c1e311f15d3a188a87 Author: Nikhil Mohite Modified Files -- docs/e

pgAdmin 4 commit: Fixed an issue where strike-through is not visible fo

2021-02-05 Thread Akshay Joshi
Fixed an issue where strike-through is not visible for rows selected for deletion after scrolling. Fixes #6157 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e85fb3de38aa93216a642fad0a27faaf553fcde Author: Nikhil Mohite Modified Files