pgadmin4/web/pgadmin/misc
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
..
bgprocess Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
dependencies Added missing dependencies/dependent and corrected some wrongly identified. Fixes #5666 2020-07-14 18:34:50 +05:30
dependents Added missing dependencies/dependent and corrected some wrongly identified. Fixes #5666 2020-07-14 18:34:50 +05:30
file_manager Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
sql Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
static/explain Fix the following issues for High Contrast Theme: 2020-07-20 15:12:46 +05:30
statistics Fixed SonarQube code smell 'Variables should not be shadowed'. 2020-06-30 17:26:18 +05:30
templates/sqlautocomplete/sql Initial support for PostgreSQL 12. Fixes #4283. Fixes #4288. Fixes #4290. 2019-06-10 14:24:45 +01:00
themes Fixed 'convention' related code smell reported by SonarQube. 2020-07-06 11:48:23 +05:30
__init__.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00