Private
Public Access
1
0

Commit Graph

  • 3723d97427 fix: resolve all build job failures Echo 2026-04-27 00:37:51 +00:00
  • 392a08abb7 fix: resolve all 4 build job failures Echo 2026-04-27 00:19:32 +00:00
  • 3326fa4445 fix: resolve all 4 build job failures Echo 2026-04-27 00:19:32 +00:00
  • 256238eae6 fix: add build-essential/gcc for Rust linker Echo 2026-04-27 00:07:20 +00:00
  • 79b7080237 fix: add build-essential/gcc for Rust linker Echo 2026-04-27 00:07:20 +00:00
  • 9cef189d57 fix: use curl+tar checkout (act runners lack git) Echo 2026-04-27 00:00:49 +00:00
  • bac1947e14 fix: use curl+tar checkout (act runners lack git) Echo 2026-04-27 00:00:49 +00:00
  • 4956004ab9 fix: match secret name case GITEATOKEN (uppercase) Echo 2026-04-26 23:36:43 +00:00
  • c5e3b682f0 fix: match secret name case GITEATOKEN (uppercase) Echo 2026-04-26 23:36:43 +00:00
  • 65465efdfe fix: SSH checkout bypasses Gitea secret encryption issue Echo 2026-04-26 23:29:39 +00:00
  • 20cb6dfaee fix: SSH checkout bypasses Gitea secret encryption issue Echo 2026-04-26 23:29:39 +00:00
  • 1f2fe167ed fix: simplified curl+tar checkout now that giteatoken secret is in DB Echo 2026-04-26 23:07:14 +00:00
  • e3064ae60d fix: simplified curl+tar checkout now that giteatoken secret is in DB Echo 2026-04-26 23:07:14 +00:00
  • 7a58cf0303 fix: use SSH git clone for checkout to bypass Gitea API 404 Echo 2026-04-26 21:16:07 +00:00
  • f346793a25 fix: use SSH git clone for checkout to bypass Gitea API 404 Echo 2026-04-26 21:16:07 +00:00
  • e1376dd060 fix: add GITEA_TOKEN auth to archive download Echo 2026-04-26 21:05:01 +00:00
  • 44359c23ff fix: add GITEA_TOKEN auth to archive download Echo 2026-04-26 21:05:01 +00:00
  • b72730a7a0 fix: replace git clone with curl+tar for act runner compatibility Echo 2026-04-26 20:52:35 +00:00
  • 5f5a79100f fix: replace git clone with curl+tar for act runner compatibility Echo 2026-04-26 20:52:35 +00:00
  • 0f0e0169fe fix: use git clone instead of fetch/checkout for act runner compatibility Echo 2026-04-26 20:18:58 +00:00
  • 5c4c599c3a fix: use git clone instead of fetch/checkout for act runner compatibility Echo 2026-04-26 20:18:58 +00:00
  • 0e43fe2f6e fix: quote "on" key in YAML to prevent boolean parsing Echo 2026-04-26 20:13:39 +00:00
  • 4433c90390 fix: quote "on" key in YAML to prevent boolean parsing Echo 2026-04-26 20:13:39 +00:00
  • 40f7c10a55 fix: replace actions/checkout with manual git commands Echo 2026-04-26 20:04:16 +00:00
  • 89e2b01eef fix: replace actions/checkout with manual git commands Echo 2026-04-26 20:04:16 +00:00
  • 007fb7988f fix: replace JS-based actions with shell commands for Gitea compatibility Echo 2026-04-26 19:40:59 +00:00
  • 78134210a2 fix: replace JS-based actions with shell commands for Gitea compatibility Echo 2026-04-26 19:40:59 +00:00
  • a4026a471a refactor: update CI for native per-OS runners Echo 2026-04-26 19:21:09 +00:00
  • d6748fa261 refactor: update CI for native per-OS runners Echo 2026-04-26 19:21:09 +00:00
  • 44c182764e fix: Update dependencies (rand vulnerability fix) and add audit exception for rustls-pemfile (RUSTSEC-2025-0134) v0.0.1 Echo 2026-04-24 13:59:13 +00:00
  • e6f1d9c863 fix: Update dependencies (rand vulnerability fix) and add audit exception for rustls-pemfile (RUSTSEC-2025-0134) Echo 2026-04-24 13:59:13 +00:00
  • d4961d5606 fix: Remove release.yml workflow - ci.yml is the single master workflow Echo 2026-04-24 13:49:56 +00:00
  • 96d31520b9 fix: Remove release.yml workflow - ci.yml is the single master workflow Echo 2026-04-24 13:49:56 +00:00
  • 1d39f19a88 fix: Resolve Rust 1.95.0 clippy lint (unnecessary_sort_by) in manager.rs Echo 2026-04-24 13:35:42 +00:00
  • 0c965d089c fix: Resolve Rust 1.95.0 clippy lint (unnecessary_sort_by) in manager.rs Echo 2026-04-24 13:35:42 +00:00
  • ffb4abaafa feat: Consolidate CI and Release into single master workflow Echo 2026-04-24 13:15:29 +00:00
  • fafab7ee1d feat: Consolidate CI and Release into single master workflow Echo 2026-04-24 13:15:29 +00:00
  • a6ab05c1ac fix: Remove duplicate workflows from .github/workflows (using .gitea/workflows only) Echo 2026-04-14 19:50:00 +00:00
  • 999335d231 fix: Remove duplicate workflows from .github/workflows (using .gitea/workflows only) Echo 2026-04-14 19:50:00 +00:00
  • 8b49f30774 fix: Move workflows to .gitea/workflows/ for Gitea Actions compatibility Echo 2026-04-14 19:45:08 +00:00
  • ec9d887d02 fix: Move workflows to .gitea/workflows/ for Gitea Actions compatibility Echo 2026-04-14 19:45:08 +00:00
  • d61f5c89f1 feat: Split CI and release workflows to eliminate duplicate runs Echo 2026-04-14 19:40:07 +00:00
  • 2a2ddb329e feat: Split CI and release workflows to eliminate duplicate runs Echo 2026-04-14 19:40:07 +00:00
  • fde6826477 fix: Add proper HTTP code checking and debug output for Gitea uploads Echo 2026-04-14 19:11:47 +00:00
  • df504e1c0a fix: Add proper HTTP code checking and debug output for Gitea uploads Echo 2026-04-14 19:11:47 +00:00
  • 5e158c648c fix: Use 'attachment' form field for Gitea API upload (not 'name') Echo 2026-04-14 18:39:48 +00:00
  • cf259403ad fix: Use 'attachment' form field for Gitea API upload (not 'name') Echo 2026-04-14 18:39:48 +00:00
  • 997c894a29 fix: Use giteatoken secret name (Gitea requires lowercase no underscores) Echo 2026-04-14 18:04:47 +00:00
  • eb8f2dc150 fix: Use giteatoken secret name (Gitea requires lowercase no underscores) Echo 2026-04-14 18:04:47 +00:00
  • c63a2b597e fix: Use direct Gitea API uploads instead of unsupported artifact actions Echo 2026-04-14 16:45:40 +00:00
  • 185b3901a6 fix: Use direct Gitea API uploads instead of unsupported artifact actions Echo 2026-04-14 16:45:40 +00:00
  • 820324565d fix: Use Gitea-native API for release uploads instead of GitHub action Echo 2026-04-14 16:06:20 +00:00
  • c78e2b1df9 fix: Use Gitea-native API for release uploads instead of GitHub action Echo 2026-04-14 16:06:20 +00:00
  • 8f52701593 Merge develop into master for v1.0.0 release Echo 2026-04-14 13:34:19 +00:00
  • 44a5559a11 Merge develop into master for v1.0.0 release Echo 2026-04-14 13:34:19 +00:00
  • 69d35614ec chore: Prepare for v1.0.0 release Echo 2026-04-14 13:34:19 +00:00
  • ae5f998cf5 chore: Prepare for v1.0.0 release Echo 2026-04-14 13:34:19 +00:00
  • a36e8fcae4 fix: Restore execute permission Echo 2026-04-14 12:34:25 +00:00
  • 42b36ad319 fix: Restore execute permission Echo 2026-04-14 12:34:25 +00:00
  • 171df37217 fix: Copy APK directly after build instead of using abuild repo (APK built successfully!) Echo 2026-04-14 12:34:01 +00:00
  • e351e4e30c fix: Copy APK directly after build instead of using abuild repo (APK built successfully!) Echo 2026-04-14 12:34:01 +00:00
  • 517dc191f9 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 11:48:49 +00:00
  • 710ee85c3e fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 11:48:49 +00:00
  • 64f60044ec fix: Create directory structure in APKBUILD package() function Echo 2026-04-14 11:48:39 +00:00
  • 5665be0d6d fix: Create directory structure in APKBUILD package() function Echo 2026-04-14 11:48:39 +00:00
  • 86aa549db8 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 04:03:30 +00:00
  • 0b38f54a5d fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 04:03:30 +00:00
  • dff71be24b fix: Use -d flag for abuild dependency disable instead of -G Echo 2026-04-14 04:03:17 +00:00
  • bb305ba74a fix: Use -d flag for abuild dependency disable instead of -G Echo 2026-04-14 04:03:17 +00:00
  • f1c413bf21 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:53:08 +00:00
  • 8df45476a3 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:53:08 +00:00
  • 6b6177196a fix: Use ABUILD_NODEPENDS=1 to skip makedepends installation Echo 2026-04-14 03:52:55 +00:00
  • 0beacdfbd2 fix: Use ABUILD_NODEPENDS=1 to skip makedepends installation Echo 2026-04-14 03:52:55 +00:00
  • fe10190bbf fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:36:25 +00:00
  • 53155eeb2e fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:36:25 +00:00
  • 50a01273b7 fix: Add builduser to abuild group (required for apk install permissions) Echo 2026-04-14 03:36:18 +00:00
  • 488894357a fix: Add builduser to abuild group (required for apk install permissions) Echo 2026-04-14 03:36:18 +00:00
  • 1a002f2114 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:26:23 +00:00
  • 33a31e349f fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:26:23 +00:00
  • c29bcad307 fix: Write PACKAGER_PRIVKEY to builduser's ~/.abuild/abuild.conf (standard abuild behavior) Echo 2026-04-14 03:26:11 +00:00
  • cf6c15b0fc fix: Write PACKAGER_PRIVKEY to builduser's ~/.abuild/abuild.conf (standard abuild behavior) Echo 2026-04-14 03:26:11 +00:00
  • cc768d0438 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:13:44 +00:00
  • a53819b996 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:13:44 +00:00
  • baef8ec3c2 fix: ALWAYS generate abuild keys (remove conditional - stale /etc/abuild.conf causes skip) Echo 2026-04-14 03:13:30 +00:00
  • 097e44bace fix: ALWAYS generate abuild keys (remove conditional - stale /etc/abuild.conf causes skip) Echo 2026-04-14 03:13:30 +00:00
  • 62ba4b0583 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:12:50 +00:00
  • 8f2d1972f7 fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 03:12:50 +00:00
  • bed3b73358 fix: Remove ci.yml abuild-keygen (step isolation breaks key persistence) Echo 2026-04-14 03:12:43 +00:00
  • c5fb03c1c4 fix: Remove ci.yml abuild-keygen (step isolation breaks key persistence) Echo 2026-04-14 03:12:43 +00:00
  • 8ee079c869 fix: Export PACKAGER_PRIVKEY with proper variable expansion Echo 2026-04-14 03:12:07 +00:00
  • 0886ba248a fix: Export PACKAGER_PRIVKEY with proper variable expansion Echo 2026-04-14 03:12:07 +00:00
  • f33931ecfa fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 02:52:06 +00:00
  • 53ceca729a fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 02:52:06 +00:00
  • c2f0dd70af fix: Move abuild-keygen inside build-alpine.sh for same-shell key persistence Echo 2026-04-14 02:52:00 +00:00
  • 637683e6d0 fix: Move abuild-keygen inside build-alpine.sh for same-shell key persistence Echo 2026-04-14 02:52:00 +00:00
  • 496dd6ee93 fix: Write PACKAGER_PRIVKEY directly to /etc/abuild.conf Echo 2026-04-14 02:38:54 +00:00
  • 8da407f9f2 fix: Write PACKAGER_PRIVKEY directly to /etc/abuild.conf Echo 2026-04-14 02:38:54 +00:00
  • b76c44819c fix: Set PACKAGER_PRIVKEY explicitly after abuild-keygen Echo 2026-04-14 02:27:11 +00:00
  • 1ee46b97ce fix: Set PACKAGER_PRIVKEY explicitly after abuild-keygen Echo 2026-04-14 02:27:11 +00:00
  • 5f1845798e fix: Restore execute permission on build-alpine.sh Echo 2026-04-14 01:30:30 +00:00