pgadmin4/web/pgadmin/browser/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.js Initial version of the new tree implementation. 2018-05-14 18:00:23 +05:30
collection.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
datamodel.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
error.js Close button added to the alertify message box, which pops up in case of backend error. Fixes #3290 2018-04-24 18:57:31 +05:30
frame.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
keyboard.js F5 key should work to refresh Browser tree. Fixes #3284 2018-05-02 11:43:42 +05:30
menu.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
node.js Support tab navigation in dialogs. Fixes #2898 2018-02-27 11:18:36 +00:00
node.ui.js Fixed the warnings/errors reported by eslint for all the static 2018-01-12 13:00:14 +05:30
panel.js Add keyboard navigation options for the main browser windows. Fixes #2895 2018-02-02 14:28:37 +01:00
wizard.js Support tab navigation in dialogs. Fixes #2898 2018-02-27 11:18:36 +00:00