-
6486482858
Fix all build jobs: add cargo build --release before helper scripts, add abuild to apk deps, remove sudo from build-arch.sh
Echo
2026-04-12 23:16:17 +00:00
-
dedcae6006
Fix build-rpm: use existing build-rpm.sh script for proper rpmbuild setup
Echo
2026-04-12 22:43:29 +00:00
-
7ef7ec1d89
Fix build-rpm: use existing build-rpm.sh script for proper rpmbuild setup
Echo
2026-04-12 22:43:29 +00:00
-
dcc5a4e32e
Fix build-rpm: use separate mkdir commands and /root for reliable path creation
Echo
2026-04-12 22:11:08 +00:00
-
6648624c1e
Fix build-rpm: use separate mkdir commands and /root for reliable path creation
Echo
2026-04-12 22:11:08 +00:00
-
882933352b
Fix build-rpm: set up proper rpmbuild directory structure with source tarball
Echo
2026-04-12 21:23:48 +00:00
-
e9b7f78423
Fix build-rpm: set up proper rpmbuild directory structure with source tarball
Echo
2026-04-12 21:23:48 +00:00
-
cb342dddbd
Fix build-rpm: remove rpmbuild from apt-get (included in rpm package)
Echo
2026-04-12 20:50:28 +00:00
-
7d0021ae3e
Fix build-rpm: remove rpmbuild from apt-get (included in rpm package)
Echo
2026-04-12 20:50:28 +00:00
-
630fdf7480
Fix Gitea Actions: remove upload/download-artifact@v4 (GHES incompatible), use action-gh-release per job
Echo
2026-04-12 20:16:08 +00:00
-
7eab1b1559
Fix Gitea Actions: remove upload/download-artifact@v4 (GHES incompatible), use action-gh-release per job
Echo
2026-04-12 20:16:08 +00:00
-
be1c8b6731
Fix build-deb: copy .deb to workspace before upload (actions/upload-artifact requires non-relative paths)
Echo
2026-04-12 19:19:04 +00:00
-
bb1e59ab28
Fix build-deb: copy .deb to workspace before upload (actions/upload-artifact requires non-relative paths)
Echo
2026-04-12 19:19:04 +00:00
-
cd32094780
Fix build-deb: add build-essential to apt-get install (required by dpkg-buildpackage)
Echo
2026-04-12 18:43:47 +00:00
-
3052a96a8c
Fix build-deb: add build-essential to apt-get install (required by dpkg-buildpackage)
Echo
2026-04-12 18:43:47 +00:00
-
27dd3ac82e
Fix build jobs: remove sudo from apt-get commands (node:18 runs as root)
Echo
2026-04-12 18:18:36 +00:00
-
409f0bdd2e
Fix build jobs: remove sudo from apt-get commands (node:18 runs as root)
Echo
2026-04-12 18:18:36 +00:00
-
d84dd7e214
Fix build jobs: add Node.js for actions/checkout (deb/rpm containers, apk/arch packages)
Echo
2026-04-12 17:35:02 +00:00
-
73495aad17
Fix build jobs: add Node.js for actions/checkout (deb/rpm containers, apk/arch packages)
Echo
2026-04-12 17:35:02 +00:00
-
59037f68f0
Fix Duration import: add #[allow(unused_imports)] for test-only usage
Echo
2026-04-12 16:58:27 +00:00
-
ffa468a149
Fix Duration import: add #[allow(unused_imports)] for test-only usage
Echo
2026-04-12 16:58:27 +00:00
-
573917ffdf
Apply cargo fmt formatting to packages/mod.rs
Echo
2026-04-12 16:49:07 +00:00
-
d84155c58d
Apply cargo fmt formatting to packages/mod.rs
Echo
2026-04-12 16:49:07 +00:00
-
199f09ae32
Fix remaining clippy errors: restore Duration import, fix test assertion syntax
Echo
2026-04-12 16:44:43 +00:00
-
12b49acba8
Fix remaining clippy errors: restore Duration import, fix test assertion syntax
Echo
2026-04-12 16:44:43 +00:00
-
44b223102c
Fix final 3 clippy errors: remove unused Duration, allow dead_code and assertions_on_constants
Echo
2026-04-12 16:28:52 +00:00
-
526c36a183
Fix final 3 clippy errors: remove unused Duration, allow dead_code and assertions_on_constants
Echo
2026-04-12 16:28:52 +00:00
-
ad59cc5d7e
Fix remaining clippy warnings: prefix unused benchmark params, allow dead_code on struct field
Echo
2026-04-12 16:11:50 +00:00
-
59aab77371
Fix remaining clippy warnings: prefix unused benchmark params, allow dead_code on struct field
Echo
2026-04-12 16:11:50 +00:00
-
8ffe2068d7
Fix clippy compilation errors: restore required imports, prefix unused variables
Echo
2026-04-12 15:52:08 +00:00
-
f2c6d088c8
Fix clippy compilation errors: restore required imports, prefix unused variables
Echo
2026-04-12 15:52:08 +00:00
-
f5a0ce71cb
Apply cargo fmt formatting to clippy fixes
Echo
2026-04-12 15:26:57 +00:00
-
409f1a4517
Apply cargo fmt formatting to clippy fixes
Echo
2026-04-12 15:26:57 +00:00
-
f1a76e33f3
Fix clippy warnings: remove unused imports/variables/functions, derive Default, fix comparisons
Echo
2026-04-12 15:23:02 +00:00
-
4e6848020d
Fix clippy warnings: remove unused imports/variables/functions, derive Default, fix comparisons
Echo
2026-04-12 15:23:02 +00:00
-
2857f06280
Fix: Add libsystemd-dev and pkg-config to clippy, test, audit jobs
Echo
2026-04-12 15:03:22 +00:00
-
0ba2dc2310
Fix: Add libsystemd-dev and pkg-config to clippy, test, audit jobs
Echo
2026-04-12 15:03:22 +00:00
-
24e7d9a796
Apply cargo fmt formatting to fix CI/CD fmt job
Echo
2026-04-12 14:13:36 +00:00
-
17254e5217
Apply cargo fmt formatting to fix CI/CD fmt job
Echo
2026-04-12 14:13:36 +00:00
-
9ae2b8c48d
Fix: Add container: node:18 to jobs missing Node.js for actions/checkout
Echo
2026-04-12 14:08:54 +00:00
-
fa6cf0dba7
Fix: Add container: node:18 to jobs missing Node.js for actions/checkout
Echo
2026-04-12 14:08:54 +00:00
-
6febde7538
Fix runner label: use linux instead of self-hosted to match runner labels
Echo
2026-04-12 04:56:36 +00:00
-
5cc719ed92
Fix runner label: use linux instead of self-hosted to match runner labels
Echo
2026-04-12 04:56:36 +00:00
-
666f701ef7
Fix runner label mismatch: use self-hosted instead of ubuntu-latest
Echo
2026-04-12 03:35:47 +00:00
-
1f5d1e99d5
Fix runner label mismatch: use self-hosted instead of ubuntu-latest
Echo
2026-04-12 03:35:47 +00:00
-
b89cf2cafa
Fix Gitea Actions: downgrade checkout@v4 to checkout@v2 for Node.js compatibility
Echo
2026-04-10 23:07:56 +00:00
-
40af3c00f6
Fix Gitea Actions: downgrade checkout@v4 to checkout@v2 for Node.js compatibility
Echo
2026-04-10 23:07:56 +00:00
-
dd9543696a
Fix YAML syntax: quote glob pattern in upload-artifact
Echo
2026-04-10 03:13:10 +00:00
-
690ac12afb
Fix YAML syntax: quote glob pattern in upload-artifact
Echo
2026-04-10 03:13:10 +00:00
-
4cab32d3a8
Add multi-platform build scripts
Echo
2026-04-10 02:01:46 +00:00
-
943aafbec2
Add multi-platform build scripts
Echo
2026-04-10 02:01:46 +00:00
-
3b884c344d
Update CI/CD for multi-platform package builds
Echo
2026-04-10 01:53:36 +00:00
-
7891fb8d91
Update CI/CD for multi-platform package builds
Echo
2026-04-10 01:53:36 +00:00
-
be4b63dca0
Add v1.0.0 release packages (.deb)
Echo
2026-04-10 01:50:53 +00:00
-
95f8b31ba6
Add v1.0.0 release packages (.deb)
Echo
2026-04-10 01:50:53 +00:00
-
65cfb40abb
v1.0.0 Release - All Phases Complete
Echo
2026-04-10 01:41:19 +00:00
-
b615a5639e
v1.0.0 Release - All Phases Complete
Echo
2026-04-10 01:41:19 +00:00
-
10518e0535
Phase 1: Internal CA setup documentation
Echo
2026-04-09 19:14:37 +00:00
-
ab53177210
Phase 1: Internal CA setup documentation
Echo
2026-04-09 19:14:37 +00:00
-
145df1b3c8
Phase 1: Foundation - CI/CD, systemd service, test framework
Echo
2026-04-09 19:12:45 +00:00
-
a5b3f9b05a
Phase 1: Foundation - CI/CD, systemd service, test framework
Echo
2026-04-09 19:12:45 +00:00
-
2b13d67957
Fix Phase 0 compilation errors - validation fixes
Echo
2026-04-09 18:23:33 +00:00
-
adb5a1bea6
Fix Phase 0 compilation errors - validation fixes
Echo
2026-04-09 18:23:33 +00:00
-
afcd172ee5
Phase 0: Rust project scaffolding (M0 complete)
Echo
2026-04-09 18:15:35 +00:00
-
46dbbbbfce
Phase 0: Rust project scaffolding (M0 complete)
Echo
2026-04-09 18:15:35 +00:00
-
-
eba8849986
M1: Complete all specification documents (kiro standards)
Echo
2026-04-09 13:49:00 +00:00
-
5787f453b4
Initial commit: Base spec-driven files following kiro standards
Echo
2026-04-09 02:27:20 +00:00