pgAdmin 4 commit: Implemented runtime using NWjs to open pgAdmin4 in a

2021-01-29 Thread Akshay Joshi
Implemented runtime using NWjs to open pgAdmin4 in a standalone window
instead of the system tray and web browser. Used NWjs to get rid of QT
and C++. Fixes #5967

Use cheroot as the default production server for pgAdmin4. Fixes #5017

Branch
--
master

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

Modified Files
--
.gitignore |3 +-
DEPENDENCIES   |  927 +
Make.bat   |  204 +-
Makefile   |2 +-
README |   84 +-
docs/en_US/code_overview.rst   |   10 +-
docs/en_US/coding_standards.rst|   48 -
docs/en_US/desktop_deployment.rst  |   46 +-
docs/en_US/release_notes_5_0.rst   |7 +-
pkg/debian/build.sh|4 +-
pkg/debian/setup.sh|2 +-
pkg/linux/build-functions.sh   |   72 +-
pkg/linux/pgadmin4-128x128.png |  Bin 0 -> 17062 bytes
pkg/linux/pgadmin4-16x16.png   |  Bin 0 -> 1673 bytes
pkg/linux/pgadmin4-32x32.png   |  Bin 0 -> 3302 bytes
pkg/linux/pgadmin4-48x48.png   |  Bin 0 -> 5559 bytes
pkg/linux/pgadmin4-64x64.png   |  Bin 0 -> 7603 bytes
pkg/linux/pgadmin4.desktop |2 +-
pkg/mac/.gitignore |2 -
pkg/mac/Info.plist-template_Python |   22 -
pkg/mac/Info.plist-template_Qt5|   22 -
pkg/mac/Info.plist.in  |   73 +
pkg/mac/PkgInfo|1 -
pkg/mac/README |   39 +-
pkg/mac/build-functions.sh |  475 ++---
pkg/mac/build.sh   |   49 +-
pkg/mac/dmg-background.png |  Bin 0 -> 718154 bytes
pkg/mac/dmg-icon.icns  |  Bin 0 -> 176578 bytes
pkg/mac/dmg-license.py |  166 --
pkg/mac/dmg.DS_Store   |  Bin 0 -> 10244 bytes
pkg/mac/entitlements.plist.in  |   12 +
pkg/mac/framework.conf.in  |   10 -
pkg/mac/pgAdmin4.icns  |  Bin 0 -> 431816 bytes
pkg/mac/pgadmin.Info.plist.in  |   28 -
pkg/redhat/build.sh|   29 +-
pkg/redhat/setup.sh|4 +-
pkg/win32/README.txt   |   31 +-
pkg/win32/installer.iss.in |5 +-
pkg/win32/sidebar.bmp  |  Bin 0 -> 792502 bytes
requirements.txt   |5 +-
runtime/.eslintignore  |6 +
runtime/.eslintrc.js   |   53 +
runtime/.gitignore |   13 +-
runtime/ConfigWindow.cpp   |  136 --
runtime/ConfigWindow.h |   46 -
runtime/ConfigWindow.ui|  652 --
runtime/FloatingWindow.cpp |  147 --
runtime/FloatingWindow.h   |   58 -
runtime/FloatingWindow.ui  |  155 --
runtime/Info.plist |   35 -
runtime/LogWindow.cpp  |  103 -
runtime/LogWindow.h|   40 -
runtime/LogWindow.ui   |  138 --
runtime/Logger.cpp |   63 -
runtime/Logger.h   |   33 -
runtime/MenuActions.cpp|  118 --
runtime/MenuActions.h  |   46 -
runtime/Runtime.cpp|  660 --
runtime/Runtime.h  |   69 -
runtime/Server.cpp |  363 
runtime/Server.h   |   56 -
runtime/TrayIcon.cpp   |  143 --
runtime/TrayIcon.h |   51 -
runtime/{ => assets}/pgAdmin4.png  |  Bin
runtime/assets/welcome_logo.svg|1 +
runtime/breeze.qrc |0
runtime/dark/branch_closed-on.svg  |0
runtime/dark/branch_closed.svg |0
runtime/dark/branch_open-on.svg|0
runtime/dark/branch_open.svg   |0
runtime/dark/checkbox_checked.svg  |0
runtime/dark/checkbox_checked_disabled.svg |0
runtime/dark/checkbox_indeterminate.svg|0
runtime/dark/checkbox_inde

pgAdmin 4 commit: Fixed Definition list ends without a blank line; unex

2021-01-29 Thread Akshay Joshi
Fixed Definition list ends without a blank line; unexpected unindent.

Branch
--
master

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

Modified Files
--
docs/en_US/desktop_deployment.rst | 2 ++
1 file changed, 2 insertions(+)



pgAdmin 4 commit: Use Python3 to create the Python env.

2021-01-29 Thread Dave Page
Use Python3 to create the Python env.

Branch
--
master

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

Modified Files
--
pkg/mac/build-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgAdmin 4 commit: We need python3 to be the default for building.

2021-01-29 Thread Dave Page
We need python3 to be the default for building.

Branch
--
master

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

Modified Files
--
pkg/mac/README | 3 +++
pkg/mac/build-functions.sh | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)



pgAdmin 4 commit: Fix typo

2021-01-29 Thread Dave Page
Fix typo

Branch
--
master

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

Modified Files
--
web/pgadmin/browser/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgAdmin 4 commit: Fix typo

2021-01-29 Thread Dave Page
Fix typo

Branch
--
master

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

Modified Files
--
web/pgadmin/browser/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



pgAdmin 4 commit: Limit the upgrade check to run once per day. Fixes #6

2021-01-29 Thread Dave Page
Limit the upgrade check to run once per day. Fixes #6187

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_0.rst | 1 +
web/pgadmin/browser/__init__.py  | 9 +++--
2 files changed, 8 insertions(+), 2 deletions(-)