pgadmin4/web/pgadmin
Ashesh Vashi 77834ccdda Changed the logic to identify the PostgreSQL server variant, when we
connect to the database server. Also, added modified the way, we do
check the node is supported by the server.

Instead of creating separate blueprint for the server types, they will
be independently works. In order to add different variant of the
PostgreSQL, we need to extend the ServerType class, and override the
'instanceOf' function for identification using version string. Please
take a look at the ppas.py for the example.

During checking the back-end support for the node, we will also check
the server type (variant) along with the version within the range of
maximum and minimum version for the node. And, the same support added
for the schema attributes in front-end (JavaScript).

Really thankful to Khushboo Vashi for her initial work in front-end. I
took it further from there.
2015-11-19 23:18:00 +05:30
..
about Added support for the infrastructure for on demand access/create the 2015-10-20 12:33:29 +05:30
browser Changed the logic to identify the PostgreSQL server variant, when we 2015-11-19 23:18:00 +05:30
help Fixed few bugs and changed the node create/edit view to use the dialog 2015-08-11 19:19:29 +05:30
misc Added support for the infrastructure for on demand access/create the 2015-10-20 12:33:29 +05:30
redirects Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
settings Added NoneType exception handling in settings & server modules while returning json response. 2015-11-13 16:59:16 +00:00
static Changed the logic to identify the PostgreSQL server variant, when we 2015-11-19 23:18:00 +05:30
templates Allow to save only the partial model changes, undo-redo operation 2015-10-28 22:54:30 +05:30
test Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Changed the logic to identify the PostgreSQL server variant, when we 2015-11-19 23:18:00 +05:30
__init__.py First round of Python 3 compatibility fixes. 2015-11-06 10:23:19 +00:00
messages.pot Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00