Re: pgAdmin 4 in web mode on an Ubuntu 20.04 (Focal) system.

2025-05-15 Thread Akshay Joshi
FYI, pgAdmin 4 v9.2 is the last version to offer official support for Ubuntu 20.04 On Thu, May 15, 2025 at 3:28 PM Daulat wrote: > Yes Ushman, this is not working. > > sudo /usr/pgadmin4/bin/setup-web.sh > > Setting up pgAdmin 4 in web mode on a Debian based platform... > Creating configuration

Re: pgAdmin 4 in web mode on an Ubuntu 20.04 (Focal) system.

2025-05-15 Thread Daulat
Yes Ushman, this is not working. sudo /usr/pgadmin4/bin/setup-web.sh Setting up pgAdmin 4 in web mode on a Debian based platform... Creating configuration database... */usr/pgadmin4/bin/setup-web.sh: line 75: /usr/pgadmin4/venv/bin/python3: No such file or directory* Error setting up server mode.

Re: pgAdmin 4 in web mode on an Ubuntu 20.04 (Focal) system.

2025-05-15 Thread Daulat
Right Khushboo, The setup-web.sh file location is */usr/pgadmin4/bin, *you have mentioned /usr/pgadmin4/web/. On Thu, May 15, 2025 at 3:05 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Thu, May 15, 2025 at 2:59 PM Usman Khan wrote: > >> adding pgadmin-hackers and removi

Re: pgAdmin 4 in web mode on an Ubuntu 20.04 (Focal) system.

2025-05-15 Thread Usman Khan
Hi Daulat, If you have installed it through apt package, why do you need to activate the virtual environment? should not triggering the command alone */usr/pgadmin4/bin/setup-web.sh* work for you? On Thu, May 15, 2025 at 2:35 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On

Re: pgAdmin 4 in web mode on an Ubuntu 20.04 (Focal) system.

2025-05-15 Thread Khushboo Vashi
On Thu, May 15, 2025 at 2:59 PM Usman Khan wrote: > adding pgadmin-hackers and removing pgsql-ad...@lists.postgresql.org for > better guidance. > Please forward all queries related to pgadmin to > pgadmin-hack...@postgresql.org > > On Thu, May 15, 2025 at 2:19 PM Daulat wrote: > >> Hello Team, >

Re: pgAdmin 4 in web mode on an Ubuntu 20.04 (Focal) system.

2025-05-15 Thread Usman Khan
adding pgadmin-hackers and removing pgsql-ad...@lists.postgresql.org for better guidance. Please forward all queries related to pgadmin to pgadmin-hack...@postgresql.org On Thu, May 15, 2025 at 2:19 PM Daulat wrote: > Hello Team, > > I am currently facing an issue while installing pgAdmin 4 in w

Re: pgAdmin logo contribution

2025-04-16 Thread Floor Drees
Oh awesome, definitely not saying either/or when it comes to contributions, and understood that proposing a logo doesn't mean yall would accept it, just like with code contributions! :) On Wed, Apr 16, 2025 at 3:55 PM Dave Page wrote: > > Hi Floor! > > On Wed, 16 Apr 2025 at 12:34, Floor Drees

Re: pgAdmin logo contribution

2025-04-16 Thread Dave Page
Hi Floor! On Wed, 16 Apr 2025 at 12:34, Floor Drees wrote: > Hi pgAdmin team, hey Dave! > > I talked to Akshay and he mentioned that reaching out here is the best > next step. I've secured a little design time to spend on contributing to > open source projects. > > Having been a maintainer, I kn

Re: pgAdmin Async Server Cursor

2025-01-17 Thread Dave Page
Hi On Mon, 13 Jan 2025 at 09:25, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hackers, > > Regarding #5797 : Full > query result is being loaded into RAM despite ON_DEMAND_RECORD_COUNT=1000 > > pgAdmin uses the *Async cursor* to f

