Re: Revamped runtime vs. Version number

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Revamped runtime vs. Version number
Дата
Msg-id CA+OCxowBEXCqHUg_XGrQjY-ON_P7JiZGq6nA7jFDBAJFTh8sJA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Revamped runtime vs. Version number  (Robert Eckhardt <reckhardt@pivotal.io>)
Список pgadmin-hackers


On Thu, Feb 1, 2018 at 3:17 PM, Robert Eckhardt <reckhardt@pivotal.io> wrote:


On Thu, Feb 1, 2018 at 9:45 AM, Dave Page <dpage@pgadmin.org> wrote:
So there's been nothing but positive feedback about the PoC revamped runtime I asked folks on the lists to test. Thank you to everyone that did so.

With that in mind, I think we should use that in the next version and moving forwards, and bump the version number to 3.0 for the next release. Does anyone object to that plan?

+1

Is there anything that needs to be done to move this from PoC code we can help with?  

Thanks, but I don't think so. The only outstanding TODO on my list is to update the docs.
 

-- Rob
 

FYI, since the original PoC, I've made the following additional changes:

- Move to using a shared memory interlock to ensure only a single instance (per user, per copy of the executable) is run. This means if you have multiple copies of pgAdmin installed, they won't interact with each other, but a single copy is limited to a single instance per user.

- Add a log viewer. If startup fails (or other errors occur), the Python logs can now easily be viewed in the runtime.

- Tidied up the configuration dialogue.

- Added a config option to allow an alternate command to be run rather than executing the default browser. This allows any browser to be configured, using different profiles etc, as possible when launching on the command line.

- Made startup more robust so config options can be corrected without restarts if needed, and failures can be detected much more quickly.

- Cleaned up a bunch of redundant code.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Robert Eckhardt
Дата:
Сообщение: Re: Revamped runtime vs. Version number
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Don't include sizes on primitive datatypes thatshoul