126 Commits
Author SHA1 Message Date
Caelan Sayler 1d5c984c14 Fix azure folder uploading and align with s3 implementation 2025-09-24 23:56:49 +01:00
azegallo 095567789a Add folder support to Azure blob storage commands
This change adds a --folder parameter to both 'vpk upload az' and 'vpk download az' commands, allowing users to organize releases in subdirectories within their Azure blob containers.

Key changes:
- Added Folder property to AzureUploadOptions and AzureDownloadOptions
- Modified AzureRepository to prepend folder paths to all blob operations
- Updated upload, download, and delete operations to work with folder paths
- Retention policy (--keepMaxReleases) correctly handles files in folders
- Release index and legacy release files are stored in the specified folder

This enables multiple applications or environments to share a single Azure container by using folders as isolated namespaces. For example:
- vpk upload az --folder "releases/v1" ...
- vpk download az --folder "releases/v1" ...

The implementation is backward compatible - existing deployments without folders continue to work as before.
2025-09-24 23:56:49 +01:00
Caelan Sayler ed8600eee5 Fix bug in GithubSource when an access token is not provided 2025-06-07 07:18:28 +01:00
Caelan Sayler f9902bb51a Try chmod update.exe for linux systems test 2025-05-23 18:42:24 +01:00
Caelan Sayler 6b08ff0a21 Refactor code and add tests 2025-05-23 18:42:24 +01:00
Caelan Sayler 53bf55cace Refactor namespaces 2025-05-23 18:42:24 +01:00
renovate[bot] c618758f66 Update dotnet packages 2025-05-16 17:17:50 +01:00
Caelan Sayler 49fd9577d4 Fix failing tests 2025-05-13 11:09:34 +01:00
Caelan Sayler c1f33c19a0 Fix Squirrel CLI migrations by adding --updateSelf 2025-05-13 11:09:34 +01:00
renovate[bot] 9db4290a7d Update dotnet packages 2025-04-16 08:59:41 +01:00
renovate[bot] 7dc924e184 Update dotnet packages 2025-03-14 10:33:08 +00:00
Caelan Sayler 60890b7bba Remove Msft.Logging from C# lib 2025-03-13 00:01:35 +00:00
renovate[bot] 588d287ae7 Update dotnet packages 2025-03-02 22:18:00 +00:00
renovate[bot] dda025d5d2 Update dotnet packages 2025-02-16 10:22:28 -07:00
Kevin Bost c8688ebefb Addressing PR feedback.
Moved the MSI generation to the Windows pack from the base class.
Renamed the enum to better reflect its purpose.
2025-02-02 19:47:42 +00:00
Kevin Bost e9871e1656 Re-implemented msi installer based on Clowd.Squirrel
This re-implements the msi installer that was present inside of Clowd.Squirrel. This is hidden behind some hidden options.
2025-02-02 19:47:42 +00:00
Caelan Sayler fa0f0ea8bf Add missing using 2025-01-30 12:04:49 +00:00
renovate[bot] 2697268f4f Update dotnet packages 2025-01-30 12:04:49 +00:00
Remco Fischer 29a8edf032 test: Add Gitea Deployment test 2025-01-30 09:42:34 +00:00
renovate[bot] c39e6de361 Update dependency Octokit to v14 2025-01-11 07:49:19 +00:00
Caelan Sayler 7fb630543b fix nullable warning 2024-12-30 13:15:32 +00:00
Caelan Sayler 3e645b823a Replace AuthenticodeTools with Microsoft.Security.Extensions 2024-12-30 13:15:32 +00:00
Caelan Sayler 6eb35b8a81 Refactor projects & add NSwag codegen 2024-12-29 09:48:11 +00:00
Kevin B 01c6878c7b Disabling signing tests from PRs on remote forks (#420) 2024-12-21 11:19:05 -08:00
renovate[bot] 3a2d4d049e Update dotnet packages 2024-12-20 17:39:40 +00:00
renovate[bot] e6d9983073 Update dotnet deps 2024-12-20 15:53:35 +00:00
Kevin Bost 0a0ba01c90 Fixing build warnings 2024-12-17 09:03:11 +00:00
Caelan Sayler 2ee986fc7e Do not skip AZ signing test in CI 2024-12-17 09:03:11 +00:00
Caelan Sayler caff5a1e07 Fix azure signing tests 2024-12-17 09:03:11 +00:00
Kevin Bost 04e4bcb90d Fixing CR feedback 2024-12-17 09:03:11 +00:00
Kevin Bost 3c61874cef Sign tool update
WIP writing tests for Azure Code Signing

Fix issue to make sure we sign at least one file at a time

"Working" test with manually providing dependencies

Work on download dependencies.

Revert signtool.exe change
2024-12-17 09:03:11 +00:00
Caelan Sayler ddc10a2599 test GH requires channel 2024-12-01 22:06:08 +00:00
Caelan Sayler ec7ea0196d Combine AZ and B2 test together 2024-12-01 22:06:08 +00:00
Caelan Sayler 7809223872 Remove appimagelint, it is not helpful 2024-12-01 20:03:43 +00:00
Caelan Sayler 155fd9a4e5 Add .DirIcon to AppImages and lint AppImage on cross compile 2024-12-01 20:03:43 +00:00
Caelan Sayler 0c4359cfe8 Try and make legacy test more resilient 2024-12-01 19:18:37 +00:00
Kevin Bost d31d152485 Update tests 2024-11-25 06:35:54 +00:00
Caelan Sayler a5c33b27f5 Revert "Update dotnet deps to v9"
This reverts commit 8eedb37c8d.
2024-11-15 14:53:22 +00:00
renovate[bot] d1f7dc90a5 Update dotnet deps 2024-11-15 14:48:30 +00:00
renovate[bot] 8eedb37c8d Update dotnet deps to v9 2024-11-15 14:23:14 +00:00
renovate[bot] b013d873ac Update dotnet deps 2024-10-13 14:00:18 -06:00
renovate[bot] 14240047b3 Update dotnet deps 2024-10-12 13:39:53 -06:00
Caelan 3a84c1850c Make test retry/delay more aggressive 2024-10-07 21:31:56 -06:00
Caelan a130eed29b Remove deprecated argument from tests 2024-10-07 21:31:56 -06:00
Kevin Bost 53b111d0c5 Add retry to make test more resilient. 2024-09-30 06:26:37 -06:00
Caelan 5b39794079 Remove old simple json tests 2024-09-23 12:19:38 -06:00
Caelan 8347f29309 Refactor util into separate classes 2024-09-23 12:19:38 -06:00
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 0ae2639a65 Attempt to fix deployment test in the event of a race condition. 2024-09-20 22:33:44 -06:00