Re: Pgadmin 4 cannot add or modify line in a view

2024-05-30 Thread Usman Khan
Hi, Kindly go through this document for more details about view being non editable https://www.pgadmin.org/docs/pgadmin4/development/editgrid.html On Thu, May 30, 2024 at 10:59 PM intmail01 wrote: > I read the PostgreSQL manual and view can be modified if some rules are > respected. My query is

Re: Pgadmin 4 cannot add or modify line in a view

2024-05-30 Thread intmail01
I read the PostgreSQL manual and view can be modified if some rules are respected. My query is very simple and follow rules : SELECT * FROM thePartionedTable When I run code with INSERT and UPDATE clause then it work fine. In fact the view comes from a partitioned table. After an INSERT or UPDATE I

Re: Pgadmin 4 cannot add or modify line in a view

2024-05-30 Thread Usman Khan
Can you please elaborate your requirement a bit more? The result grid is usually non editable for views. You can edit table data to reflect values in view. Note : adding pgadmin-hackers for more guidance. On Thu, May 30, 2024 at 7:25 PM intmail01 wrote: > Hi, > I tried to modify and add manual

Re: pgAdmin Release and Installer Survey

2024-03-11 Thread Akshay Joshi
Adding pgadmin-support. On Thu, 7 Mar, 2024, 3:30 pm Akshay Joshi, wrote: > Hello everyone, > > I hope this message finds you well. > > As part of the pgAdmin team, I'm reaching out to request your assistance > with a survey regarding pgAdmin Release and Installation. Taking just a > minute to f

Re: PgAdmin - Turkish Translation

2023-11-13 Thread Aditya Toshniwal
Hi Sezer, Please check - https://www.pgadmin.org/development/translations/ Let us know if you have any questions. On Mon, Nov 13, 2023 at 2:33 PM Sezer BOZKIR wrote: > Hi PgAdmin team, > > I want to help you about the translation of the Pgadmin for Turkish > language. What should I do for helpi

Re: pgAdmin Project Contributions

2023-03-14 Thread Aditya Toshniwal
Hi Dajer, There are no steps as such. If your dev environment is running then you can reproduce and fix the issue and raise the PR to pgAdmin master. The pgAdmin team will review it and raise comments or code change requests if needed. Let us know if you face any issues. On Tue, Mar 14, 2023 at 3

Re: pgAdmin support lifecycle

2023-02-09 Thread Dave Page
Hi On Thu, 9 Feb 2023 at 08:54, Lee, Meyer wrote: > > > Hi pgadmin-hackers@lists.postgresql.org, > > I have noticed that the support lifecycle section has recently > been updated at https://www.pgadmin.org/support/. > > > > Lifecycle > > pgAdmin has a "rolling release" policy; only

Re: [pgAdmin][GI-5308]: Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL

2022-09-22 Thread Akshay Joshi
Thanks, the patch was applied. On Wed, Sep 21, 2022 at 1:57 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > The patch looks good to me. > > On Wed, Sep 21, 2022 at 12:35 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> PFA updated the pa

Re: [pgAdmin][GI-5249]: in Query Editor: Seach and Replace Text Editor

2022-09-22 Thread Akshay Joshi
Thanks, the patch was applied. On Wed, Sep 21, 2022 at 1:58 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > The patch looks good to me. > > On Wed, Sep 21, 2022 at 12:40 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find attach

Re: pgAdmin 4 - Czech translation update for version 6.14

2022-09-22 Thread Akshay Joshi
Thanks for the patch. I have already created a candidate build before receiving this patch, so the translation will be available in v6.15. On Tue, Sep 20, 2022 at 6:22 PM Libor M. wrote: > Hi, > updated Czech translation for 6.14 is in attachment. > > Best regards, > > Libor M. > > E-mail: libor

Re: [pgAdmin][GI-5249]: in Query Editor: Seach and Replace Text Editor

