pgadmin4/web/pgadmin/browser/server_groups/servers
Ashesh Vashi 32e0a0d4b6 Clear the node cache, when an node is created/updated to make sure - we
will always have latest data related to that type of node. Also, fixed
the cache_level for different node types.

This commit also contains fixes for the following issue:
* In extension module - use the 'node-list-by-name' instead of using a
  custom 'node-ajax-options' control, and removed redundant template
  schemas from it.
* When we tries to destroy the select2 object from
  Select2Cell/Select2Control while releasing the properties view,
  sometimes select2 can not find the instance related it for some
  unknown reason. Hence - before removing it we will check for manual
  instance existance using $.data('select2').
* When we traverse through the browser tree nodes very quickly, it tries
  to remove the object before it gets created completely, and results
  into an exception.
* Icon in the select2 drop down list was not visible due to some CSS
  issues.

Apart of that, we will generate two new browser events -
'pgadmin-node:created:<NODE-TYPE>', 'pgadmin-node:updated:<NODE-TYPE>'
whenever a new node is created, or an existing node will be updated.
2016-04-29 15:50:38 +05:30
..
databases Clear the node cache, when an node is created/updated to make sure - we 2016-04-29 15:50:38 +05:30
resource_groups Improve Resource Group labels per discussion with Jason. 2016-02-23 09:08:46 +00:00
roles Rename "Parameters" to "Arguments" and "Variables" to "Parameters" for consistency with the PG docs. 2016-04-14 20:11:55 +01:00
static Rename "Parameters" to "Arguments" and "Variables" to "Parameters" for consistency with the PG docs. 2016-04-14 20:11:55 +01:00
tablespaces Rename "Parameters" to "Arguments" and "Variables" to "Parameters" for consistency with the PG docs. 2016-04-14 20:11:55 +01:00
templates Don't try to use the template engine's gettext on Javascript variables, as it won't work as the templates are evaluated before any JS is executed. 2016-04-18 08:39:25 -04:00
tests Initial version of a regression test framework 2016-04-17 10:39:08 -04:00
__init__.py Backend changes to fetch the statistics for the database and server 2016-04-14 16:45:34 +05:30
ppas.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
types.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
utils.py Update "parse_priv_to_db" function to return list a instead of a string. 2016-03-09 17:10:03 +00:00