summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
7 daysci: bump cargo-deb to 2.2.0 (#1466)args_structClement Tsang
9 daysci: forgot to add if statement for nightly skip check (#1464)Clement Tsang
10 daysci: add skip for nightly build (#1462)Clement Tsang
12 daysci: try attestations for binaries (#1455)Clement Tsang
* ci: try attestations for binaries * add additional attestation steps
2024-03-09ci: bump action-gh-release to 2.0.1 (#1426)Clement Tsang
Update resolves Node deprecation warnings from GHA.
2024-03-09ci: bump cargo-deb version to 2.1.0 (#1424)Clement Tsang
2024-03-03ci: migrate macOS ARM builds to use GHA (#1419)Clement Tsang
* ci: migrate macOS ARM builds to use GHA M1 macOS runners are now available on GHA, so we can use it instead of CirrusCI for builds/CI. * bump freebsd
2024-03-02ci: update sha for auto winget PR action (#1418)Clement Tsang
2024-02-04other: add v1 schema + versioning + tests (#1407)Clement Tsang
* other: add v1.0 schema * add tests, rename some files for consistency
2024-01-28ci: bump choco action to v3.0.0 and replace release deletion action (#1402)Clement Tsang
* ci: bump choco action to v3.0.0 and replace release delete action with gh * back to action since it isn't a git repo * let's test if gh works fine if I pull repo
2024-01-28ci: update upload-artifact to v4.3.0 and download-artifact to v4.1.1 (#1399)Clement Tsang
* ci: update upload-artifact to v4.3.0 and download-artifact to v4.1.1 * fix rpm/deb * add exception for quay; idk what I'll do once node support is gone * fix broken script * fix download * migrate 2-17 to cirrus to avoid node deprecation warnings * prevent cirrus cancellation * update cache to work with linux * simplify cache * update some comments * add timeouts
2024-01-28ci: bump skip-duplicate-actions to v5.3.1 and setup-python to v5.0.0 (#1401)Clement Tsang
* ci: bump skip-duplicate-actions to v5.3.1 * also bump setup-python to v5.0.0
2024-01-15ci: add logic to retry codecov upload (#1391)Clement Tsang
2024-01-15ci: clean up some jobs in CI; bump Rust-related actions (#1388)Clement Tsang
* ci: clean up some jobs in CI; bump Rust-related actions * also update codecov * rearrange * comments
2024-01-15deps: bump non-root dependencies as of 2024-01-15 (#1387)Clement Tsang
* deps: bump non-root dependencies as of 2024-01-15 * also test 1.70 unofficial msrv
2024-01-15refactor: simplify some config -> constraints code (#1383)Clement Tsang
* refactor: simplify some config -> constraints code * iteratively progress... * update bcr; this might need testing since I removed some old proc code * widget side * fix battery * fix widget tests with bandaid for now The issue was that the calculations assume a certain ratio for CPU legends. * add some tests * bump up * fix proc drawing issues So with the proc widget in certain places, there would be a panic during constraint determination. Looks like back when I wrote this I made some gross assumptions about certain things. In particular, the problem here was that the search added an additional "one" height, so that needs to be accounted for after we removed the "doubling" code. * tests * fix tests * reorganize tests * clippy * fix cross tests not working * fix builds for android
2023-12-06ci: downgrade to checkout v3 when building releases in non-GH containers (#1352)Clement Tsang
2023-12-06other: master -> main (#1349)Clement Tsang
* other: master -> main I'm so used to using `main` branch now that it's actually kinda annoying to use `master` for just this repo... so might as well rename it now. * overzealous change * wording * some wording * allow auto-cancel for tests if not main
2023-12-05github: update wording around filesystem section in issue template (#1348)Clement Tsang
2023-11-30github: update some wording for feature and bug issue templatesClementTsang
2023-11-30github: fix typo in issue templateClementTsang
2023-11-30github: update more wording of the bug issue template (#1343)Clement Tsang
2023-11-30github: update filesystem issue template section (#1342)Clement Tsang
2023-11-23ci: update rust-cache to 2.7.0 (#1332)Clement Tsang
2023-11-23ci: update cargo-llvm-cov to 0.5.37 (#1331)Clement Tsang
2023-11-18ci: bump actions/checkout to v4.1.1 (#1322)Clement Tsang
2023-11-15chore: run spell and grammar checkersYuri Astrakhan
* Chore: Run an spell cheker, and gramar cheker * small revert --------- Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2023-09-24ci: test if building with musl on Rust > 1.71 works again (#1302)Clement Tsang
* ci: test if building with musl on Rust > 1.71 works again * use cross instead? * specify cross version to fix build issue * Update build_releases.yml
2023-09-12bump clap and add nushell/fig completions (#1300)Clement Tsang
* add nushell and fig completion generation * now bump clap * bump cargo-action too * add rust-version key and set to 1.70.0, N-2
2023-09-10github: add section on whether you're using ZFS (#1299)Clement Tsang
2023-09-06ci: add .desktop file (#1296)Clement Tsang
* ci: add .desktop file * move to a separate desktop folder * also skip one more file
2023-08-26uptick: 0.9.6 (#1288)0.9.6Clement Tsang
2023-08-24ci: pin musl to 1.71.0 for now when building releases (#1282)Clement Tsang
2023-08-24uptick: 0.9.5 (#1280)Clement Tsang
2023-08-05uptick: 0.9.4 (#1270)0.9.4Clement Tsang
* uptick: 0.9.4 * update date
2023-06-28ci: update release template (#1231)Clement Tsang
2023-06-26ci: fix winget package identifier (#1225)Clement Tsang
2023-06-25ci: clean + fix post-release and deployment actions (#1224)Clement Tsang
2023-06-25ci: fix winget actionClement Tsang
2023-06-25uptick: 0.9.3 (#1223)Clement Tsang
* uptick: 0.9.3 * Update CHANGELOG.md
2023-06-18ci: add checks to ensure post-release never runs on main/master/nightly (#1214)Clement Tsang
2023-06-18ci: add an action to automatically publish a winget PR on release (#1213)Clement Tsang
2023-06-16docs: add .rpm install instructions to the README (#1208)Clement Tsang
2023-06-15ci: use cargo-action v0.0.4 (#1207)Clement Tsang
* ci: use cargo-action v0.0.4 * comments/labels
2023-06-15ci: add RPM package generation (#1206)Clement Tsang
* ci: add RPM package generation * edit container * fix install
2023-06-11uptick: 0.9.2 (#1202)0.9.2Clement Tsang
2023-06-11ci: update various dependencies as of 2023-06-11 (#1201)Clement Tsang
Updates: - actions/checkout - crazy-max/ghaction-choclatey - actions/setup-python
2023-06-11ci: add a build check for aarch64-linux-android (#1124)Clement Tsang
* ci: add a build check for aarch64-linux-android * appease clippy * use 1.67.0 for Android due to NDK issue * remove sparse since it is default now for 1.70 and causes issues with older versions anyway
2023-05-27ci: add cache to audit job (#1175)Clement Tsang
* ci: add cache to audit job * always cache, and skip target * delete registry too
2023-05-27ci: update rust-cache to 2.4.0 (#1174)Clement Tsang