2022-09-21 Thread Aditya Toshniwal
Hi, The patch looks good to me. On Wed, Sep 21, 2022 at 12:40 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for GI-5249 > : in Query Editor: > Seach and Replace Text Editor > > > --

Re: [pgAdmin][GI-5308]: Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL

2022-09-21 Thread Aditya Toshniwal
Hi, The patch looks good to me. On Wed, Sep 21, 2022 at 12:35 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > PFA updated the patch. > > On Wed, Sep 21, 2022 at 12:14 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Nikhil, >> >> I think this

Re: [pgAdmin][GI-5308]: Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL

2022-09-21 Thread Nikhil Mohite
Hi Hackers, PFA updated the patch. On Wed, Sep 21, 2022 at 12:14 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Nikhil, > > I think this fix is incomplete. This is not particularly for PK. Non-PK > columns can also have default values. > To cover all, the solution should be

Re: [pgAdmin][GI-5308]: Cannot set a data field "default", makes it impossible to copy tuples with PK or SERIAL

2022-09-20 Thread Aditya Toshniwal
Hi Nikhil, I think this fix is incomplete. This is not particularly for PK. Non-PK columns can also have default values. To cover all, the solution should be if a column which has default value is made empty then use default and not null. On Wed, Sep 21, 2022 at 11:10 AM Nikhil Mohite < nikhil.mo

Re: [pgAdmin][GI5343] Allow script name sub URL in redirect

2022-09-20 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 20, 2022 at 1:59 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which will allow script name URLs in the > next URL of the login page. > > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker

Re: PgAdmin-System_stats extension Patch

2022-09-16 Thread Aditya Toshniwal
Hi, Adding to these, - Do not use CSS files until it is an override file for third party lib. Use MUI styles. - Follow the correct naming convention like Graphs_system_stats.jsx should be GraphsSystemStats.jsx if it is exporting GraphsSystemStats component. On Fri, Sep 16, 2022 at 11:05 AM Khush

Re: PgAdmin-System_stats extension Patch

2022-09-15 Thread Khushboo Vashi
Hello Kunal, Please find the review comments as below: User Interface: - The Thread count graph missing the details of handle count and thread count plotting (lines), I can only see the legends. - The graph details (below the graphs) are not aligned properly. - The Disk graph is showing nothing a

Re: [pgAdmin][RM-7637]: Wrong SQL displayed in difference if user create rls policy on the table without column

2022-09-15 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 15, 2022 at 1:48 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for RM-7637 > : Wrong SQL displayed in > difference if user creates rls policy on the tab

Re: [pgAdmin][RM7695] Server name not displayed correctly in process tab if server name has special characters.

2022-09-15 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 15, 2022 at 3:58 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the mentioned issue. > It also reverts a few code changes done for SonarQube security fixes. > Please review. > > -- > Thanks, > Aditya To

Re: [pgAdmin][RM7557] pgAdmin failed to start due to bin path migration

2022-09-15 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 15, 2022 at 11:08 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes an issue where an exception occurs when migrating an > old bin path preference. > Please review. > > -- > Thanks, > Aditya Toshniwal > pg

Re: [pgAdmin][RM7709] ERD Throws error if variable added to column

2022-09-15 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 15, 2022 at 12:24 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the issue. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin 4][Patch]: #7314 - psycopg2 to psycopg3 migration

2022-09-14 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Sep 14, 2022 at 12:23 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached updated patch. > > On Tue, Sep 13, 2022 at 1:05 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Khushboo >> >> Review co

Re: [pgAdmin]: Update debugger method after security fixes

2022-09-14 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Sep 14, 2022 at 2:04 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > PFA patch to resolve the issues in the debugger after security fixes. > > -- > *Thanks & Regards,* > *Nikhil Mohite* > *Senior Software Engineer.* > *EDB Postgres* <

Re: [pgAdmin 4][Patch]: #7314 - psycopg2 to psycopg3 migration

