pgadmin4/web/pgadmin/browser/server_groups
Yogesh Mahajan cbf5886430 Fixed the following code smells:
1. Use concise character class syntax
2. Add a "break" statement or remove this "else" clause.
3. Replace this generic exception class with a more specific one.
4. Use a regular expression literal instead of the 'RegExp' constructor.
5. Use the opposite operator ("not in") instead.
2022-09-10 13:48:14 +05:30
..
servers Fixed the following code smells: 2022-09-10 13:48:14 +05:30
static Fixes following code smell reported by SonarQube: 2022-09-08 19:56:02 +05:30
templates/css Added shared server support for admin users. Fixes #4979 2020-09-03 12:59:28 +05:30
tests Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
__init__.py Removing dynamic module loading and replacing it with static loading. Fixes #7492 2022-06-30 11:06:50 +05:30