Aditya Toshniwal
91eb60a363
Replace pgAdmin NW.js container with Electron container. #7494
2024-07-01 11:27:42 +05:30
Dave Page
7c5554ea31
Fix the filename for the zlib library.
...
Our build originally relied on a cmake/msbuild build of zlib,
however, this is not the recommended way of building zlib
(although it is the obvious one). We now build using nmake and
copy, which results in a minor change of the filename.
This is also consistent with what the PostgreSQL build system
expects.
2024-05-21 16:29:59 +01:00
Ashesh Vashi
d09833744a
Separate the application name, branding & version information from the configuration file. #7187
2024-02-09 16:25:03 +05:30
Dave Page
e5c249e81c
Remove version from SSL libs
2023-09-04 15:35:56 +01:00
Khushboo Vashi
ed8aeed818
Remove backslash from the directory path to fix the SBOM generation issue on Windows.
2023-08-31 12:30:40 +05:30
Khushboo Vashi
0b91244f91
Another attempt to fix SBOM Windows issue.
2023-08-30 11:21:08 +05:30
Khushboo Vashi
46c67a2f4e
Fix SBOM generation issue on Windows.
2023-08-28 15:42:39 +05:30
Akshay Joshi
33b2b82ba9
Pin NW.js to 0.77.0, as the latest version crashes after an attempt to reopen the fullscreen window.
2023-08-16 13:05:35 +05:30
Khushboo Vashi
e80d55e968
Use a consistent name for sbom files.
2023-08-11 15:12:26 +05:30
Khushboo Vashi
48bfc66048
Generate software bill of materials as part of the package builds. #3702
2023-08-03 16:08:59 +05:30
Akshay Joshi
e177344ae1
Sign the pgAdmin4.exe file using signtool before creating the installer.
2023-07-25 17:19:46 +05:30
Dave Page
8651a1ed45
Don't silence progress messages when building the windows installer.
2023-07-24 15:45:21 +01:00
Akshay Joshi
878c14dec0
Attempt to fix windows build with npm rebuild command.
2023-06-20 17:33:22 +05:30
Aditya Toshniwal
16e8df8f78
Cleanup Make.bat to use latest NW.js. #6080
2023-05-16 11:40:00 +05:30
Pravesh Sharma
c067289012
Fixed an issue where win 10 was not showing pgAdmin icon on taskbar for NW.js v0.73 and above. #6080
2023-05-15 21:43:32 +05:30
Aditya Toshniwal
c80f760d07
Pin NW.js to 0.72.0 in build files
2023-04-03 15:21:14 +05:30
Aditya Toshniwal
ec86152396
Revert audit fix changes and ignore the low severity Vulnerability.
2023-01-31 13:01:52 +05:30
Aditya Toshniwal
cdcc4e7314
Fix python audit issues.
2023-01-31 11:20:36 +05:30
Akshay Joshi
10c6a4f8dc
1) Unpin Sphinx version as the issue has been fixed in v 6.1.3
...
2) Update release note
2023-01-17 17:30:22 +05:30
Akshay Joshi
9fd949335b
Pin Sphinx version to 6.1.1 as latest version throws some error.
2023-01-09 11:28:33 +05:30
Aditya Toshniwal
cbea043ca1
Allow YouTube video demo links to be added to appropriate pgAdmin documentation. #5563
2022-12-19 10:45:45 +05:30
Akshay Joshi
368d71b6ce
The latest version of NWjs should be used.
2022-10-31 18:31:10 +05:30
Akshay Joshi
e8f0454b39
Downgrade NWjs to 0.62.2. The latest version does not work on Ubuntu 20.04.
...
refs #7442
2022-06-21 16:49:43 +05:30
Akshay Joshi
5f81d2b4b1
The community has fixed the blocking issue at startup, so unpin the NWjs version and pick the latest.
2022-05-23 17:54:09 +05:30
Akshay Joshi
b38847680b
Changed the timestamp server to sign the Windows installer.
2022-04-06 15:01:54 +05:30
Akshay Joshi
0f5d4cd7b7
Fixed an issue where pgAdmin 4 took ~75 seconds to display the 'Starting pgAdmin' text on the splash screen. Fixes #7230
2022-03-10 19:02:11 +05:30
Akshay Joshi
d2efee5943
Use Robocopy only to copy web directories, and XCOPY for all other operations.
2022-02-15 16:11:22 +05:30
Akshay Joshi
0010935707
Ensure Robocopy exit codes are handled properly.
2022-02-15 12:56:59 +05:30
Akshay Joshi
e90b3dad01
Fix an insufficient memory issue by replacing the XCOPY with the ROBOCOPY command for Windows.
2022-02-14 13:23:25 +05:30
Akshay Joshi
4ee9a95360
Remove the hardcoded version of NWjs from build scripts.
2021-12-09 10:39:21 +05:30
Akshay Joshi
f6a9af0aa4
Hardcoded the version of NWjs to 0.55.0 in the build scripts, as the latest version cause some problems.
2021-09-28 10:07:59 +05:30
Dave Page
5e40f9904d
Make 'kerberos' an optional feature in the Python wheel, to avoid the need to install MIT Kerberos on the system by default. Tidy up the Python versioning a little whilst passing. Fixes #6268
2021-03-08 11:33:08 +00:00
Dave Page
544483ae1f
Remove the "launch now" option in the Windows installer, as UAC could cause it to run as an elevated user. Fixes #5628
...
While we're passing, fix a couple of InnoSetup build warnings and remove some unnecessary code.
2021-02-26 16:24:39 +00:00
Dave Page
6683522491
Try to make the NWJS download a little more reliable.
2021-02-03 13:00:25 +00:00
Dave Page
db1eb75298
Don't include unnecessary doc files in the build.
2021-02-03 11:17:43 +00:00
Dave Page
cb3801a5e8
Upgrade pip in a windows compatible way.
2021-02-03 10:47:48 +00:00
Akshay Joshi
102ffd141c
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
2021-01-29 13:38:27 +05:30
Dave Page
446c2a19a5
Fix Windows build.
2021-01-25 09:09:36 +00:00
Khushboo Vashi
45fa74ae46
Updated Windows installer script for Kerberos support.
2021-01-21 16:29:03 +05:30
Dave Page
0bd77937de
Timestamp servers are few and far between now :-/
2021-01-13 15:02:54 +00:00
Dave Page
6a43c3d90b
Use a working timestamp server.
2021-01-13 11:40:11 +00:00
Dave Page
04ce8b2c71
Include LICENSE and DEPENDENCIES [inventory] files in official packages. Fixes #5577
...
Whilst passing, rename libraries.txt to DEPENDENCIES and update the list of static packages.
2020-07-17 17:06:16 +01:00
Dave Page
1485ff338f
Don't use the venv to create the venv on Windows as it doesn't allow python.exe to be relocated on Windows. Use the tried and tested virtualenv instead. Fixes #5595
2020-06-09 16:28:36 +01:00
Dave Page
67c978b7a4
Don't use virtualenv to create the venv on Windows.
2020-06-01 10:32:41 +01:00
Dave Page
676fec8694
Cleanup Windows build scripts and ensure Windows x64 builds will work. Fixes #5574
2020-06-01 09:52:24 +01:00
Dave Page
94bd1f1680
Cleanup Python detection in the runtime project file. Fixes #5444
2020-05-04 10:20:51 +01:00
Neel Patel
870bcbd932
SVG image format plugin is added to render the image file from stylesheet. And also removed the theme components staging files used during windows and Mac bundling.
2020-04-22 18:47:13 +05:30
Neel Patel
b0b60da84a
Fixed an issue where the checkbox is not visible on Configuration dialog in runtime for the dark theme. Fixes #5402
2020-04-20 19:16:32 +05:30
Neel Patel
65bc196eba
Fix the bundling issue of dark mode runtime support for Windows and Mac.
2020-04-14 15:19:39 +05:30
Dave Page
7f667f5761
Add support for OpenSSL 1.1.1 to the Windows installer build.
2019-08-08 15:07:11 +01:00