2022-09-13 Thread Khushboo Vashi
Hi Akshay, Please find the attached updated patch. On Tue, Sep 13, 2022 at 1:05 PM Akshay Joshi wrote: > Hi Khushboo > > Review comments are as follows: > >- View/Edit Data does not work. (Cursor could not be found for the >async connection.) > > Fixed. > >- Graph Visualizer is not

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-13 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 13, 2022 at 3:59 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > On Tue, Sep 13, 2022 at 3:09 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> PFA patch for resolving the following issues reported i

Re: [pgAdmin][patch] Change react-data-grid source in package.json

2022-09-13 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 13, 2022 at 5:56 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please ignore again. Including more fixes. :) > > > On Tue, Sep 13, 2022 at 5:42 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Pleas

Re: [pgAdmin][patch] Change react-data-grid source in package.json

2022-09-13 Thread Aditya Toshniwal
Hi, Please ignore again. Including more fixes. :) On Tue, Sep 13, 2022 at 5:42 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please ignore the previous patch. Attached is the updated patch which > includes a few SonarQube fixes as well. > > On Tue, Sep 13, 2022 at 3:

Re: [pgAdmin][patch] Change react-data-grid source in package.json

2022-09-13 Thread Aditya Toshniwal
Hi, Please ignore the previous patch. Attached is the updated patch which includes a few SonarQube fixes as well. On Tue, Sep 13, 2022 at 3:39 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch will: > 1. Refer EDB fork react-data-grid > 2. Improved

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-13 Thread Nikhil Mohite
Hi Akshay, On Tue, Sep 13, 2022 at 3:09 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > PFA patch for resolving the following issues reported in testing: > >1. When some option from filter is selected, that particular type >should be completely removed from top

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-13 Thread Nikhil Mohite
Hi Akshay, PFA patch for resolving the following issues reported in testing: 1. When some option from filter is selected, that particular type should be completely removed from top level result instead of showing identical:0 2. Copy button is missing for Difference SQL 3. Throw error

Re: [pgAdmin 4][Patch]: #7314 - psycopg2 to psycopg3 migration

2022-09-13 Thread Akshay Joshi
Hi Khushboo Review comments are as follows: - View/Edit Data does not work. (Cursor could not be found for the async connection.) - Graph Visualizer is not working. (raise IndexError("position out of bound") backend error) - Add psycopg3 support in *setup_pip.py* inside the pkg/pip

Re: [pgAdmin][patch] Sonarqube bug fixes

2022-09-11 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Sep 12, 2022 at 10:58 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes more SonarQube bugs. > Please review. > > On Sat, Sep 10, 2022 at 2:25 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Tha

Re: [pgAdmin][patch] Sonarqube bug fixes

2022-09-11 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes more SonarQube bugs. Please review. On Sat, Sep 10, 2022 at 2:25 PM Akshay Joshi wrote: > Thanks, the patch was applied. > > On Sat, Sep 10, 2022 at 12:18 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attach patch fixes

Re: [pgAdmin][patch]: sonarQube bug fixes

2022-09-10 Thread Akshay Joshi
Thanks, the patch was applied. On Fri, Sep 9, 2022 at 6:30 PM Nikhil Mohite wrote: > Hi Hackers, > > Please ignore the previous patch, PFA updated patch. > > On Fri, Sep 9, 2022 at 6:17 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find attached the pa

Re: [pgAdmin][patch] Sonarqube bug fixes

2022-09-10 Thread Akshay Joshi
Thanks, the patch was applied. On Sat, Sep 10, 2022 at 12:18 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attach patch fixes multiple sonarqube bugs. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com*

Re: [pgAdmin][patch]: sonarQube bug fixes

