public inbox for [email protected]
help / color / mirror / Atom feedpgAdmin 4 commit: 1) Fixed an issue where the Save button is enabled by
9+ messages / 1 participants
[nested] [flat]
* pgAdmin 4 commit: 1) Fixed an issue where the Save button is enabled by
@ 2021-01-20 08:22 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-01-20 08:22 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where the Save button is enabled by default in Macro. Fixes #5905
2) Remove extra line after Manage Macros menu while clearing all macros. Fixes #5906
3) Ensure that 'Clear All Rows' should not work if there is no existing macro available and the user does not specify any value. Fixes #5907
4) Fixed an issue where the server is disconnected error message displayed if the user creates Macro with invalid SQL. Fixes #5929
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9bee91b6f6dc5688c13f8bedc88970995959...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_4_30.rst | 4 ++++
tools/dependency_inventory.py | 2 +-
web/pgadmin/static/js/sqleditor/macro.js | 10 +++++---
web/pgadmin/static/js/sqleditor/macro_model.js | 28 ++++++++++++----------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 ++
5 files changed, 30 insertions(+), 16 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where the user is unable to create
@ 2021-03-01 06:39 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-03-01 06:39 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where the user is unable to create a subscription if the host/IP address for connection is 127.0.0.1. Fixes #6253
2) Ensure that proper error message should be shown on the properties and statistics tab in case of insufficient privileges for a subscription. Fixes #6259
3) Fixed an issue where the 'Create Slot' option is disabled in case of the same IP/host provided but the port is different. Fixes #6260
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4267207c7fbd08e233bf02ab63c8aec0a7e0...
Author: Pradip Parkale <[email protected]>
Modified Files
--------------
docs/en_US/images/subscription_with.png | Bin 146895 -> 135266 bytes
docs/en_US/release_notes_5_1.rst | 5 ++++-
.../browser/server_groups/servers/__init__.py | 1 +
.../servers/databases/subscriptions/__init__.py | 11 +++--------
.../subscriptions/static/js/subscription.js | 13 ++++++++++---
.../templates/subscriptions/sql/default/stats.sql | 5 ++++-
web/pgadmin/browser/static/js/collection.js | 3 ++-
7 files changed, 24 insertions(+), 14 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where % displayed twice in explain
@ 2021-03-12 06:10 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-03-12 06:10 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where % displayed twice in explain analyze for query and table. Fixes #4847
2) Rename text 'table' with 'relation' in the statistic tab for explain analyze. Fixes #4849
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=03d3b8c03c1e5faaf3e82f7602921e1acf3e...
Author: Rahul Shirsat <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_5_1.rst | 2 ++
web/pgadmin/misc/static/explain/js/explain.js | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where the incorrect values visible
@ 2021-03-16 06:14 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-03-16 06:14 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where the incorrect values visible in the dependents tab for publication. Fixes #6307
2) Ensure that the primary key should be visible properly in the table dialog. Fixes #6316
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ff06a181559e85eda925a2276302b462c032...
Author: Pradip Parkale <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_5_1.rst | 2 +
.../templates/subscriptions/sql/default/stats.sql | 17 +++--
.../templates/depends/pg/10_plus/dependents.sql | 79 ---------------------
.../templates/depends/ppas/10_plus/dependents.sql | 82 ----------------------
web/pgadmin/static/scss/_bootstrap.overrides.scss | 2 +-
5 files changed, 13 insertions(+), 169 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where shortcut keys are not working
@ 2021-04-09 07:11 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-04-09 07:11 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where shortcut keys are not working with manage macro. Fixes #5908
2) Fixed an issue where the cursor shifts its focus to the wrong window for all the query tool related model dialogs. Fixes #6161
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49095ccba6147b0e814afd1d9676e82785aa...
Author: Rahul Shirsat <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_5_2.rst | 2 ++
.../misc/file_manager/static/js/create_dialogue.js | 2 +-
web/pgadmin/static/js/sqleditor/macro.js | 11 ++++++++++
.../static/js/sqleditor/new_connection_dialog.js | 11 ++++++++++
web/pgadmin/static/js/sqleditor_utils.js | 21 +++++++++++++++++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 24 +++++++++++++++-------
6 files changed, 61 insertions(+), 10 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where the user is not warned if Ker
@ 2021-05-14 07:03 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-05-14 07:03 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where the user is not warned if Kerberos ticket expiration
is less than 30 min while initiating a global backup. Fixes #6444
2) Ensure that proper identification should be there when the server is
connected using Kerberos or without Kerberos. Fixes #6445
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7275ce906e508cde20c9e5f2de8dfabda9fb...
Author: Khushboo Vashi <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_5_3.rst | 2 ++
.../browser/server_groups/servers/__init__.py | 12 ++++++++++--
.../server_groups/servers/static/js/server.js | 10 ++++++++++
.../tools/backup/static/js/backup_dialog_wrapper.js | 3 ++-
web/pgadmin/utils/driver/psycopg2/connection.py | 20 ++++++++++++++++++++
web/pgadmin/utils/driver/psycopg2/server_manager.py | 3 +++
6 files changed, 47 insertions(+), 3 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where JSON editor preview colours h
@ 2021-11-15 07:27 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2021-11-15 07:27 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where JSON editor preview colours have inappropriate contrast in dark mode. Fixes #6944
2) Fixed JSON Editor scrolling issue in code mode. Fixes #6945
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e2e5a8208c05c1e0043b230e33b021be06d5...
Author: Yogesh Mahajan <[email protected]>
Modified Files
--------------
docs/en_US/release_notes_6_2.rst | 2 ++
web/pgadmin/static/js/slickgrid/editors.js | 17 +++++++++++++++++
web/pgadmin/static/scss/_jsoneditor.overrides.scss | 4 +++-
3 files changed, 22 insertions(+), 1 deletion(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where deleting a constraint from th
@ 2022-04-11 12:19 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2022-04-11 12:19 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where deleting a constraint from the collection properties node, throws an error. Fixes #7296
2) The code to refresh the Dashboard after deleting session activities has been improved.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d979fb19631642e3fa63409de2391ce786f...
Author: Pradip Parkale <[email protected]>
Modified Files
--------------
web/pgadmin/dashboard/static/js/Dashboard.jsx | 8 +++-----
web/pgadmin/misc/properties/CollectionNodeProperties.jsx | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
* pgAdmin 4 commit: 1) Fixed an issue where the Schema Diff Check icon be
@ 2022-04-12 11:02 Akshay Joshi <[email protected]>
0 siblings, 0 replies; 9+ messages in thread
From: Akshay Joshi @ 2022-04-12 11:02 UTC (permalink / raw)
To: [email protected]
1) Fixed an issue where the Schema Diff Check icon beside filter options should not be visible if it is unselected. Fixes #7310
2) Fixed an issue where Reset Layout did not function and the Quick Search option under the Help menu displayed bullets. Fixes #7311
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a4ff2677e85d3bb0313f5ae89c479d49b7d...
Modified Files
--------------
web/pgadmin/settings/__init__.py | 7 +++----
web/pgadmin/static/scss/_pgadmin.style.scss | 16 ++++++++++++++++
2 files changed, 19 insertions(+), 4 deletions(-)
^ permalink raw reply [nested|flat] 9+ messages in thread
end of thread, other threads:[~2022-04-12 11:02 UTC | newest]
Thread overview: 9+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 08:22 pgAdmin 4 commit: 1) Fixed an issue where the Save button is enabled by Akshay Joshi <[email protected]>
2021-03-01 06:39 pgAdmin 4 commit: 1) Fixed an issue where the user is unable to create Akshay Joshi <[email protected]>
2021-03-12 06:10 pgAdmin 4 commit: 1) Fixed an issue where % displayed twice in explain Akshay Joshi <[email protected]>
2021-03-16 06:14 pgAdmin 4 commit: 1) Fixed an issue where the incorrect values visible Akshay Joshi <[email protected]>
2021-04-09 07:11 pgAdmin 4 commit: 1) Fixed an issue where shortcut keys are not working Akshay Joshi <[email protected]>
2021-05-14 07:03 pgAdmin 4 commit: 1) Fixed an issue where the user is not warned if Ker Akshay Joshi <[email protected]>
2021-11-15 07:27 pgAdmin 4 commit: 1) Fixed an issue where JSON editor preview colours h Akshay Joshi <[email protected]>
2022-04-11 12:19 pgAdmin 4 commit: 1) Fixed an issue where deleting a constraint from th Akshay Joshi <[email protected]>
2022-04-12 11:02 pgAdmin 4 commit: 1) Fixed an issue where the Schema Diff Check icon be 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