Akshay Joshi
167bbe100e
Another attempt to fix signtool error on Windows
2024-10-15 14:48:14 +05:30
Akshay Joshi
4e7422ed4b
Fixed an issue where the Windows Installer was missing a Digital Certificate.
2024-10-15 13:32:11 +05:30
Dave Page
c0122a72c8
Update the Windows build to work with Meson-built PostgreSQL and winpgbuild.
2024-10-01 15:51:43 +01:00
Dave Page
ff838e43df
Make the vcredist filename configurable, as the name has changed in newer VC++ releases.
2024-10-01 12:38:47 +01:00
Dave Page
9f64f5b8db
Copy liblz4 and libzstd libraries if present in the PostgreSQL build.
2024-09-20 11:47:43 +01:00
Aditya Toshniwal
f451f89d38
Cleanup yarn cache before bundling the installers to reduce size
2024-08-30 14:09:53 +05:30
Aditya Toshniwal
e7981c7f11
Fix windows, linux builds as pgAdmin 4 desktop is not opening.
2024-08-20 13:05:59 +05:30
Aditya Toshniwal
546806c40c
Always use latest version of Electron in package.json and in builds
2024-08-01 16:03:05 +05:30
Aditya Toshniwal
ca7e93cc2c
Fix failing windows builds by using Yarn v3
2024-08-01 15:00:30 +05:30
Aditya Toshniwal
4ee76ba8c9
Build changes to sign pgAdmin4.exe and use yarn v3 on linux builds
2024-08-01 13:18:01 +05:30
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