pgadmin4/web/regression/javascript/erd
Akshay Joshi e3807ec3d6 Fixed following code smells reported by SonarQube:
1) Boolean checks should not be inverted.
 2) Review this redundant assignment.
 3) Extract this nested ternary operation into an independent statement.
 4) Unexpected empty function.
 5) Immediately return this expression instead of assigning it to the temporary variable.
2022-01-17 13:56:01 +05:30
..
ui_components Fixed code smell 'Unexpected empty arrow function' reported by SonarQube. 2022-01-12 17:32:20 +05:30
erd_core_spec.js Fixed following code smells reported by SonarQube: 2022-01-17 13:56:01 +05:30
erd_model_spec.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
fake_item.js Fixed following code smells reported by SonarQube: 2022-01-17 13:56:01 +05:30
keyboard_shortcut_action_spec.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
onetomany_link_spec.js Added ERD Diagram support with basic table fields, primary key, foreign key, and DDL SQL generation. Fixes #1802 2021-01-16 17:06:50 +05:30
onetomany_port_spec.js Fixed jasmine test cases of ERD Tool. 2021-01-18 16:39:58 +05:30
table_node_spec.js Added support to allow tables to be dragged to ERD Tool. Fixes #6241 2021-10-16 12:43:39 +05:30
test_tables.js Added ERD Diagram support with basic table fields, primary key, foreign key, and DDL SQL generation. Fixes #1802 2021-01-16 17:06:50 +05:30