2022-09-09 Thread Nikhil Mohite
Hi Hackers, Please ignore the previous patch, PFA updated patch. On Fri, Sep 9, 2022 at 6:17 PM Nikhil Mohite wrote: > Hi Hackers, > > Please find attached the patch to fix sonarQube issues for rule: (Python) > Unused function parameters should be removed. > > -- > *Thanks & Regards,* > *Nikhil

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-08 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Sep 8, 2022 at 1:57 PM Nikhil Mohite wrote: > Hi Akshay, > > PFA patch to resolve following issues. > Details: > 1. Resolved resize window issue for DDL result panel. > 2. Updated the Screenshots. > 3. Updated server group title to bold. > > On Wed, Sep 7, 2022

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-07 Thread Akshay Joshi
Thanks, the patch applied. Please send another patch with updated screenshots and the issues you have mentioned. On Wed, Sep 7, 2022 at 6:58 PM Nikhil Mohite wrote: > Hi Akshay, > > PFA updated patch, I have resolved the review comments, there is one issue > with resize window I will send anoth

Re: [pgAdmin][RM7343] Revisit ERD tool for required React changes

2022-09-06 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 6, 2022 at 5:32 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch updates the ERD code to: > 1. Use MUI styles and remove SCSS. > 2. Use the new common components for buttons and tooltips, to make it > consisten

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-05 Thread Akshay Joshi
Hi Nikhil The review comments are below: - Reduce some space from source selection and target selection. - Inside the select control, make the server group label bold. - There is currently a search icon instead of a filter icon. On the button, change the cursor pointer to none. - A

Re: [pgAdmin][RM-6133]: [React] Port schema diff to React

2022-09-05 Thread Aditya Toshniwal
Hi Nikhil, Few comments: 1. remove commented code // it('SchemaDiff Module', () => { + // // let baseUrl = url_for('schema_diff.initialize'); + // // networkMock.onGet(url_for('debugger.start_listener', {'trans_id': params.transId})).reply(200, {'success':1,'errormsg':'','info':'','result

Re: [pgAdmin 4][Patch]: #7314 - psycopg2 to psycopg3 migration

2022-09-01 Thread Akshay Joshi
Hi Khushboo Following are the review comments: - Remove psycopg2 from requirements.txt - Set PG_DEFAULT_DRIVER to psycopg3 in config.py - Remove all the imports of 'psycopg2' from the entire project. - Query Tool not working with psycopg3 == 3.1 On Tue, Aug 30, 2022 at 8:57 PM Khush

Re: [pgAdmin][RM-7633]: On startup, autofocus on master password input.

2022-08-22 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 22, 2022 at 5:37 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > PFA patch to fix failing test case. > > > On Mon, Aug 22, 2022 at 4:01 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch applied. >> >>

Re: [pgAdmin][RM-7633]: On startup, autofocus on master password input.

2022-08-22 Thread Nikhil Mohite
Hi Akshay, PFA patch to fix failing test case. On Mon, Aug 22, 2022 at 4:01 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Aug 22, 2022 at 3:47 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find attached the patch for RM-7633 : On st

Re: [pgAdmin][RM-7633]: On startup, autofocus on master password input.

2022-08-22 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 22, 2022 at 3:47 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for RM-7633 : On startup, autofocus on > master password input. > This patch also included a fix for xss issue in register server dial

Re: [pgAdmin][RM7579] Multiple query tool fixes

2022-08-22 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Aug 22, 2022 at 1:38 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes: > 1. Copy paste with rows null data sets default value to null for boolean. > Fixes #7579 > 2. White page error on query history. Fixes #

Re: [pgAdmin][patch] Multiple pgAdmin fixes

2022-08-18 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 18, 2022 at 6:20 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes: > 1. Explain plan crashes query tool after SonarQube fixes. > 2. Fix XSS issue in query tool. > 3. Process details for cloud process not

Re: [pgAdmin][RM7575] Query tool related fixes

2022-08-17 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Aug 17, 2022 at 4:54 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes following: > 1. Alt-Shift-Q does not work after creating one new query. Fixes #7575 > 2. Query Editor loses focus when saving a query (Alt

