Commit Graph

73 Commits

Author SHA1 Message Date
Ivan e514623a9b ci(linux): install Task before running release-assets build script 2026-05-10 04:00:33 -05:00
Ivan 2a776905c2 ci(linux): add AppImage/deb/rpm build-test jobs for x64 and arm64 on push to dev 2026-05-10 04:00:29 -05:00
Ivan 9b5574c89a ci(docker): add hardened variant to build matrix, update Dockerfiles and docs for UV 2026-05-10 03:40:22 -05:00
Ivan 7e31cd0d56 feat(tools): migrate to UV from Poetry for blazing fast ultra safe secure unhackable dependency management 🚀 🚀 🚀 🚀 🚀 🚀 🚀 🚀 2026-05-10 03:19:42 -05:00
Ivan 4adb3fe9aa chore(ci): update build scripts and release workflow 2026-05-09 19:00:50 -05:00
Ivan 9906dac297 chore(workflows): standardize comments 2026-05-08 23:36:18 -05:00
Ivan b6e5e3a384 chore(ci): publish :latest on Docker tag pushes, enable main/master builds, and prune Bunny Storage release folder 2026-05-05 13:13:52 -05:00
Ivan 7cfce17046 chore(workflow): exclude pre-release tags from PyPI deployment 2026-05-03 22:19:17 -05:00
Ivan 40dfa65589 feat(ci): add pypi publish workflow and add macos debug script 2026-05-03 16:06:56 -05:00
Ivan 229c67e377 feat(release): add Bunny Storage integration for uploading release assets and implement tag resolution in CI workflow 2026-05-03 14:46:07 -05:00
Ivan 01ba533207 fix(workflows): update codec2 installation process for x64 builds on macOS 2026-05-03 12:30:35 -05:00
Ivan 45f67d9905 fix(workflows): improve Homebrew detection and environment variable setup for x64 builds 2026-05-03 00:52:38 -05:00
Ivan 4238b9daf6 feat(workflows): add SLSA provenance generation for Android APK and Flatpak artifacts 2026-05-03 00:36:39 -05:00
Ivan 67ee8cce5b fix(workflows): update APK signing and build conditions for dev and master branches 2026-05-03 00:33:29 -05:00
Ivan b424a6d492 chore(ci): update Trivy installation method and versioning in CI workflows 2026-05-02 05:25:49 -05:00
Ivan 41e330f163 fix(build): remove continue-on-error flag from SLSA provenance job in build-release workflow to ensure proper error handling 2026-05-01 18:38:56 -05:00
Ivan 56ab5d9e34 fix(build): update macOS build workflow by adding error handling for artifact downloads and refining codec2 installation for x86_64 architecture 2026-04-30 15:32:34 -05:00
Ivan 5e2881f992 fix(build): update macOS build process by adding architecture flags for Clang and improving handling of Mach-O binaries 2026-04-30 13:35:32 -05:00
Ivan da60483484 fix(build): update macOS build process to install x86_64 libyaml and improve handling of arch-only Mach-O binaries 2026-04-30 12:58:22 -05:00
Ivan d92c2efc22 fix(build): adjust macOS build process to ensure compatibility with x86_64 architecture using Rosetta 2026-04-30 12:39:20 -05:00
Ivan dc174484d4 chore(benchmarks): update alert and fail thresholds in benchmark workflow for improved variance handling 2026-04-30 12:29:05 -05:00
Ivan 70cf79d768 feat(benchmarks): update benchmark workflow with JSON output and caching for results comparison 2026-04-30 12:15:08 -05:00
Ivan bfa61d3861 feat(dependencies): add bleak package requirement in Android workflows and ensure LXST patch script runs during installation 2026-04-29 18:27:20 -05:00
Ivan 6cd56168f0 chore(workflows): add android-apk-tag.yml for building APKs on tag releases and update build-release.yml to integrate Android APK builds 2026-04-28 03:21:20 -05:00
Ivan a3e2235404 chore(workflows): enable continue-on-error for Flatpak job in build-release.yml 2026-04-27 16:23:05 -05:00
Ivan ea8b9d94f3 chore(workflows): update build workflows for Linux release and Flatpak; remove deprecated build-linux-release.yml 2026-04-27 16:14:52 -05:00
Ivan 508cfb80fd chore(workflows): add checkout step in build-release.yml for artifact retrieval 2026-04-27 14:21:26 -05:00
Ivan 93b4d36d2e chore(workflows): change permissions from read to write for contents in build-linux-release.yml and build-release.yml 2026-04-27 13:48:48 -05:00
Ivan 6ea4b37cb9 chore(workflows): add Trivy setup and update steps in build and security scan workflows 2026-04-27 11:14:42 -05:00
Ivan b7f91240ad feat(android): add Android Lint step to CI workflow and include lint report artifacts 2026-04-25 16:24:23 -05:00
Ivan 095a859cba feat(workflows): update Android build workflow with tag handling, signing secrets detection, and APK upload logic 2026-04-24 15:33:57 -05:00
Ivan 28b2c87fb2 fix(workflows): fix Docker Hub login logic to use output from credential detection step 2026-04-24 15:25:47 -05:00
Ivan cd69e012eb feat(workflows): update Docker workflow to support Docker Hub integration and tag generation 2026-04-24 15:21:19 -05:00
Ivan 0855223f57 fix(android): update paths in Taskfile and CI workflows to reflect changes in APK build process and directory structure 2026-04-24 15:03:27 -05:00
Ivan dd26bcb6aa chore(workflows): add caching for Node.js and Poetry in CI workflows 2026-04-24 14:52:30 -05:00
Ivan 47d355da15 feat(task): add default benchmark task and update workflow triggers for benchmarks 2026-04-24 14:41:19 -05:00
Ivan 702dbc264b fix(workflows): format 2026-04-24 14:34:30 -05:00
Ivan 81c09d48f7 fix(workflows): ignore CVE-2026-3219 in pip-audit due to pending fix 2026-04-24 14:13:49 -05:00
Ivan 49d6897f48 chore(workflows): clean up Flatpak CI workflow and remove deprecated Snap build scripts 2026-04-23 20:34:13 -05:00
Ivan 3310b61a8f chore(workflows): migrate CI workflows from Gitea to GitHub Actions and remove obsolete files 2026-04-23 19:49:05 -05:00
Ivan 3ef8487bbc chore(docker): add OCI labels and build arguments for image metadata in Dockerfile and update CI workflow for versioning 2026-04-23 15:16:48 -05:00
Ivan 510c95cb9d chore(workflow): comment out Snap job in Linux packaging build test 2026-04-23 04:05:43 -05:00
Ivan 5d63084ece chore(workflow): update CodeQL build mode to 'none' and remove manual build steps 2026-04-23 03:41:23 -05:00
Ivan 7213319a27 refactor(build): update Android and frontend workflows to use slim build variants and include repository wheels bundling 2026-04-23 02:29:28 -05:00
Ivan 4063488644 feat(codeql): update CodeQL workflow with frontend build and JavaScript analysis 2026-04-22 22:09:48 -05:00
Ivan c6768bc4ae feat(snap): fix snap preparation step for destructive-mode build by installing multiple snaps 2026-04-22 19:21:20 -05:00
Ivan 7b6c0c3739 feat(snap): add preparation step for core22 snap base in destructive-mode build 2026-04-22 19:06:22 -05:00
Ivan c0312bf1a0 fix(snap): update make:snap command to include debug environment variable and remove unnecessary build environment setting 2026-04-22 18:37:53 -05:00
Ivan f193010f37 feat(flatpak): add script to ensure Flathub remote exists and update build process for Electron Forge 2026-04-22 18:16:52 -05:00
Ivan bdc6c00783 feat(flatpak/snap): update runtime and base versions to 25.08, add CI workflows for building Linux packages 2026-04-22 16:11:47 -05:00