[pgadmin-hackers] pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope

2015-12-27 Thread Ashesh Vashi
Adding the SQL tab for the nodes, with 'hasSQL' property set to true, in create/edit mode. It will fetch the modified sql using the 'msql' url specific to that node. Also, modified by Ashesh before committing it. i.e. Added code comments, cleanup code for the control, etc. Branch -- master D

[pgadmin-hackers] pgAdmin 4 commit: Moving children function within the PGChildNodeView i

2015-12-27 Thread Ashesh Vashi
Moving children function within the PGChildNodeView itself, instead of putting it in separate class PGChildNode, because - it has not been used anywhere else. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15daf44e19ece070caa8fd86db3e24cff32502

[pgadmin-hackers] pgAdmin 4 commit: Keep all the information in the tree node data in the

2015-12-27 Thread Ashesh Vashi
Keep all the information in the tree node data in the getTreeNodeHierarchy(..) function, and make changes to make the generate_url function to work with it. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=402e89e5359918a9564f1cde4fdbb59f54c1e7bf

[pgadmin-hackers] pgAdmin 4 commit: Introduced new controls to show the list of a node ty

2015-12-27 Thread Ashesh Vashi
Introduced new controls to show the list of a node type (by name and id) as properties of other node. Resolved a typo in privileges control. Removed duplicate lines in backform.pgadmin.js Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb83d57c