[pgadmin-org/pgadmin4] 4df23b: Add Python tests against EPAS

2023-03-31 Thread Dave Page
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4df23bd5769248d2787146bd072736f4b4edbb27 https://github.com/pgadmin-org/pgadmin4/commit/4df23bd5769248d2787146bd072736f4b4edbb27 Author: Dave Page Date: 2023-03-31 (Fri, 31 Mar 2023) Changed pat

Re: Rename context "Properties..." menu to "Edit Object..."

2023-03-31 Thread Dave Page
On Fri, 31 Mar 2023 at 14:03, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Fri, Mar 31, 2023 at 6:22 PM Dave Page > wrote: > >> Hi >> >> On Fri, 31 Mar 2023 at 11:07, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Dave/Hackers, >>> >>> After

Re: Rename context "Properties..." menu to "Edit Object..."

2023-03-31 Thread Aditya Toshniwal
Hi, On Fri, Mar 31, 2023 at 6:22 PM Dave Page wrote: > Hi > > On Fri, 31 Mar 2023 at 11:07, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Dave/Hackers, >> >> After thinking more about it, I now have a different proposal. We should >> club all object related stuff under a

Re: Rename context "Properties..." menu to "Edit Object..."

2023-03-31 Thread Dave Page
Hi On Fri, 31 Mar 2023 at 11:07, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave/Hackers, > > After thinking more about it, I now have a different proposal. We should > club all object related stuff under a single tab. > Basically, we can have one tab say - Object Info and

[pgadmin-org/pgadmin4] f9f7c7: Python dependency: Bump exports-loader from 2.0.0 ...

2023-03-31 Thread dependabot[bot]
Branch: refs/heads/dependabot/npm_and_yarn/web/exports-loader-4.0.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: f9f7c7636ca31c6238e15eda95529565547b3fbb https://github.com/pgadmin-org/pgadmin4/commit/f9f7c7636ca31c6238e15eda95529565547b3fbb Author: dependabot[bot] <496993

[pgadmin-org/pgadmin4] e166f1: Python dependency: Bump copy-webpack-plugin from 7...

2023-03-31 Thread dependabot[bot]
Branch: refs/heads/dependabot/npm_and_yarn/web/copy-webpack-plugin-11.0.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: e166f103ec2895b9bb567063c512d3a2f5a8487c https://github.com/pgadmin-org/pgadmin4/commit/e166f103ec2895b9bb567063c512d3a2f5a8487c Author: dependabot[bot] <

[pgadmin-org/pgadmin4] f0461d: Python dependency: Bump eslint-plugin-react in /web

2023-03-31 Thread dependabot[bot]
Branch: refs/heads/dependabot/npm_and_yarn/web/eslint-plugin-react-7.32.2 Home: https://github.com/pgadmin-org/pgadmin4 Commit: f0461d62c08f9c05e05c1c5487f522b27c9974f9 https://github.com/pgadmin-org/pgadmin4/commit/f0461d62c08f9c05e05c1c5487f522b27c9974f9 Author: dependabot[bot] <

[pgadmin-org/pgadmin4] bb3a81: Python dependency: Bump react-resize-detector in /web

2023-03-31 Thread dependabot[bot]
Branch: refs/heads/dependabot/npm_and_yarn/web/react-resize-detector-8.0.4 Home: https://github.com/pgadmin-org/pgadmin4 Commit: bb3a81c5b818342e20a7dfadbc7e650bda5f6868 https://github.com/pgadmin-org/pgadmin4/commit/bb3a81c5b818342e20a7dfadbc7e650bda5f6868 Author: dependabot[bot]

[pgadmin-org/pgadmin4] 0f3f47: Python dependency: Bump @emotion/styled from 10.3....

2023-03-31 Thread dependabot[bot]
Branch: refs/heads/dependabot/npm_and_yarn/web/emotion/styled-11.10.6 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 0f3f47aaa42b884a485a723f855b2659cce0b26e https://github.com/pgadmin-org/pgadmin4/commit/0f3f47aaa42b884a485a723f855b2659cce0b26e Author: dependabot[bot] <4969

[pgadmin-org/pgadmin4] 33953e: Fixed intermittent error "Connection Lost" shown w...

2023-03-31 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 33953e9119b87e6e821f8d373fa740602e898a70 https://github.com/pgadmin-org/pgadmin4/commit/33953e9119b87e6e821f8d373fa740602e898a70 Author: Yogesh Mahajan Date: 2023-03-31 (Fri, 31 Mar 2023) Change

Re: Rename context "Properties..." menu to "Edit Object..."

2023-03-31 Thread Aditya Toshniwal
Hi Dave/Hackers, After thinking more about it, I now have a different proposal. We should club all object related stuff under a single tab. Basically, we can have one tab say - Object Info and under that tab we will have sub tabs/layout - Summary, SQL, Statistics, Dependents and Dependencies. User

[pgadmin-org/pgadmin4] 94051a: Fix failing RE-SQL test cases for pgAgent.

2023-03-31 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 94051a099169fdc50001b0cf78049bf996e97116 https://github.com/pgadmin-org/pgadmin4/commit/94051a099169fdc50001b0cf78049bf996e97116 Author: Aditya Toshniwal Date: 2023-03-31 (Fri, 31 Mar 2023) Chan