pgadmin4/web/pgadmin/utils
Aditya Toshniwal 536593bf8a Fixed following SonarQube issues:
- Remove this assignment to the local variable, the value is never used.
  - Rename local variables to match the regular expression
  - Add logic to this except clause or eliminate it and rethrow the exception automatically.
  - Rename fields to match the regular expression
  - Extract this nested conditional expression into an independent statement.
  - Change this default value to "None" and initialize this parameter inside the function/method.
  - Update this function so that its implementation is not identical to __repr__
  - Refactor this method to not always return the same value
  - Reraise this exception to stop the application as the user expects
  - Add missing parameters _w _PY3. This method overrides simplejson.decoder.JSONDecoder.decode.
  - Remove this redundant continue.
  - Remove this unused function declaration
  - Remove this identity check; it will always be False.
2020-08-03 12:59:51 +05:30
..
driver Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
javascript Fixed convention related issues reported by SonarQube. 2020-07-09 18:55:33 +05:30
sqlautocomplete Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
tests Fixed convention related issues reported by SonarQube. 2020-07-09 18:55:33 +05:30
__init__.py 1) Fixed cognitive complexity issues reported by SonarQube. 2020-07-24 11:46:30 +05:30
ajax.py Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
compile_template_name.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
crypto.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
csrf.py Fixed CSRF errors when pgAdmin opened in an iframe on safari browser. Fixes #5675 2020-07-17 15:31:04 +05:30
csv.py Fixed following SonarQube issues: 2020-08-03 12:59:51 +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 code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube. 2020-07-14 19:23:50 +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 Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube. 2020-07-14 19:23:50 +05:30
route.py Fixed cognitive complexity issues reported by SonarQube. 2020-08-03 12:46:34 +05:30
server_utils.py Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
session.py Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
versioned_template_loader.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00