pgAdmin 4 commit: Moved the javascripts of the following browser node m

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Moved the javascripts of the following browser node m
Date: 2017-06-22 10:31:55
Message-ID: E1dNzP1-0001cT-Bu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Moved the javascripts of the following browser node modules to the
'static' directory from 'templates' in the respective module directory:
- Server Group
- Server
- Database
- Schema
- Cast
- Event trigger
- Extension
- Foreign data wrapper
- Language
- Catalog Object
- Collation
- Domain Constraint
- Domain
- Foreign server
- FTS Configuration
- FTS Dictionary
- FTS Parser
- FTS Template
- Function
- Procedure
- Trigger Function
- Package
- Sequence
- Catalog
- Schema
- Synonym
- Table
- Type
- Materialized View
- View
- pgAgent Modules
+ Job (pga_job)
+ Schedule (pga_schedule)
+ Steps (pga_jobstep)

Added new dynanic modules for listing the supported server types, and
current user information.

NOTE: We've not yet moved the javascripts for the children of the table
module.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/__init__.py | 30 +-
web/pgadmin/browser/collection.py | 30 +-
web/pgadmin/browser/server_groups/__init__.py | 12 +-
.../browser/server_groups/servers/__init__.py | 49 +-
.../server_groups/servers/databases/__init__.py | 23 +-
.../servers/databases/casts/__init__.py | 27 +-
.../servers/databases/casts/static/js/cast.js | 309 ++++++
.../databases/casts/templates/cast/js/casts.js | 309 ------
.../servers/databases/event_triggers/__init__.py | 26 +-
.../event_triggers/static/js/event_trigger.js | 176 ++++
.../templates/event_triggers/js/event_trigger.js | 176 ----
.../servers/databases/extensions/__init__.py | 23 +-
.../databases/extensions/static/js/extension.js | 256 +++++
.../templates/extensions/js/extensions.js | 256 -----
.../databases/foreign_data_wrappers/__init__.py | 28 +-
.../static/js/foreign_data_wrapper.js | 188 ++++
.../js/foreign_data_wrappers.js | 188 ----
.../servers/databases/languages/__init__.py | 27 +-
.../databases/languages/static/js/language.js | 269 ++++++
.../languages/templates/languages/js/languages.js | 269 ------
.../servers/databases/schemas/__init__.py | 17 +-
.../catalog_objects/static/js/catalog_object.js | 59 ++
.../templates/catalog_object/js/catalog_object.js | 59 --
.../schemas/collations/static/js/collation.js | 259 +++++
.../collations/templates/collation/js/collation.js | 259 -----
.../schemas/domains/domain_constraints/__init__.py | 29 +-
.../static/js/domain_constraint.js | 146 +++
.../domain_constraints/js/domain_constraints.js | 146 ---
.../databases/schemas/domains/static/js/domain.js | 346 +++++++
.../domains/templates/domains/js/domains.js | 346 -------
.../foreign_tables/static/js/foreign-table.js | 719 ++++++++++++++
.../templates/foreign_tables/js/foreign_tables.js | 719 --------------
.../static/js/fts_configuration.js | 613 ++++++++++++
.../fts_configuration/js/fts_configuration.js | 613 ------------
.../fts_dictionaries/static/js/fts_dictionary.js | 218 +++++
.../templates/fts_dictionary/js/fts_dictionary.js | 218 -----
.../schemas/fts_parser/static/js/fts_parser.js | 235 +++++
.../templates/fts_parser/js/fts_parser.js | 235 -----
.../fts_templates/static/js/fts_template.js | 174 ++++
.../templates/fts_template/js/fts_templates.js | 174 ----
.../schemas/functions/static/js/function.js | 479 ++++++++++
.../schemas/functions/static/js/procedure.js | 188 ++++
.../functions/static/js/trigger_function.js | 400 ++++++++
.../functions/templates/function/js/functions.js | 479 ----------
.../functions/templates/procedure/js/procedures.js | 188 ----
.../trigger_function/js/trigger_functions.js | 400 --------
.../schemas/packages/static/js/package.js | 183 ++++
.../packages/templates/package/js/package.js | 183 ----
.../schemas/sequences/static/js/sequence.js | 313 ++++++
.../sequences/templates/sequence/js/sequence.js | 313 ------
.../servers/databases/schemas/static/js/catalog.js | 82 ++
.../servers/databases/schemas/static/js/schema.js | 496 ++++++++++
.../schemas/synonyms/static/js/synonym.js | 249 +++++
.../synonyms/templates/synonym/js/synonym.js | 249 -----
.../databases/schemas/tables/static/js/table.js | 968 +++++++++++++++++++
.../schemas/tables/templates/table/js/table.js | 968 -------------------
.../schemas/templates/catalog/js/catalog.js | 82 --
.../schemas/templates/schema/js/schema.js | 496 ----------
.../databases/schemas/types/static/js/type.js | 949 +++++++++++++++++++
.../schemas/types/templates/type/js/type.js | 949 -------------------
.../servers/databases/schemas/utils.py | 10 +-
.../databases/schemas/views/static/js/mview.js | 326 +++++++
.../databases/schemas/views/static/js/view.js | 244 +++++
.../schemas/views/templates/mview/js/mview.js | 326 -------
.../schemas/views/templates/view/js/view.js | 244 -----
.../servers/databases/static/js/database.js | 557 +++++++++++
.../databases/templates/databases/js/databases.js | 557 -----------
.../server_groups/servers/pgagent/__init__.py | 26 +-
.../servers/pgagent/schedules/__init__.py | 29 +-
.../pgagent/schedules/static/js/pga_schedule.js | 478 ++++++++++
.../templates/pga_schedule/js/pga_schedule.js | 475 ----------
.../servers/pgagent/static/js/pga_job.js | 206 ++++
.../servers/pgagent/steps/__init__.py | 29 +-
.../servers/pgagent/steps/static/js/pga_jobstep.js | 275 ++++++
.../steps/templates/pga_jobstep/js/pga_jobstep.js | 275 ------
.../pgagent/templates/pga_job/js/pga_job.js | 206 ----
.../server_groups/servers/static/js/server.js | 1001 ++++++++++++++++++++
.../servers/templates/servers/servers.js | 1001 --------------------
.../servers/templates/servers/supported_servers.js | 13 +
.../server_groups/static/js/server-group.js | 82 ++
.../templates/server_groups/server_groups.js | 82 --
web/pgadmin/browser/static/js/menu.js | 4 +-
web/pgadmin/browser/utils.py | 3 +-
web/pgadmin/templates/base.html | 8 +-
web/pgadmin/tools/user_management/__init__.py | 25 +
.../templates/user_management/js/current_user.js | 9 +
86 files changed, 11678 insertions(+), 11682 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2017-06-22 11:01:17 Build failed in Jenkins: pgadmin4-master-python36 #188
Previous Message Khushboo Vashi 2017-06-22 10:06:57 Re: [pgAdmin4][Patch]: Fixed #2487: get_preference() uses a synchronous AJAX request