[pgadmin-org/pgadmin4] ff877d: Added logging for feature test failure on jenkins ...

2023-02-09 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: ff877d6e91a8c947b803e0af7baba86e81f83c6f https://github.com/pgadmin-org/pgadmin4/commit/ff877d6e91a8c947b803e0af7baba86e81f83c6f Author: Yogesh Mahajan Date: 2023-02-10 (Fri, 10 Feb 2023) Change

[pgadmin-org/pgadmin4] b08469: Correct the OR operator. #5758

2023-02-09 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b0846908dac85ffca81c5d815c36b87277d76da4 https://github.com/pgadmin-org/pgadmin4/commit/b0846908dac85ffca81c5d815c36b87277d76da4 Author: Akshay Joshi Date: 2023-02-10 (Fri, 10 Feb 2023) Changed

[pgadmin-org/pgadmin4] 428e43: Update release note

2023-02-09 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 428e4327323263db24040565b052a25cffb8c9c9 https://github.com/pgadmin-org/pgadmin4/commit/428e4327323263db24040565b052a25cffb8c9c9 Author: Akshay Joshi Date: 2023-02-10 (Fri, 10 Feb 2023) Changed

[pgadmin-org/pgadmin4] ff6f08: Fixed an issue where lock layout menu was not in s...

2023-02-09 Thread Pravesh Sharma
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: ff6f0825b89c042abc6c7c75b0073c9b93a579c3 https://github.com/pgadmin-org/pgadmin4/commit/ff6f0825b89c042abc6c7c75b0073c9b93a579c3 Author: Pravesh Sharma Date: 2023-02-10 (Fri, 10 Feb 2023) Change

[pgadmin-org/pgadmin4] 713ddb: Remove usage of jQuery in pgAdmin.

2023-02-09 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 713ddb5f62e46c6c5ba09904d89b99338d05af01 https://github.com/pgadmin-org/pgadmin4/commit/713ddb5f62e46c6c5ba09904d89b99338d05af01 Author: Aditya Toshniwal Date: 2023-02-10 (Fri, 10 Feb 2023) Chan

[pgadmin-org/pgadmin4] 180686: Allow changing cardinality notation in ERD to use ...

2023-02-09 Thread Aditya Toshniwal
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 1806866bf53108def2623e163d1ea8bb37bf637a https://github.com/pgadmin-org/pgadmin4/commit/1806866bf53108def2623e163d1ea8bb37bf637a Author: Aditya Toshniwal Date: 2023-02-10 (Fri, 10 Feb 2023) Chan

[pgadmin-org/pgadmin4] 696cb0: Ensure that Grant column permission to a view is v...

2023-02-09 Thread Akshay Joshi
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 696cb0fa059003eebf71a432ebc0e789472d35fb https://github.com/pgadmin-org/pgadmin4/commit/696cb0fa059003eebf71a432ebc0e789472d35fb Author: Akshay Joshi Date: 2023-02-10 (Fri, 10 Feb 2023) Changed

Re: Explicitly setting sequence next value, removes ownership of table of a serial

2023-02-09 Thread Aditya Toshniwal
Hi Regina, The issue looks like - https://github.com/pgadmin-org/pgadmin4/issues/5810 On Fri, Feb 10, 2023 at 4:17 AM Regina Obe wrote: > I noticed something which might be intentional, but seems odd. > > If I do something like: > > CREATE TABLE test(id serial, name text); > > And then I use th

Explicitly setting sequence next value, removes ownership of table of a serial

2023-02-09 Thread Regina Obe
I noticed something which might be intentional, but seems odd. If I do something like: CREATE TABLE test(id serial, name text); And then I use the pgAdmin UI to edit the current value of the sequence. I notice it does this: ALTER SEQUENCE IF EXISTS public.test_id_seq OWNED BY NONE; SELECT setv

pgAdmin 4 v6.20 Released

2023-02-09 Thread Akshay Joshi
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.20. This release of pgAdmin 4 includes 18 bug fixes and new features. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/6.20/release_notes_6_20.html. pgAdmin is the leading Open S

[pgadmin-org/pgadmin4]

2023-02-09 Thread Akshay Joshi
Branch: refs/tags/REL-6_20 Home: https://github.com/pgadmin-org/pgadmin4

Re: pgAdmin4 v6.20 candidate builds

2023-02-09 Thread Fahar Abbas
Hi, One Round of testing has been done on all supported platforms, Can you please release v6.20? On Mon, Feb 6, 2023 at 4:06 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v6.20 candidate builds and source code is available at > https://developer.pgadmin.org/builds/2023-02-06-1/ > > Fahar, could

Re: pgAdmin support lifecycle

2023-02-09 Thread Dave Page
Hi On Thu, 9 Feb 2023 at 08:54, Lee, Meyer wrote: > > > Hi pgadmin-hackers@lists.postgresql.org, > > I have noticed that the support lifecycle section has recently > been updated at https://www.pgadmin.org/support/. > > > > Lifecycle > > pgAdmin has a "rolling release" policy; only

pgAdmin support lifecycle

2023-02-09 Thread Lee, Meyer
Hi pgadmin-hackers@lists.postgresql.org, I have noticed that the support lifecycle section has recently been updated at https://www.pgadmin.org/support/. Lifecycle pgAdmin has a "rolling release" policy; only the latest release is c