summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-05-10uptick: 0.9.0 (#1143)0.9.0Clement Tsang
* uptick: 0.9.0 * years are hard * update changelog
2023-05-07ci: update some ci docsClementTsang
2023-05-06ci: allow skipped CI workflow to mean success (#1134)Clement Tsang
2023-05-05ci: output a failure in the completion step if a previous step failed (#1128)Clement Tsang
* ci: output a failure in the completion step if a previous step failed * test * okay now if I add failure * yoink * always * use needs syntax
2023-05-04ci: clarify clear cache instructionsClementTsang
2023-04-23github: remove issue report title templateClement Tsang
2023-04-11ci: run wf cache clear script twice with delays (#1093)Clement Tsang
* ci: run wf cache clear script twice with delays * reduce
2023-04-03ci: run build on unsupported platforms instead of check, bump cross version ↵Clement Tsang
(#1083)
2023-04-02github: change workflow cache clear to weeklyClement Tsang
2023-03-24github: update issue template orderingClement Tsang
2023-03-13ci: add musl build targets for .deb generation (#1061)Clement Tsang
* ci: add musl build targets for .deb generation * add missing container * try to fix musl rename condition
2023-03-13ci: bump fkirc/skip-duplicate-actions to v5.3.0 (#1059)Clement Tsang
2023-03-13ci: go back to using default cache key + target, update to 2.2.1 (#1058)Clement Tsang
* ci: go back to using default cache key + target, update to 2.2.1 * fix formatting
2023-03-12ci: use sparse crates.io registries in CI (#1057)Clement Tsang
2023-03-10ci: update the upload artifact action to v3.1.2 (#1054)Clement Tsang
2023-02-26ci: add some comments regarding codecov to actionClementTsang
2023-02-26ci: add coverage actions for macOS and windows (#1030)Clement Tsang
* ci: add coverage actions for macOS and windows * specify target as name * use flags
2023-02-22ci: specify where part of the CI workflow isClementTsang
2023-02-21ci: reduce CI timeout to 18 minutes (#1028)Clement Tsang
* ci: reduce CI timeout to 15 minutes * add additional timeouts * go with 18 minutes for safety
2023-02-19other: promote macOS aarch64 to official support (#1025)Clement Tsang
Since I have a macOS M1 laptop to test on now, I think it's a good time to bump it to be officially supported, especially since it's going to be the main macOS platform for the foreseeable feature.
2023-02-03docs: update requirements.txt and bump to 3.11 (#1011)Clement Tsang
2023-01-24ci: update cargo-llvm-cov to 0.5.9 (#1000)Clement Tsang
2023-01-23ci: don't cache coverage in some casesClementTsang
2023-01-23other: update issue template wordingClementTsang
2023-01-22uptick: 0.8.0 (#996)Clement Tsang
* uptick: 0.8.0 * update changelog
2023-01-20refactor: change name of some stuff, add some comments (#992)Clement Tsang
* some quick refactoring first * add todo for bug report template
2023-01-13ci: add schedule to clear PR caches (#973)Clement Tsang
2023-01-13ci: try removing cache from build workflow (#972)Clement Tsang
2023-01-12ci: remove git hash and nightly tag from deb file name (#970)Clement Tsang
* ci: switch deb nightly builds back to the same string as normal Easier to stay consistent, I guess. * disable cache for cargo deb * reenable cache * nvm
2023-01-12ci: follow .deb naming conventions (#969)Clement Tsang
Change the .deb file generation back to following standard naming conventions.
2023-01-05uptick: 0.7.1 (#959)Clement Tsang
* uptick: 0.7.1 * update changelog
2023-01-05ci: fix CI concurrency grouping (#961)Clement Tsang
Seems like we want `github.ref`, not `github.event.ref`, which is blank.
2023-01-05ci: add timeout to build workflow caching (#957)Clement Tsang
* ci: add timeout and skip for cache in build workflow * use for all
2023-01-02ci: add build hash to nightly builds for version (#951)Clement Tsang
This adds the build hash to the btm -V output for nightly builds, making it easier to troubleshoot when someone might have obtained a nightly build, and what commit it corresponds to.
2023-01-01other: run rustfmt (#949)Clement Tsang
2023-01-01ci: use a better way of getting branch from tagged builds for CirrusCI (#948)Clement Tsang
* ci: use a better way of getting branch from tagged builds for CirrusCI * add a bit more logging
2023-01-01ci: update action-gh-release dependency (#946)Clement Tsang
2022-12-31ci: default to master branch on tag release (#943)0.7.0Clement Tsang
2022-12-31ci: disable cache for cross release gen (#942)Clement Tsang
2022-12-31uptick: 0.7.0 (#940)Clement Tsang
2022-12-30ci: clean all workflow caches to script (#936)Clement Tsang
2022-12-09ci: add a timeout for builds and CI (#930)Clement Tsang
2022-11-20ci: bump cargo deb in CI (#906)Clement Tsang
2022-11-16github: update bug report template OS inputClement Tsang
2022-11-16github: update bug report templateClement Tsang
2022-11-12ci: fix missing envs in build workflow (#891)Clement Tsang
Made a mistake in not testing properly and broke the build workflow with missing envs.
2022-11-11ci: unify cache keys in actions (#890)Clement Tsang
* ci: unify cache keys in actions * some docs * because empty strings are false in JS * update comment * fix build cache naming
2022-11-11ci: bump delete-tag-and-release to v0.3.1 (#889)Clement Tsang
2022-11-11ci: switch delete-tag-and-release to personal fork to avoid node16 warning ↵Clement Tsang
(#888)
2022-11-11ci: update upload-artifact to 3.1.1 to remove set-output warnings (#887)Clement Tsang