pgadmin4/web/pgadmin/utils
Satish V 830ac1cc91 Fixed following SonarQube issues:
1. Method/Field names should comply with a naming convention.
 2. Conditionals should start on new lines
2020-06-26 13:32:45 +05:30
..
driver Fixed following SonarQube issues: 2020-06-26 13:32:45 +05:30
javascript Fixed following SonarQube issues: 2020-06-26 13:32:45 +05:30
sqlautocomplete Fixed vulnerabilities and few design suspicions where two conditional structures are having the same implementation. 2020-06-17 17:15:09 +05:30
tests Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
__init__.py Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
ajax.py Fixed SonarQube issues with the tag unused. All the unused variables, assignments, code comments are fixed. 2020-06-25 11:09:43 +05:30
compile_template_name.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
crypto.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
csrf.py Fixed SonarQube issues with the tag unused. All the unused variables, assignments, code comments are fixed. 2020-06-25 11:09:43 +05:30
csv.py Fixed code smells having rule 'Rename class name to match the regular expression'. 2020-06-26 13:23:23 +05:30
exception.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
html.py Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
ip.py A valid ip address can be IPv4/IPv6 2020-04-14 18:45:45 +05:30
master_password.py 1. Added Master Password to increase the security of saved passwords. Fixes #4184 2019-05-28 12:00:18 +05:30
menu.py Fixed following SonarQube issues: 2020-06-26 13:32:45 +05:30
paths.py Fixed an issue where the user is not able to create a server if login with an LDAP account. Fixes #5439 2020-04-27 15:33:19 +05:30
preferences.py Some clumsy coding related fixes reported by SonarQube. 2020-06-15 16:50:07 +05:30
route.py Some clumsy coding related fixes reported by SonarQube. 2020-06-15 16:50:07 +05:30
server_utils.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
session.py Fixed code smells having rule 'Nested blocks of code should not be left empty'. 2020-06-26 13:18:27 +05:30
versioned_template_loader.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00