34 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 53bf55cace Refactor namespaces 2025-05-23 18:42:24 +01:00
Kevin Bost 81a44aee91 Adding --signExclude parameter
This allows the caller to specify a regex pattern to exclude files. When specified the default filter no longer applies
2025-01-14 07:48:11 +00:00
Caelan Sayler dddfd31d09 Move packaging commands into own folder 2024-12-29 09:48:11 +00:00
Ben Evans ea0a6ce8b7 Add --timeout as a cli option 2024-12-01 22:06:08 +00:00
Caelan 8347f29309 Refactor util into separate classes 2024-09-23 12:19:38 -06: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 e2a1f5effd Update nuget packages 2024-07-27 22:04:39 +01:00
Caelan Sayler bfb469566a Add cross-compiling support 2024-06-04 21:23:57 +01:00
Alex 1c376f95ee Vpk Upload GitHub - add targetCommitish option 2024-05-16 21:28:03 +01:00
Caelan Sayler d0f73c5d63 Remove outdated test 2024-03-30 16:32:54 +00:00
Caelan Sayler 39b074f557 This was a dumb test 2024-03-28 14:07:03 +00:00
Caelan Sayler 38060b0a14 Adjust dir test for unix 2024-03-28 11:25:20 +00:00
Caelan Sayler ed00aaefe3 Add some basic option mapper tests to catch source gen errors 2024-03-28 11:17:36 +00:00
Caelan Sayler 3694c31bb3 Fix command line tests 2024-03-28 11:11:23 +00:00
Caelan Sayler 1d47c9bd04 Add local upload command 2024-03-28 10:45:02 +00:00
Caelan Sayler f16bfe5349 Remove ObjectRepository container concept 2024-03-28 09:44:26 +00:00
Caelan Sayler 2acfab1e8c Re-organise vpk commands to sub folders 2024-03-27 20:50:53 +00:00
Caelan Sayler d098cc5a7f Refactor S3 and Azure common code into ObjectRepository 2024-03-27 20:39:01 +00:00
Caelan Sayler 47007c8a2a Update solution nuget packages 2024-03-27 17:44:51 +00:00
Bruce Horn bfb834b5da Added Azure Blob Container support. 2024-03-27 17:40:02 +00:00
Caelan Sayler c38924f94f Remove obsolete tests 2024-03-26 21:25:51 +00:00
Caelan Sayler 5943e33e16 fix typo's 2024-02-04 18:56:45 +00:00
Alexandru Neamtu 93794c2cc9 Renamed the command path to local. 2024-02-04 07:53:10 -05:00
Alexandru Neamtu 9354fb087f Added the command to download latest release with a path. 2024-02-03 22:17:31 -05:00
Caelan Sayler 7cc73f584e Swap out AutoMapper for Mapperly 2024-01-26 10:35:50 +00:00
Caelan Sayler 90d685bb21 Decouple Spectre from Packaging, refactor command/compat 2024-01-25 21:28:18 +00:00
Caelan Sayler 98bfc22898 Fix failing tests 2024-01-15 13:12:57 +00:00
Caelan Sayler 2e7ffeb883 Code cleanup 2024-01-04 16:28:42 +00:00
Caelan Sayler 99f66c581a Refactor channels, deployment repositories 2024-01-03 17:16:50 +00:00
caesay 90fb5cd38d Refactor osx commands to be more similar to windows 2024-01-01 10:45:46 +00:00
Caelan Sayler 1d20f014d6 Rename classes and namespaces 2023-12-31 11:09:44 +00:00
Caelan Sayler eff71d9b3f Rename to Velopack 2023-12-31 11:01:56 +00:00