pgadmin4/web/pgadmin/tools
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
..
backup Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
datagrid Added High Contrast theme support. Fixes #5653 2020-07-20 11:51:21 +05:30
debugger Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
grant_wizard 1) Fixed cognitive complexity issues reported by SonarQube. 2020-07-24 11:46:30 +05:30
import_export Fixed following SonarQube issues: 2020-07-30 14:04:22 +05:30
maintenance Fixed cognitive complexity issues reported by SonarQube. 2020-08-03 12:46:34 +05:30
restore Added High Contrast theme support. Fixes #5653 2020-07-20 11:51:21 +05:30
schema_diff Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
search_objects Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
sqleditor Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
templates Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
user_management Fixed cognitive complexity issues reported by SonarQube. 2020-08-03 12:46:34 +05:30
__init__.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00