upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2026-02-25fix: populate GitHub release descriptions from CHANGELOG.mdDanConwayDev
Add changelog input to create-gh-release-action so release bodies are extracted from CHANGELOG.md rather than left empty. Previously the gh CLI silently fell back to the annotated tag message, but newer versions send an explicit empty body, resulting in blank release descriptions.
2025-10-17build: bump CI runner action to latestDanConwayDev
as the nix flake update must have broken cachix/install-nix-action@v22 ``` This version of Nixpkgs requires an implementation of Nix with the following features: - `builtins.nixVersion` reports at least 2.18 Your are evaluating with Nix 2.16.1, please upgrade: ```
2025-06-03build: fix release binariesv1.7.0DanConwayDev
work was done to produce more reslient binaries builds to work across different distros and version b98d2819288f86dd5b316c726cda0f84a1f63eb5 this commit fixes the job runner so they actual get built
2025-05-27build: make less, more resilient buildsDanConwayDev
and cross compile where possible
2025-05-06build: remove ubuntu 20.04 versionDanConwayDev
as the github runner for this version has been removed
2025-05-06fix: github release matrixv1.6.2DanConwayDev
applied fix included in v1.6.1
2025-04-02build: add all available github action osesDanConwayDev
as listed in: https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job
2024-08-27build: include helper binary in gh actionDanConwayDev
so that that will be included within the release zips
2024-07-03build: increase CI test timeoutDanConwayDev
whilst running clippy takes ~2m and tests take ~5m 10s, 'set up job' can take anywhere from 1s to 2ms
2024-03-28build: use nix for tests ciDanConwayDev
using the same dependancies in ci as in development
2024-02-29build: timeout ci tests after 8 minutesDanConwayDev
as runs are now taking slightly longer than 5 minutes
2024-02-15build: timeout ci tests after 5 minutesDanConwayDev
0b9c7521b035e60ad7c458c1e782623e18a5cc21 set this to 20 minutes from 6h but it only 3m to run on each channel
2024-02-05build: timeout ci tests after 20 minutesDanConwayDev
this overrides the default timeout of 6h which is excessive
2024-01-23build: temporarily disable clippy in ciDanConwayDev
because ironically the verision used in the nix setup differs from the one used in the github action perhaps a rewrite of the the github to use nix is needed
2024-01-23build: exclude fmt clippy from stable in ciDanConwayDev
because of formatting rules that are only avaiable in nightly
2023-09-13refactor: rebuild app skeletonDanConwayDev
Create skeleton for a complete rebuild of the prototype as a production ready product. Includes design patterns for: - dependency injection - unit testing with dependency mocking - integration testing - error handling - config storage BREAKING-CHANGE: ground-up redesign with incompatible protocol standards