pgAdmin 4 commit: Ensure port and username should not be mandatory when

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure port and username should not be mandatory when
Date: 2019-09-13 06:24:24
Message-ID: E1i8f0K-0002kQ-SY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-13 06:59:01 Re: Docker build simplification
Previous Message Aditya Toshniwal 2019-09-13 06:13:23 Re: [pgAdmin][RM4642] port should not be mandatory when a service is provided