pgadmin4/web/regression/javascript
Ashesh Vashi fd3ddbeafb Implementation of the client side 'url_for(...)' function.
Created a url_for function module to be used by different javascript
modules to use the same functionality of flask at client side.

A python module can expose the list of endpoints, used by its
javascripts, by overriding the 'get_exposed_url_endpoints(self)'
function.

In this patch, we have modified all the browser modules to use this
function. It will allow us to move the majority of the javascript
modules of browser nodes from templates directory to the static
directory.

TODO::
- Move these javascripts modules to the static directory.
- Use this function in all the applicable javascript modules.
  e.g. tools, miscellaneous modules
2017-06-12 12:01:25 +05:30
..
browser Update the styling to use the set of grays defined in the WIP style guide. 2017-06-07 13:57:49 +01:00
selection Improvements to the Query Results grid: 2017-06-08 13:31:36 +01:00
slickgrid Improvements to the Query Results grid: 2017-06-08 13:31:36 +01:00
check_node_visiblity_spec.js Hide menu options for creating objects, if the object type is set to hidden. Includes Jasmine tests. Fixes #2225 2017-05-12 12:10:46 +01:00
fake_endpoints.js Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30
fake_translations.js Use correct file header for a JS file. 2017-03-20 19:32:52 +00:00
gettext_spec.js Fix translation extraction for new client side translations, and update catalogs. 2017-03-28 15:21:49 -04:00
size_prettify_spec.js Fix sorting of sizes on the statistics views by sorting raw values and prettifying on the client side. Includes Jasmine tests for the prettyfying function. Fixes #2315 2017-05-08 11:29:13 +01:00
sqleditor_utils_spec.js Retain column sizing in the query tool results grid when the same query is re-run multiple times in a row. Fixes #1971 2017-06-08 12:41:56 +01:00
test-main.js Implementation of the client side 'url_for(...)' function. 2017-06-12 12:01:25 +05:30