Re: [pgAdmin][RM7404] Port process watcher to React

2022-08-16 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Aug 16, 2022 at 5:50 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes following issues: > 1. Stop process of Process details dialog not working. > 2. When a server of an in progress cloud deployment is expand

Re: [pgAdmin][RM7404] Port process watcher to React

2022-08-16 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes following issues: 1. Stop process of Process details dialog not working. 2. When a server of an in progress cloud deployment is expanded, it is throwing a failed error. 3. Close the process notification on clicking View Processes. Please review. On Thu, Aug 11, 2

Re: [pgAdmin][patch] Sonarqube security hotspots fixes

2022-08-12 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Aug 12, 2022 at 4:24 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which fixes a few sonarqube hotspots. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres

Re: [pgAdmin][patch]:Shared server issue

2022-08-11 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 11, 2022 at 12:40 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for your reference.I have fixed the shared > server issue where on expand it opens the properties dialog of some other > server. >

Re: [pgAdmin][RM7404] Port process watcher to React

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 11, 2022 at 9:52 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch. This includes GUI test cases failure fixes. > > On Tue, Aug 9, 2022 at 6:00 PM Aditya Toshniwal < > aditya.toshni...@enterprised

Re: [pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 11, 2022 at 10:26 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch to fix the issue. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7568] Port change user password and 2FA dialog to React.

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Aug 10, 2022 at 5:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please ignore the previous patch. Attached patch adds a few more changes. > > On Wed, Aug 10, 2022 at 3:46 PM Aditya Toshniwal < > aditya.toshni...@enterprised

Re: [pgAdmin][patch]: Sonarqube bug fixes

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Aug 10, 2022 at 2:28 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the updated patch > > On Wed, Aug 10, 2022 at 1:40 PM Dave Page wrote: > >> Hi >> >> On Wed, 10 Aug 2022 at 07:47, Nikhil Mohite < >> nikhil.moh...@ente

Re: [pgAdmin][patch]: Sonarqube bug fixes

2022-08-10 Thread Nikhil Mohite
Hi Hackers, Please find the updated patch On Wed, Aug 10, 2022 at 1:40 PM Dave Page wrote: > Hi > > On Wed, 10 Aug 2022 at 07:47, Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patch to fix sonarqube issues. >> > > Can you fix the second

Re: [pgAdmin][patch]: Sonarqube bug fixes

2022-08-10 Thread Dave Page
Hi On Wed, 10 Aug 2022 at 07:47, Nikhil Mohite wrote: > Hi Hackers, > > Please find the attached patch to fix sonarqube issues. > Can you fix the second typo here as well please? -import MasterPasswordContent from './MasterPassowrdContent'; +import MasterPasswordContent from './MasterPasswordC

Re: [pgAdmin][patch] Sonarqube bug fixes

2022-08-09 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Aug 9, 2022 at 2:46 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes sonarqube bugs. Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7462]: Revisit all the SQL files and remove the SQL for all the unsupported version

2022-08-09 Thread Akshay Joshi
Thanks, the patch applied On Tue, Aug 9, 2022 at 9:20 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Attached is the updated patch. > > > *Thanks & Regards,* > > *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* > > > On Mon, Aug 1, 2022 at 9:57 PM Akshay

Re: [pgAdmin][RM7462]: Revisit all the SQL files and remove the SQL for all the unsupported version

