From: | Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io> |
---|---|
To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | [pgadmin][patch] Electron version 4.X |
Date: | 2018-06-04 21:27:21 |
Message-ID: | CAE+jjanDYhJaFHvxpv-N1mKuCsYMnwZUiOYH88-Bj+hxFesU+A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi Hackers,
Attached you can find the patch that introduces electron to our code base.
What do we provide with this patch:
- Start the pgAdmin server from Electron
- When starting pgAdmin, the user is shown a window that tells them that
pgAdmin is loading.
- Once the server has started, the loading window disappears and opens
pgAdmin in a window
- Desktop user has the ability to open up new windows to work in.
- When you close pgAdmin it properly shuts everything down.
- Stop using copy of web folder for development
`
This is the initial patch for people to start paying around with the
electron version. There might be things that are not working.
What we know:
- Logging is not working on windows
- We are not packaging any pg_* executables
- Consistent/Centralized versioning between Electron and pgAdmin Server
We generated builds for:
- MacOs:
https://storage.googleapis.com/pgadmin-binaries/pgAdmin-4.0.4%2Bdev.darwin.zip
- Ubuntu/Debian 64 bit:
https://storage.googleapis.com/pgadmin-binaries/pgAdmin_4.0.4~dev_amd64.linux.zip
- Windows 64 Bit:
https://storage.googleapis.com/pgadmin-binaries/pgAdmin-4.0.5-dev-windows.zip
- Runtime code is still present
- Didn’t update the make scripts
We added some instructions on how to build these 3 binaries in
electron/Readme.md
Thanks
Joao
Attachment | Content-Type | Size |
---|---|---|
electron-4.0.patch | application/octet-stream | 322.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Khushboo Vashi | 2018-06-05 03:39:51 | Re: [pgadmin4][Patch]: Test cases for the backup module |
Previous Message | Joao De Almeida Pereira | 2018-06-04 19:38:25 | Re: [pgAdmin4][RM#3289] Can't query SQL_ASCII database. |