pgadmin4/web/pgadmin/static/js
Joao De Almeida Pereira bc4d16eb83 Initial version of the new tree implementation.
This is the first version of our Tree implementation. At this point is a
very simple tree without no abstractions and with code that eventually
is not very performant, but this is only the first iteration and we are
trying to follow the 'Last Responsible Moment Principle' [1].

Implemention details:
- Creation of PGBrowser.treeMenu
- Initial version of the Tree Adaptor 'pgadmin/static/js/tree/tree.js'
- TreeFake test double that can replace the Tree for testing purposes
- Tests, As an interesting asside because Fake’s need to behave like
  the real object you will noticed that there are tests for this type
  of double and they the same as of the real object.

[1] https://medium.com/@aidanjcasey/guiding-principles-for-an-evolutionary-software-architecture-b6dc2cb24680

Patched by: Victoria && Joao
Reviewed by: Khushboo & Ashesh
2018-05-14 18:00:23 +05:30
..
browser Add support for SSH tunneled connections. Fixes #1447 2018-05-04 11:27:27 +01:00
codemirror/addon/fold Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
history Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
misc/statistics Disable function statistics on Greenplum. Fixes #3176 2018-03-07 11:52:02 +00:00
selection Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
slickgrid Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
sqleditor Update filter dialogue Javascript to use ES6. 2018-04-06 10:38:04 +01:00
tree Initial version of the new tree implementation. 2018-05-14 18:00:23 +05:30
alertify.pgadmin.defaults.js Standardise the error handling for parsing of JSON response messages from the server. Fixes #3238 2018-05-04 16:56:15 +01:00
backform.pgadmin.js Allow copying of SQL from the dashboard tables. Fixes #3137 2018-03-02 14:39:12 +00:00
backgrid.pgadmin.js Ensure clickable images/buttons have appropriate tooltips for screen readers. Fixes #2904 2018-01-22 10:37:56 +00:00
check_node_visibility.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
dialog_tab_navigator.js Support tab navigation in dialogs. Fixes #2898 2018-02-27 11:18:36 +00:00
gettext.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
keyboard_shortcuts.js Fixed query tool keyboard issue where arrow keys were not behaving as expected for execute options dropdown. Fixes #3298 2018-05-09 13:05:22 +05:30
modify_animation.js Ensure the query tool will open properly under MS Edge. 2018-04-10 11:09:59 +01:00
pgadmin.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
size_prettify.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
sqleditor_utils.js Significantly improve connection loss detection and handling in the query tool. Fixes #2815 2018-02-01 14:29:18 +01:00
url_for.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
utils.js F5 key should work to refresh Browser tree. Fixes #3284 2018-05-02 11:43:42 +05:30