Commit Graph

2870 Commits

Author SHA1 Message Date
Caelan
cb9447821d Initial work on new netstandard symlink 2024-09-23 12:19:38 -06:00
Caelan
89955cad94 Replace local xunit logging project with new signed nuget package 2024-09-23 12:19:38 -06:00
Caelan
046bccb712 Remove use of deprecated IsUpdatePendingRestart 2024-09-22 16:19:12 -06:00
Caelan
9dd1081adb Fix dev sample scripts 2024-09-22 16:12:28 -06:00
Caelan
2e01ed53b2 Make appimage compression algorithm configurable 2024-09-22 15:44:41 -06:00
Caelan
6c06f7e09c remove another invalid appimage argument! 2024-09-22 11:43:04 -06:00
Caelan
4feb8cad52 remove invalid compressor argument 2024-09-22 11:05:12 -06:00
Caelan
75dd6973d6 Remove unused legacy appimage code 2024-09-22 10:39:19 -06:00
Caelan
b710fb96db Use zstd compression for appimage (#221) 2024-09-22 10:37:55 -06:00
Caelan
139013c35f Return asset from pending restart check 0.0.610 2024-09-20 22:58:58 -06:00
Caelan
bc8e05bf84 Add async overload for WaitExitThenApplyUpdates (see #213) 2024-09-20 22:58:58 -06:00
Kevin Bost
3c23c1eedd Allow for skipping update check 2024-09-20 22:35:33 -06:00
Alex
b282ae0b90 Update SetupBundle.cs
Fix In SetupBundle.cs   FindBundleHeader will throw new Exception("PlaceHolderNotFoundInAppHostException"); in IsBundle() when building large installer > 2.5Gb on windows system
The search pattern was never found
2024-09-20 22:33:58 -06:00
Caelan
0ae2639a65 Attempt to fix deployment test in the event of a race condition. 2024-09-20 22:33:44 -06:00
Caelan
52a896210a bring back netstandard2.0 target 2024-09-20 22:15:13 -06:00
Kevin Bost
b828850b45 Adding flow API command
This provide a hidden Velopack Flow API command. This allows for easier scripting directly against the API as it leveraging the built in auth.
2024-09-16 08:35:32 -06:00
Kevin Bost
f61ebbd9ff Fixes CVE-2024-45302
https://github.com/advisories/GHSA-4rr6-2v9v-wcpc
2024-09-11 07:47:43 -06:00
Kevin Bost
6115675fab Fix CVE-2024-38081
https://github.com/advisories/GHSA-hq7w-xv5x-g34j
2024-09-11 07:47:29 -06:00
Kevin Bost
b1689005e0 Fix CVE-2024-38095
Addresses https://github.com/advisories/GHSA-447r-wph3-92pm
2024-09-11 07:47:17 -06:00
Dan Balasescu
fa13183849 Fix updater search path in DEBUG builds 2024-09-11 07:46:52 -06:00
Marco Franzen
ca71471cbd fix semver version check - 0.0.1 is now allowed with a release label 2024-09-06 09:23:57 +01:00
Kevin Bost
933b2ab980 Fix CVE-2024-30105
https://www.nuget.org/packages/Gitea.Net.API/1.0.0
0.0.598-g933b2ab
2024-08-31 12:05:43 +01:00
Dan Balasescu
7e1090ff3f Fix --packTitle not considered for macOS bundles 2024-08-31 12:05:29 +01:00
Dan Balasescu
3c8ddf227c Add failing test 2024-08-31 12:05:29 +01:00
Marco Franzen
8fb1469e6e fix semver version check - 0.0.1 is now allowed with a release label 2024-08-28 15:56:57 +01:00
Caelan Sayler
7394f01b51 add enhancement label to feature requests 0.0.594 2024-08-11 18:48:33 +01:00
Caelan Sayler
e837965607 more issue template cleanup 2024-08-11 18:47:12 +01:00
Caelan Sayler
6ad27e4b19 move tweaks to issue templates 2024-08-11 18:44:18 +01:00
Caelan Sayler
0459797e27 fix issue template link 2024-08-11 18:39:58 +01:00
Caelan
c869fce2f9 Update issue templates (#199)
* Update issue templates

* update issue templates
2024-08-11 18:38:35 +01:00
Caelan Sayler
408772272b Make certain that async stdout streams are fully read with 0.0.589-g4087722 2024-08-08 20:29:56 +01:00
Caelan Sayler
240f3ed54e Fix std out/err in InvokeProcess 0.0.588-g240f3ed 2024-08-08 14:43:55 +01:00
Caelan Sayler
e1b8843c18 Remove sub-cargo lock files and update workspace 2024-08-06 23:15:43 +01:00
Caelan
53de2732d7 Fix bug compressing directories with deeply nested/recursive symlinks (#197) 0.0.586-g53de273 2024-08-06 23:06:37 +01:00
Caelan
3128d34b14 Rework solution structure to allow more types of library projects (#196)
* Rename avalonia & wpf samples

* Rename rest of samples

* fix sample readme

* Fix compat util tests

* rename / move all src projects

* remove package lock files and move libC# again

* Add rust lib and cargo workspace

* Replace locksmith lib with new filelocksmith-rs library

* Deprecated type

* fix setup compile

* Use thiserror for error handling

* Rename some enums and formatting

* Add missing SHA256

* wip c++ library

* cpp wip

* alphabetize readme

* Try to get build working again

* Fix some conditionally compiled bits

* cross config should be in workspace root

* Fix PathHelper for new rust target dir

* Missed one old path to velopack.csproj

* remove obsolete coverage code

* testawareapp.exe no longer exists
2024-08-06 22:56:40 +01:00
Caelan Sayler
7071d20292 DocFx is no longer being used. 2024-08-01 21:07:11 +01:00
Caelan
636ccb92a7 You can only set request timeout once... (#193) 0.0.583 2024-07-30 15:25:08 +01:00
Caelan
2ffc382ac2 Don't run shortcut logic in installer if no shortcut locations provided (#191) 0.0.582 2024-07-28 20:48:31 +01:00
Caelan Sayler
ed21e282d5 ci: still trying to fix test deadlock 2024-07-28 20:30:05 +01:00
Caelan Sayler
9f1987016f ci: fix typo in step condition 2024-07-27 22:41:23 +01:00
Caelan Sayler
130f8ebc8f ci: merge cross tests into regular packaging tests 2024-07-27 22:33:52 +01:00
Caelan Sayler
59fa8da1e2 Fix sample build 2024-07-27 22:33:40 +01:00
Caelan Sayler
10306c03ad Hopefully fix CI deadlock 2024-07-27 22:27:38 +01:00
Caelan Sayler
e2a1f5effd Update nuget packages 2024-07-27 22:04:39 +01:00
Caelan Sayler
e656c20084 Flow methods should not be virtual 2024-07-26 20:06:27 +01:00
Kevin B
94ed3aee8a Updating to use the new Velopack Flow APIs (#180)
* WIP

* Updated to use the new release group APIs

* cleanup and increase timeouts

---------

Co-authored-by: Caelan Sayler <git@caesay.com>
2024-07-26 15:28:14 +01:00
Kevin B
26ea959c8a Adding Timeout option to GitHub uploads (#176)
* Adding Timeout option to GitHub uploads

This exposes an optional argument when uploading to GitHub to set the timeout.

Related to this thread on the Discord. https://discord.com/channels/767856501477343282/1260543550089596940/1260543550089596940

* Override GithubClient timeout only for asset upload

---------

Co-authored-by: Caelan Sayler <git@caesay.com>
2024-07-26 15:21:23 +01:00
Enis Necipoglu
5195300183 Make Source methods virtual (#181) 2024-07-23 21:59:19 +01:00
Caelan
c0a9476c22 Properly detect universal binaries when packing .app bundles (#179) 0.0.571-gc0a9476 2024-07-17 12:53:20 +01:00
Kevin B
1aea8dd1dc Update to address CVE-2024-30105 (#175)
https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
2024-07-17 12:50:46 +01:00