Aditya Toshniwal
65a35ab23d
Fixed windows signature issue by passing SignTool using /S arg ISCC.exe instead of specifying the path in installer.iss
2025-07-14 15:12:29 +05:30
Aditya Toshniwal
b31c8f78c5
Fixed windows signature issue and specify SignTool in installer.iss file instead of calling signtool directly
2025-07-14 10:57:46 +05:30
Aditya Toshniwal
60c8e5fe05
Fixed an issue where windows installer is not signing tmp files generated by InnoSetup. #8420
...
Co-authored-by: stephannn <stephannn@users.noreply.github.com>
2025-07-10 15:35:02 +05:30
Akshay Joshi
1259d72643
Plugin workspace-tools is included by default starting from Yarn 4.
2025-06-09 11:57:02 +05:30
Akshay Joshi
cab1bc3cb4
Update yarn to version 4.
2025-06-06 19:08:32 +05:30
Khushboo Vashi
58715daf10
Remove all references to the DEPENDENCIES file.
2025-05-29 16:01:56 +05:30
Aditya Toshniwal
7c74b7cdb7
- Pin Electron to v35.4.0 as the v36 is not working on many OS.
...
- Pin html-to-image to v1.11.11 as latest version breaks ERD image downloads.
2025-05-27 13:02:11 +05:30
Akshay Joshi
695166bde5
Revert "Trying to fix pip error on Windows build machine. pin the pip version to 24.2"
...
This reverts commit 9ce0e77e61 .
2025-05-26 18:10:31 +05:30
Akshay Joshi
9ce0e77e61
Trying to fix pip error on Windows build machine. pin the pip version to 24.2
2025-05-26 13:28:28 +05:30
Akshay Joshi
4e52a8664c
Updated Javascript dependencies.
2025-03-03 19:00:59 +05:30
Aditya Toshniwal
e6d2334753
Pin Electron version to 33.3.2 as the versions above it fails to start on RHEL 8/Rocky 8
2025-02-05 19:10:39 +05:30
Akshay Joshi
99e1f005fc
Update Python version to 3.13
2025-01-15 13:44:34 +05:30
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