public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Ensure that the user should be able to change the sta
8+ messages / 1 participants
[nested] [flat]

* pgAdmin 4 commit: Ensure that the user should be able to change the sta
@ 2020-10-05 12:24 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2020-10-05 12:24 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should be able to change the start value of the existing sequence. Fixes #5855

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4029cca04a368de0d8ca1b23a620403f4e2...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                                    | 1 +
.../servers/databases/schemas/sequences/static/js/sequence.js        | 5 +----
2 files changed, 2 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgAdmin 4 commit: Ensure that the user should be able to specify an old
@ 2021-01-15 06:08 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-01-15 06:08 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should be able to specify an older date for the account expiration of the role/user. Fixes #6120

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a2edf317a9ce02c16058feb229c3228a03cf...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_30.rst                      |  1 +
.../server_groups/servers/roles/static/js/role.js      |  1 +
web/pgadmin/static/js/backform.pgadmin.js              | 18 ++++++++++++++----
3 files changed, 16 insertions(+), 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgAdmin 4 commit: Ensure that the user should be able to kill the sessi
@ 2021-02-26 07:20 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-02-26 07:20 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should be able to kill the session from Dashboard if the user has a 'pg_signal_backend' role. Fixes #6159

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8279e7e01cf5acb4e88b33f16a35d5fe4b57...
Author: Nikhil Mohite <[email protected]>

Modified Files
--------------
docs/en_US/release_notes.rst                    |  1 +
docs/en_US/release_notes_5_1.rst                | 20 ++++++++++++++++++++
web/pgadmin/dashboard/static/js/dashboard.js    |  7 ++++++-
web/pgadmin/utils/driver/psycopg2/connection.py | 16 ++++++++++++----
4 files changed, 39 insertions(+), 5 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgAdmin 4 commit: Ensure that the user should not be to change the conn
@ 2021-04-08 12:45 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-04-08 12:45 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should not be to change the connection when a long query is running. Fixes #6082

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14dcb70b95585eaa351bd65bb024e141496e...
Author: Yogesh Mahajan <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                        |  1 +
web/pgadmin/static/js/sqleditor/execute_query.js        |  9 +++++++++
web/pgadmin/static/js/sqleditor_utils.js                | 11 +++++++++++
web/pgadmin/tools/sqleditor/static/scss/_sqleditor.scss |  2 --
4 files changed, 21 insertions(+), 2 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgAdmin 4 commit: Ensure that the user should not be able to add duplic
@ 2021-05-12 09:49 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-05-12 09:49 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should not be able to add duplicate panels. Fixes #6399

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0bb40de1c42a1c392d1302a0617a21a8ee26...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_5_3.rst         | 1 +
web/pgadmin/browser/static/js/browser.js | 7 +++++++
2 files changed, 8 insertions(+)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

* pgAdmin 4 commit: Ensure that the user should be able to edit the publi
@ 2021-10-04 08:42 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-10-04 08:42 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should be able to edit the publication in the subscription dialog. Fixes #6835

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69109a19dba6131d3da7fe177804c85c5be6...
Author: Pradip Parkale <[email protected]>

Modified Files
--------------
.../browser/server_groups/servers/databases/subscriptions/__init__.py | 4 ----
1 file changed, 4 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

*  pgAdmin 4 commit: Ensure that the user should be able to navigate brows
@ 2021-11-15 07:27 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-11-15 07:27 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should be able to navigate browser tree objects using arrow keys from keyboard. Fixes #6896

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e67bad3461641be796bf46f9f2fa112366b8...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_6_2.rst | 1 +
web/package.json                 | 2 +-
web/yarn.lock                    | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread

*  pgAdmin 4 commit: Ensure that the user should be allowed to set the sch
@ 2021-11-29 10:01 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 8+ messages in thread

From: Akshay Joshi @ 2021-11-29 10:01 UTC (permalink / raw)
  To: [email protected]

Ensure that the user should be allowed to set the schema of an extension while creating it. Fixes #6963

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2c02e6fc23192dc3af372062de178c3dad16...

Modified Files
--------------
docs/en_US/release_notes_6_3.rst                             |  3 ++-
.../servers/databases/extensions/static/js/extension.ui.js   | 12 ++++++------
2 files changed, 8 insertions(+), 7 deletions(-)



^ permalink  raw  reply  [nested|flat] 8+ messages in thread


end of thread, other threads:[~2021-11-29 10:01 UTC | newest]

Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 12:24 pgAdmin 4 commit: Ensure that the user should be able to change the sta Akshay Joshi <[email protected]>
2021-01-15 06:08 pgAdmin 4 commit: Ensure that the user should be able to specify an old Akshay Joshi <[email protected]>
2021-02-26 07:20 pgAdmin 4 commit: Ensure that the user should be able to kill the sessi Akshay Joshi <[email protected]>
2021-04-08 12:45 pgAdmin 4 commit: Ensure that the user should not be to change the conn Akshay Joshi <[email protected]>
2021-05-12 09:49 pgAdmin 4 commit: Ensure that the user should not be able to add duplic Akshay Joshi <[email protected]>
2021-10-04 08:42 pgAdmin 4 commit: Ensure that the user should be able to edit the publi Akshay Joshi <[email protected]>
2021-11-15 07:27  pgAdmin 4 commit: Ensure that the user should be able to navigate brows Akshay Joshi <[email protected]>
2021-11-29 10:01  pgAdmin 4 commit: Ensure that the user should be allowed to set the sch 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