2022-08-01 Thread Akshay Joshi
Hi Pradip The following test cases are failing on different database versions: EPAS 12: TriggerFuncAddTestCase (Fetch Trigger Function Node URL) TriggerFuncGetTestCase (Fetch Trigger Function Node URL) TriggerFuncPutTestCase (Fetch Trigger Function Node URL) BackupJobTest (When backup the object

Re: [pgAdmin][RM7462]: Revisit all the SQL files and remove the SQL for all the unsupported version

2022-08-01 Thread Akshay Joshi
Hi Pradip Can you please rebase and send the patch? On Thu, Jul 28, 2022 at 1:34 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the updated patch. > > This Patch also includes the fix for 7481 [SQL] OWNED BY incorrectly set > to NONE when adding user pr

Re: pgAdmin 4 v6.12 Released

2022-07-28 Thread Anthony DeBarros
On Thu, Jul 28, 2022 at 3:10 AM Akshay Joshi wrote: > The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.12. > This is a nice release. The graph visualizer is a very handy addition, as is the automatic autocomplete. Thanks for the continual improvements. Anthony >-

Re: pgAdmin 4 - Czech translation update for version 6.12

2022-07-27 Thread Akshay Joshi
Thank you, the patch has been applied. The translation will be available in the next release 6.13 as I created the candidate build before receiving the patch on Monday. On Wed, Jul 27, 2022 at 1:03 AM Libor M. wrote: > Hi, > updated Czech translation for 6.12 is in attachment. > > Best regards,

Re: [pgAdmin][RM7462]: Revisit all the SQL files and remove the SQL for all the unsupported version

2022-07-26 Thread Pradip Parkale
Hi Hackers, Found one minor issue with the implementation.I will send another patch soon.Please don't commit this patch. My apologies for any inconvenience caused. *Thanks & Regards,* *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation* On Tue, Jul 19, 2022 at 6:25 PM Pradip Parkale

Re: [pgAdmin][RM7313] Port file manager to ReactJS

2022-07-24 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jul 25, 2022 at 11:22 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached patch fixes: > 1. Intermittently failing test cases. > 2. Dialog vertical position should be more on the upper side. > 3. File not supported error is not sho

Re: [pgAdmin][RM7313] Port file manager to ReactJS

2022-07-24 Thread Aditya Toshniwal
Hi, Attached patch fixes: 1. Intermittently failing test cases. 2. Dialog vertical position should be more on the upper side. 3. File not supported error is not showing. Please review. On Tue, Jul 19, 2022 at 3:30 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Jul 18, 2022 at

Re: [pgAdmin][patch] Attempt to fix JS test cases

2022-07-21 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jul 21, 2022 at 3:23 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The JS test cases are failing intermittently. Attached patch attempts to > fix it. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Soft

Re: [pgAdmin][RM7313] Port file manager to ReactJS

2022-07-19 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jul 18, 2022 at 6:09 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch and inline comments. > > On Thu, Jul 14, 2022 at 5:23 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Aditya >>

Re: [pgAdmin][RM7512] Notices disappear from the messages tab

2022-07-14 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jul 14, 2022 at 4:40 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch to fix the bug. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7519] Show geometry for all selected cells

2022-07-14 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jul 14, 2022 at 4:07 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch to fix the bug. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7508] Comments on indexes not displayed in index list

2022-07-14 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jul 14, 2022 at 5:10 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch to fix the issue. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7313] Port file manager to ReactJS

2022-07-14 Thread Akshay Joshi
Hi Aditya Following are the review comments: GUI: - By default files/folders are not visible. - The select button should be disabled until the file/folder is not selected, to reproduce open the dialog select any file, and then change the file format, the select button should be disab

Re: [pgAdmin][patch] Theme component usage fix

2022-07-04 Thread Akshay Joshi
Thanks, the patch applied On Mon, Jul 4, 2022 at 2:12 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please ignore the previous patch. Please review the attached patch. > > > On Mon, Jul 4, 2022 at 1:56 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: >

Re: [pgAdmin][patch] Theme component usage fix

2022-07-04 Thread Aditya Toshniwal
Hi, Please ignore the previous patch. Please review the attached patch. On Mon, Jul 4, 2022 at 1:56 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached a few more fixes related to theme usage. > > On Fri, Jul 1, 2022 at 3:06 PM Akshay Joshi > wrote: > >> Thanks,

