pgadmin4/web/regression/javascript
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
..
alerts Standardise the error handling for parsing of JSON response messages from the server. Fixes #3238 2018-05-04 16:56:15 +01:00
backform_controls Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
browser Add support for SSH tunneled connections. Fixes #1447 2018-05-04 11:27:27 +01:00
helper Un-vendorise React, now that it contains bug fixes we need. 2018-02-19 10:53:54 +00:00
history Un-vendorise React, now that it contains bug fixes we need. 2018-02-19 10:53:54 +00:00
misc/statistics Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
selection Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
slickgrid Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
sqleditor Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
tree Initial version of the new tree implementation. 2018-05-14 18:00:23 +05:30
check_node_visibility_spec.js Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
code_mirror_spec.jsx Un-vendorise React, now that it contains bug fixes we need. 2018-02-19 10:53:54 +00:00
common_keyboard_shortcuts_spec.js Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
debugger_utils_spec.js Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
dialog_tab_navigator_spec.js Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
fake_endpoints.js Fixed the issues for all the javascript files reported by the liner. 2018-04-30 17:51:57 +05:30
fake_translations.js Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
gettext_spec.js Update Jasmine to v3. Fixes #3182 2018-03-07 16:01:04 +00:00
jasmine_capture_warnings_beforeall.js Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
parse_shortcut_value_spec.js F5 key should work to refresh Browser tree. Fixes #3284 2018-05-02 11:43:42 +05:30
size_prettify_spec.js Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00
sqleditor_utils_spec.js Update copyright notices for 2018. 2018-01-05 10:42:50 +00:00