Re: Require suggestions on feature #5766

2025-04-16 Thread Anil Sahoo
Hi Dave, FYI auto_update_url can be anything, and it's optional to give a version number. Thanks On Thu, Apr 17, 2025 at 11:06 AM Anil Sahoo wrote: > Hi Dave, > > Yes zip files will have the version number, here is an > example: pgadmin4-9.2-arm64.zip. > > Yes, version number will be included

Re: Require suggestions on feature #5766

2025-04-16 Thread Anil Sahoo
Hi Dave, Yes zip files will have the version number, here is an example: pgadmin4-9.2-arm64.zip. Yes, version number will be included in the earlier mentioned URL. Also I will keep the field names in lower case. Thanks On Wed, Apr 16, 2025 at 7:15 PM Dave Page wrote: > Hi > > On Wed, 16 Apr

Re: Require suggestions on feature #5766

2025-04-16 Thread Dave Page
Hi On Wed, 16 Apr 2025 at 11:38, Anil Sahoo wrote: > Hi Dave, > > As we discussed in the last meeting, along with your suggestion to add a > key in pgaweb's versions.json indicating the source URL for downloading > updates for the auto-update feature, I propose the following approach. We > will

Re: Require suggestions on feature #5766

2025-04-16 Thread Anil Sahoo
Hi Dave, As we discussed in the last meeting, along with your suggestion to add a key in pgaweb's versions.json indicating the source URL for downloading updates for the auto-update feature, I propose the following approach. We will need to make corresponding changes in the pgaweb repository to su

Re: Require suggestions on feature #5766

2025-03-19 Thread Anil Sahoo
Okay, I will implement it as per the suggestions. Thanks On Wed, Mar 19, 2025 at 5:14 PM Dave Page wrote: > > > On Wed, 19 Mar 2025 at 10:58, Anil Sahoo > wrote: > >> Hi Dave, >> >> As discussed I moved with auto-update of pgAdmin 4 application in macOs >> system locally. It is successful. >>

Re: Require suggestions on feature #5766

2025-03-19 Thread Dave Page
On Wed, 19 Mar 2025 at 10:58, Anil Sahoo wrote: > Hi Dave, > > As discussed I moved with auto-update of pgAdmin 4 application in macOs > system locally. It is successful. > So now I have to do some additional user experience improvements. > > Listing down some ways we can show the user that a new

Re: Require suggestions on feature #5766

2025-03-19 Thread Anil Sahoo
Hi Dave, As discussed I moved with auto-update of pgAdmin 4 application in macOs system locally. It is successful. So now I have to do some additional user experience improvements. Listing down some ways we can show the user that a new version is available and he can download and install it. *Op

Re: Require suggestions on feature #5766

2024-12-05 Thread Dave Page
Hi On Wed, 4 Dec 2024 at 05:19, Anil Sahoo wrote: > Hi Dave, > > For Windows, I checked how pgAdmin works for machine-wide installations as > admin1 (Administrator), and there is another admin user like admin2 > (Administrator), and normal users are user1 and user2. When logged in as > other men

Re: Require suggestions on feature #5766

2024-12-03 Thread Anil Sahoo
Hi Dave, For Windows, I checked how pgAdmin works for machine-wide installations as admin1 (Administrator), and there is another admin user like admin2 (Administrator), and normal users are user1 and user2. When logged in as other mentioned users, I was able to use pgAdmin, but when I tried to upg

Re: Require suggestions on feature #5766

2024-11-29 Thread Dave Page
Hi On Thu, 28 Nov 2024 at 11:38, Anil Sahoo wrote: > Hi Dave, > > I have mentioned the requirements for the deployment server to add > auto-update in macOs systems. > > > The frontend will request deployment server with Accept: application/json > and the current version of pgAdmin and the archit

Re: Require suggestions on feature #5766

2024-11-28 Thread Anil Sahoo
Hi Dave, I have mentioned the requirements for the deployment server to add auto-update in macOs systems. The frontend will request deployment server with Accept: application/json and the current version of pgAdmin and the architecture of macOs system and server will check if any update is avail

Re: Require suggestions on feature #5766

2024-11-27 Thread Dave Page
Hi! On Wed, 27 Nov 2024 at 07:58, Anil Sahoo wrote: > Hi Dave/Team, > > I am currently working on the auto-update feature of pgAdmin 4 desktop > application, #5766 . > > > As we are using Electron for shipping our desktop application, I have g