Re: [pgAdmin][patch] Theme component usage fix

2022-07-04 Thread Aditya Toshniwal
Hi, Attached a few more fixes related to theme usage. On Fri, Jul 1, 2022 at 3:06 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Fri, Jul 1, 2022 at 2:08 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Attached patch fixes the failing JS test cases.

Re: [pgAdmin][RM7518]: Issue in Dashboard panel

2022-07-03 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Jul 1, 2022 at 7:34 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > Please find the attached patch for #7518.The dashboard Graph API was > being called even after the panel was closed, which has been fixed. > > > *Thanks & Regards,* >

Re: [pgAdmin][RM-7342]: [React] Port Master Password dialog to React

2022-07-03 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Jun 29, 2022 at 4:51 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for RM-7342 > : Port Master Password dialog > to React > > -- > *Thanks & Regards,* > *Nik

Re: [pgAdmin][patch] Theme component usage fix

2022-07-01 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Jul 1, 2022 at 2:08 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached patch fixes the failing JS test cases. > > On Thu, Jun 30, 2022 at 3:19 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch applie

Re: [pgAdmin][patch] Theme component usage fix

2022-07-01 Thread Aditya Toshniwal
Hi, Attached patch fixes the failing JS test cases. On Thu, Jun 30, 2022 at 3:19 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Jun 30, 2022 at 3:03 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Attached is the updated patch. >> >> On Thu, Jun

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-07-01 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 30, 2022 at 6:09 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Please find the fix for failing test cases. > > On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the patch applied.

Re: [pgAdmin][RM-7517]: Enable restart debugging once execution is completed

2022-07-01 Thread Akshay Joshi
Thanks, the patch applied. On Fri, Jul 1, 2022 at 10:14 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for RM-7517 > : Enable restart debugging > once execution is completed > > > -- > *Thanks

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-30 Thread Aditya Toshniwal
Hi, Please find the fix for failing test cases. On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, Jun 21, 2022 at 7:53 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch removes dynamic module loadin

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jun 30, 2022 at 3:03 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the updated patch. > > On Thu, Jun 30, 2022 at 2:26 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Aditya >> >> Please fix the linter er

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Aditya Toshniwal
Hi, Attached is the updated patch. On Thu, Jun 30, 2022 at 2:26 PM Akshay Joshi wrote: > Hi Aditya > > Please fix the linter error and send the patch again. > > On Thu, Jun 30, 2022 at 2:12 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> Attached is the rebased

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Akshay Joshi
Hi Aditya Please fix the linter error and send the patch again. On Thu, Jun 30, 2022 at 2:12 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Attached is the rebased patch. > > On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Aditya Toshniwal
Hi, Attached is the rebased patch. On Thu, Jun 30, 2022 at 2:06 PM Akshay Joshi wrote: > Hi Aditya > > Can you please rebase and send the patch again. > > On Thu, Jun 30, 2022 at 1:56 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached patch fixes t

Re: [pgAdmin][patch] Theme component usage fix

2022-06-30 Thread Akshay Joshi
Hi Aditya Can you please rebase and send the patch again. On Thu, Jun 30, 2022 at 1:56 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the usage of the Theme component. > Please note, a component should not be wrapped in multiple Theme > com

Re: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-30 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Jun 21, 2022 at 7:53 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch removes dynamic module loading and replaces it with > fixed/static module loading. This can potentially reduce the app > startup time. > Patch a

Re: [pgAdmin][patch] File name not reflecting on query tool new tab title

2022-06-28 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Jun 28, 2022 at 5:52 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the issue. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-27 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Jun 27, 2022 at 1:55 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > PFA patch to update the layout Id for the debugger, to resolve the issue > sometime the query tool layout is not loading due to the same layout ID for > the debugger.

  1   2   3   4   5   6   7   8   9   10   >