pgAdmin 4 commit: Ensure port and username should not be mandatory when - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure port and username should not be mandatory when
Date
Msg-id E1i8f0K-0002kQ-SY@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure port and username should not be mandatory when a service is provided. Fixes #4642

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da553eec9b2324dde5259457bd654683e2133190

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                  |  1 +
web/migrations/versions/a77a0932a568_.py           | 91 ++++++++++++++++++++++
.../browser/server_groups/servers/__init__.py      |  6 +-
.../server_groups/servers/model_validation.js      |  8 +-
.../server_groups/servers/model_validation_spec.js | 13 ++--
5 files changed, 105 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4642] port should not be mandatory when a service is provided
Next
From: Akshay Joshi
Date:
Subject: Re: Docker build simplification