Clement Tsang
300f66700e
ci: downgrade to checkout v3 when building releases in non-GH containers ( #1352 )
2023-12-06 17:36:39 -05:00
Clement Tsang
dab4b6c483
other: master -> main ( #1349 )
...
* 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-06 00:16:26 -05:00
Clement Tsang
bc6a8d7feb
github: update wording around filesystem section in issue template ( #1348 )
2023-12-05 21:42:11 -05:00
ClementTsang
66b58e49d2
github: update some wording for feature and bug issue templates
2023-11-30 02:04:27 -05:00
ClementTsang
70d6e8aee0
github: fix typo in issue template
2023-11-30 01:51:49 -05:00
Clement Tsang
5787734476
github: update more wording of the bug issue template ( #1343 )
2023-11-30 01:44:53 -05:00
Clement Tsang
61704d9466
github: update filesystem issue template section ( #1342 )
2023-11-30 01:01:32 -05:00
Clement Tsang
3a50d7622e
ci: update rust-cache to 2.7.0 ( #1332 )
2023-11-23 23:32:09 -05:00
Clement Tsang
bbeb43ef77
ci: update cargo-llvm-cov to 0.5.37 ( #1331 )
2023-11-23 23:29:42 -05:00
Clement Tsang
7c14aa2666
ci: bump actions/checkout to v4.1.1 ( #1322 )
2023-11-18 19:15:28 -05:00
Yuri Astrakhan
a6200640b9
chore: run spell and grammar checkers
...
* Chore: Run an spell cheker, and gramar cheker
* small revert
---------
Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2023-11-15 03:03:48 -05:00
Clement Tsang
4174012b8f
ci: test if building with musl on Rust > 1.71 works again ( #1302 )
...
* 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-24 03:11:08 -04:00
Clement Tsang
5d455354dd
bump clap and add nushell/fig completions ( #1300 )
...
* 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-12 03:36:45 -04:00
Clement Tsang
494bed6ee2
github: add section on whether you're using ZFS ( #1299 )
2023-09-10 22:43:33 -04:00
Clement Tsang
f38fbf0d8b
ci: add .desktop file ( #1296 )
...
* ci: add .desktop file
* move to a separate desktop folder
* also skip one more file
2023-09-06 19:12:28 -04:00
Clement Tsang
6d25109871
uptick: 0.9.6 ( #1288 )
2023-08-26 21:27:19 -04:00
Clement Tsang
44cc00564a
ci: pin musl to 1.71.0 for now when building releases ( #1282 )
2023-08-24 23:21:03 -04:00
Clement Tsang
713b1874b7
uptick: 0.9.5 ( #1280 )
2023-08-24 19:25:26 -04:00
Clement Tsang
07b7caa5fa
uptick: 0.9.4 ( #1270 )
...
* uptick: 0.9.4
* update date
2023-08-05 17:51:24 -04:00
Clement Tsang
b392f4b706
ci: update release template ( #1231 )
2023-06-28 05:08:33 -04:00
Clement Tsang
6ad555db58
ci: fix winget package identifier ( #1225 )
2023-06-26 01:26:01 -04:00
Clement Tsang
6ee810f007
ci: clean + fix post-release and deployment actions ( #1224 )
2023-06-25 17:35:39 -04:00
Clement Tsang
9fa5f3c4e9
ci: fix winget action
2023-06-25 15:37:15 -04:00
Clement Tsang
a3ae8e08a2
uptick: 0.9.3 ( #1223 )
...
* uptick: 0.9.3
* Update CHANGELOG.md
2023-06-25 00:31:57 -04:00
Clement Tsang
22d0d49984
ci: add checks to ensure post-release never runs on main/master/nightly ( #1214 )
2023-06-18 20:13:24 -04:00
Clement Tsang
45840d45c5
ci: add an action to automatically publish a winget PR on release ( #1213 )
2023-06-18 04:00:10 -04:00
Clement Tsang
e1d6168641
docs: add .rpm install instructions to the README ( #1208 )
2023-06-16 01:53:35 -04:00
Clement Tsang
9ad72bf365
ci: use cargo-action v0.0.4 ( #1207 )
...
* ci: use cargo-action v0.0.4
* comments/labels
2023-06-15 02:05:47 -04:00
Clement Tsang
6c7635038d
ci: add RPM package generation ( #1206 )
...
* ci: add RPM package generation
* edit container
* fix install
2023-06-15 00:26:54 -04:00
Clement Tsang
93b6a5649f
uptick: 0.9.2 ( #1202 )
2023-06-11 18:22:42 -04:00
Clement Tsang
e602cc7a39
ci: update various dependencies as of 2023-06-11 ( #1201 )
...
Updates:
- actions/checkout
- crazy-max/ghaction-choclatey
- actions/setup-python
2023-06-11 02:16:29 -04:00
Clement Tsang
9ec95a9740
ci: add a build check for aarch64-linux-android ( #1124 )
...
* 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-06-11 02:01:56 -04:00
Clement Tsang
9cea3e1a8d
ci: add cache to audit job ( #1175 )
...
* ci: add cache to audit job
* always cache, and skip target
* delete registry too
2023-05-27 00:59:16 -04:00
Clement Tsang
a90c32eb73
ci: update rust-cache to 2.4.0 ( #1174 )
2023-05-27 00:22:29 -04:00
Clement Tsang
13efb87534
github: update some form headers to remove inline code blocks that were misrendering as quotes
2023-05-18 15:03:20 -04:00
ClementTsang
ccb93223f7
github: update even more packaging issue template wording
2023-05-15 00:17:40 -04:00
ClementTsang
80d4e9c81f
github: update more packaging issue template wording
2023-05-14 16:24:09 -04:00
ClementTsang
3e6f3ad551
github: update packaging issue template wording
2023-05-14 16:08:58 -04:00
Clement Tsang
d019181b2d
uptick: 0.9.1 ( #1153 )
2023-05-14 00:13:12 -04:00
Clement Tsang
2c13683eb3
ci: pin and update some workflow actions ( #1145 )
...
* ci: pin and update some workflow actions
* also update setup-python
* and rust-toolchain
2023-05-11 00:42:39 -04:00
ClementTsang
331ed47387
github: update deploy body template
2023-05-10 03:35:54 -04:00
Clement Tsang
8777143801
uptick: 0.9.0 ( #1143 )
...
* uptick: 0.9.0
* years are hard
* update changelog
2023-05-10 03:17:25 -04:00
ClementTsang
3239bce86b
ci: update some ci docs
2023-05-07 00:42:35 -04:00
Clement Tsang
bb94355cfc
ci: allow skipped CI workflow to mean success ( #1134 )
2023-05-06 13:59:43 -04:00
Clement Tsang
f237babb58
ci: output a failure in the completion step if a previous step failed ( #1128 )
...
* 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-05 04:28:04 -04:00
ClementTsang
240075ab4a
ci: clarify clear cache instructions
2023-05-04 01:22:28 -04:00
Clement Tsang
817529b15f
github: remove issue report title template
2023-04-23 20:05:36 -04:00
Clement Tsang
016fa1e19b
ci: run wf cache clear script twice with delays ( #1093 )
...
* ci: run wf cache clear script twice with delays
* reduce
2023-04-11 04:39:28 -04:00
Clement Tsang
c8c64b0c80
ci: run build on unsupported platforms instead of check, bump cross version ( #1083 )
2023-04-03 04:45:36 -04:00
Clement Tsang
827ef0eec4
github: change workflow cache clear to weekly
2023-04-02 17:36:51 -04:00