public inbox for [email protected]
help / color / mirror / Atom feedpgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
7+ messages / 1 participants
[nested] [flat]
* pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
@ 2020-09-02 12:00 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2020-09-02 12:00 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity issues reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8f3bdf1cf3180102b81f3400bb3228daf919...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
.../server_groups/servers/pgagent/__init__.py | 43 ++----
.../browser/server_groups/servers/pgagent/utils.py | 38 +++++
web/pgadmin/utils/driver/psycopg2/__init__.py | 44 +++---
web/setup.py | 154 ++++++++++-----------
4 files changed, 148 insertions(+), 131 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
@ 2020-09-03 13:25 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2020-09-03 13:25 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity issues reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=974d395a488f8e9a64586bbc6a15201e3f1b...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 41 +++---
web/pgadmin/tools/grant_wizard/__init__.py | 228 +++++++++++++++--------------
web/pgadmin/tools/sqleditor/__init__.py | 125 ++++++++--------
3 files changed, 202 insertions(+), 192 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
@ 2020-09-09 05:56 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2020-09-09 05:56 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity issues reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=535739c0c76348f1dad3882cf6ac5e81ed5f...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
.../tools/sqleditor/utils/is_begin_required.py | 175 ++++++++-------------
web/pgadmin/utils/driver/psycopg2/connection.py | 5 +-
web/setup.py | 22 +--
3 files changed, 76 insertions(+), 126 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
@ 2020-09-09 05:56 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2020-09-09 05:56 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity issues reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=72f0e87367cfd052d9c6df9e606d80157e80...
Author: Nikhil Mohite <[email protected]>
Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/connection.py | 168 ++++++++++++++-------
.../utils/driver/psycopg2/server_manager.py | 162 ++++++++++++++------
2 files changed, 224 insertions(+), 106 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu
@ 2020-09-23 07:54 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2020-09-23 07:54 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity issues reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f3462e36a422ac7d4073e4881ebc7da994ba...
Author: Aditya Toshniwal <[email protected]>
Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 289 +++++++++++++++++-------------
1 file changed, 165 insertions(+), 124 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.
@ 2021-01-19 08:11 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2021-01-19 08:11 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da9f9017a94fe6fe94c2fd7832bef07aa568...
Author: Nikhil Mohite <[email protected]>
Modified Files
--------------
.../databases/schemas/tables/schema_diff_utils.py | 46 ++--
web/pgadmin/misc/bgprocess/processes.py | 302 +++++++++++----------
web/pgadmin/tools/schema_diff/directory_compare.py | 78 +++---
3 files changed, 239 insertions(+), 187 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
* pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube.
@ 2021-03-19 06:26 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Akshay Joshi @ 2021-03-19 06:26 UTC (permalink / raw)
To: [email protected]
Fixed cognitive complexity reported by SonarQube.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5cc1d1c7e20ba1eba0167b1feee1fb78d01...
Author: Rahul Shirsat <[email protected]>
Modified Files
--------------
.../databases/schemas/functions/__init__.py | 127 ++++++++++++---------
.../server_groups/servers/roles/__init__.py | 89 +++++++--------
2 files changed, 112 insertions(+), 104 deletions(-)
^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2021-03-19 06:26 UTC | newest]
Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 12:00 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu Akshay Joshi <[email protected]>
2020-09-03 13:25 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu Akshay Joshi <[email protected]>
2020-09-09 05:56 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu Akshay Joshi <[email protected]>
2020-09-09 05:56 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu Akshay Joshi <[email protected]>
2020-09-23 07:54 pgAdmin 4 commit: Fixed cognitive complexity issues reported by SonarQu Akshay Joshi <[email protected]>
2021-01-19 08:11 pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube. Akshay Joshi <[email protected]>
2021-03-19 06:26 pgAdmin 4 commit: Fixed cognitive complexity reported by SonarQube. Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox