pgadmin4/web/pgadmin
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
..
about [Accessibility] Use semantic markup to mark emphasized or special text. 2020-04-08 12:27:18 +05:30
authenticate Fixed following SonarQube issues: 2020-07-30 14:04:22 +05:30
browser Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
dashboard Replace charting library Flotr2 with ChartJS using React. Fixes #3904 2020-07-29 14:49:22 +05:30
feature_tests Remove old Python 2 compatibility code. Fixes #5700 2020-07-27 11:03:13 +01:00
help Fixed the SQL help issue for EDB Postgres Advanced Server. Fixes #4099 2020-05-22 14:11:58 +05:30
misc Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
model Added support for schema level restriction. Fixes #5583 2020-06-30 19:15:23 +05:30
preferences Fixed following SonarQube issues: 2020-07-30 14:04:22 +05:30
redirects Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
settings Various misc fixes: 2020-04-08 14:14:25 +05:30
setup Fixed convention related issues reported by SonarQube. 2020-07-09 18:55:33 +05:30
static Replace charting library Flotr2 with ChartJS using React. Fixes #3904 2020-07-29 14:49:22 +05:30
templates Ensure that closing the alert box on the login page will close multiple alert boxes if opened. 2020-07-10 11:49:49 +05:30
tools Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
translations Update Czech translation. 2020-07-21 17:23:13 +05:30
utils Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
__init__.py Fixed 'convention' related code smell reported by SonarQube. 2020-07-06 11:48:23 +05:30
messages.pot Update message catalogs. 2020-07-17 18:02:50 +05:30