PFA: Patch to generate universal(arm64, x86_64) binaries for macOS

2021-07-30 Thread Semab Tariq
Hi Team Can someone please push this patch to the *master* branch of *pgAgent* repo? For more details Please refer to JIRA PPS-310 -- Thanks & Regards, Semab PPS-310-master-1.patch Description: Binary data

pgAdmin 4 commit: Fixed an issue where an empty SQLite database file is

2021-07-30 Thread Akshay Joshi
Fixed an issue where an empty SQLite database file is created when try to get the version. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=23265061b21ec0b256c17a5299199e19d9c10fd2 Modified Files -- web/pgadmin/__init__.py | 3 +--

Re: [pgAdmin][RM-6592]: [React] Port Materialized View node to react

2021-07-30 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Jul 30, 2021 at 1:18 PM Akshay Joshi wrote: > Hi Nikhil > > Jasmine test cases are failing please fix and resend the patch. Also, > remove commented code from the "mview.ui.js" file. > > On Thu, Jul 29, 2021 at 5:15 PM Nikhil Mohite < > nikhil.moh...@enterprise

Re: [pgAdmin][patch] Incorrect indentation in table python code

2021-07-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jul 29, 2021 at 1:22 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please ignore the previous patch. Attached is the updated one. > The patch aims - Fix potential buggy code in table python code. > > On Thu, Jul 29, 2021 at 12

pgAdmin 4 commit: Fixed potential bug in the table node.

2021-07-30 Thread Akshay Joshi
Fixed potential bug in the table node. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9d985d3d8ffa1438f292b66d7f98ec90c69e12c1 Author: Aditya Toshniwal Modified Files -- .../server_groups/servers/databases/schemas/tables/__init__

Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'

2021-07-30 Thread Akshay Joshi
Thanks, the patch applied to the React_Porting branch as it is a big change. With the testing of each node after porting this patch also gets tested. On Thu, Jul 29, 2021 at 8:34 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-5741

Re: [pgAdmin][RM-6592]: [React] Port Materialized View node to react

2021-07-30 Thread Akshay Joshi
Hi Nikhil Jasmine test cases are failing please fix and resend the patch. Also, remove commented code from the "mview.ui.js" file. On Thu, Jul 29, 2021 at 5:15 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-6592 >