Commit Graph

115 Commits

Author SHA1 Message Date
josh@gitbutler.com
dc06dadb10 add rust-toolchain.toml file 2023-12-11 11:09:19 +01:00
Nikita Galaiko
ee53b09a61 replace cranky with new clippy 2023-11-24 09:03:04 +01:00
Nikita Galaiko
0868c8a2b9
drop udeps - it's too slow 2023-11-13 16:59:13 +01:00
Nikita Galaiko
b10d001309
ci speedup rust check 2023-11-09 14:04:35 +01:00
Mattias Granlund
fb7a327cef Remove stories from github actions and readme 2023-11-01 11:47:00 +01:00
Nikita Galaiko
8baa4194bf use hosted macOs, arm64 2023-10-30 09:53:07 +01:00
Nikita Galaiko
c4a04cf5d5 🔨 chore: update GitHub Actions workflow permissions and add custom token for pushing tags 2023-10-20 13:32:11 +02:00
Nikita Galaiko
9277f4a8de 🔨 chore: update permissions for tag manipulation in publish-tauri job 2023-10-20 13:16:13 +02:00
Nikita Galaiko
866a9652b7 🔨 chore: add write permission to contents in GitHub Actions workflow 2023-10-20 13:05:17 +02:00
Nikita Galaiko
6c2c860f2d 🔨 chore: update tag creation process to handle existing tags gracefully 2023-10-20 12:49:18 +02:00
Nikita Galaiko
3868de6c18 fix: update TAG_NAME format in release job 2023-10-20 11:10:02 +02:00
Nikita Galaiko
dfab6e1263 chore: update release workflow to include tagging of releases
- Added a step to tag the release with the format "channel::version"
- If the tag already exists, it is deleted and then recreated
2023-10-20 11:09:15 +02:00
Nikita Galaiko
1943590e7b fixbup 2023-10-19 12:50:24 +02:00
Nikita Galaiko
cd6acd6a47 🔨 chore: update Rust test and check workflows 2023-10-19 10:44:26 +02:00
extrawurst
eb569b389c * cleanup combined bin/lib in gitbutler
* gitbutler as a lib is `gblib` now and used accordingly by `butler`
* use `cargo-cranky` for shared lints across workspace until cargo supports Cargo.toml lints section in 1.75
2023-10-18 16:39:14 +02:00
extrawurst
c5f5dc015f
check unused dependencies in ci (#1406)
also
* remove unused `sentry-rust-minidump`
* use maintained rust toolchain github action
* make `init-env-rust` parameterized to allow picking `nightly`
2023-10-18 12:52:37 +02:00
Nikita Galaiko
eb17137bf2 make clippy check test code 2023-10-13 14:54:44 +02:00
Nikita Galaiko
295e29474a feat: add support for APPLE_TEAM_ID environment variable in signing process
The changes include:
- Added support for `--apple-team-id` flag in the command line interface
- Added check for `APPLE_TEAM_ID` environment variable in the script
- Updated help text to include `--apple-team-id` flag
- Updated GitHub Actions workflow to include `--apple-team-id` flag in the command
2023-10-09 09:06:28 +02:00
Nikita Galaiko
af09d2074e chore: update gpg import action to version 6 2023-09-28 10:37:18 +02:00
Mattias Granlund
922c3fd12f Fix GH action node detection for CI
- s/node/ui
2023-09-14 13:54:59 +02:00
Nikita Galaiko
0404c1e0ff fixup for publish.yaml 2023-09-14 09:40:39 +02:00
Nikita Galaiko
8bec547ebd rename to rust / node 2023-09-14 09:30:38 +02:00
Nikita Galaiko
c5d44b7cb9 checkout for changes 2023-09-14 09:21:20 +02:00
Nikita Galaiko
88f42ac596 filter on jobs level 2023-09-14 09:16:00 +02:00
Nikita Galaiko
b8c128d623 rm init-env 2023-09-14 09:05:12 +02:00
Nikita Galaiko
ee9c656346 checkout before init 2023-09-14 08:56:12 +02:00
Nikita Galaiko
e6b281cf5f refactor actions 2023-09-14 08:54:23 +02:00
Nikita Galaiko
1750949e80 fix github action conditions 2023-09-14 08:28:55 +02:00
Nikita Galaiko
7c3a3af9f6 ensure cargo deps are sorted 2023-09-14 08:20:53 +02:00
Nikita Galaiko
ed2d126d8c bumps 2023-09-07 13:48:04 +02:00
Nikita Galaiko
746e8ccabc
new structure 2023-09-06 11:47:35 +02:00
Nikita Galaiko
61c6e1ef99 git config for publish 2023-08-31 10:07:37 +02:00
Mattias Granlund
65ef3522ab Forgot to add these if statements to ci actions 2023-08-17 22:13:59 +01:00
Mattias Granlund
e3bc5d7ef1 Filter github actions in a more granular way 2023-08-17 20:20:38 +01:00
Mattias Granlund
8b22246206 Use composite actions in push.yaml
- to use cache effectively we need a re-usable node setup
2023-08-17 20:20:38 +01:00
Mattias Granlund
068a8c4ce8 Upgrade pnpm v7 -> v8 in ci 2023-08-17 09:00:32 +01:00
Nikita Galaiko
2cc6ae6d99 final touches 2023-08-03 12:31:05 +00:00
Nikita Galaiko
0b1809cb5d more tests 2023-08-03 12:31:05 +00:00
Nikita Galaiko
9b7c3eea7f do not cache linux deps 2023-08-03 12:31:05 +00:00
Nikita Galaiko
b35e54f144 run test env 2023-08-03 12:31:05 +00:00
Nikita Galaiko
95611577d6 fix condition 2023-08-03 12:31:05 +00:00
Nikita Galaiko
a1c5c6e1dd uninstall homebrew from github runners 2023-08-03 12:31:05 +00:00
Nikita Galaiko
b64bffa45e use github for ubuntu x86 2023-08-03 06:52:38 +00:00
Nikita Galaiko
94febd6c6b do not apt on selfhosted arm64 2023-08-03 06:52:38 +00:00
Nikita Galaiko
2ece0c32c1 more specific runners description 2023-08-03 06:52:38 +00:00
Nikita Galaiko
95f590a68b use an older ubuntu image 2023-08-01 11:38:01 +00:00
Nikita Galaiko
c4b7112f5b sign appimage 2023-08-01 11:38:01 +00:00
Mattias Granlund
930abe4e48 Fix ts/svelte linting 2023-07-31 13:13:52 +01:00
Kiril Videlov
13d03e0653 make sure we test in ci with locked cardo deps 2023-07-25 19:34:07 +02:00
Scott Chacon
338d8c753d so dumb 2023-07-21 17:15:31 +02:00