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__
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(-)
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(-)
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
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(-)
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 change
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.or