Commit graph

7 commits

Author SHA1 Message Date
Gerald Pinder
2e304e2e8a chore: Fix clippy lints 2025-02-04 18:28:18 -05:00
Gerald Pinder
1671ea2143 feat(prune)!: Create prune command 2024-11-27 14:30:29 -05:00
Gerald Pinder
e67a427dc3 chore: Send log files to ~/.cache/bluebuild 2024-11-03 21:39:08 -05:00
Gerald Pinder
0c52cf6a54 refactor: Swtich to using bon for builder pattern 2024-09-21 18:42:28 -04:00
Gerald Pinder
4296085bf4 feat: Display list of image refs at the end of a build 2024-09-07 18:58:04 -04:00
Gerald Pinder
7c4eee2862 fix: Ensure that debug logs header for builds properly display the time 2024-08-31 12:36:28 -04:00
Gerald Pinder
8ce83ba7ff
refactor: Create SigningDriver and CiDriver (#197)
This also includes a new `login` command. The signing and CI logic is now using the Driver trait system along with a new experimental sigstore signing driver. New static macros have also been created to make implementation management easier for `Command` usage and `Driver` trait implementation calls.

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2024-08-12 23:52:07 -04:00
Renamed from utils/src/logging.rs (Browse further)