Josh Junon
bd288f92ca
refactor gitbutler-git to be cli-only and allow prompt handlers
2024-03-19 08:25:57 +01:00
Josh Junon
b9e55c3142
fix reverted allowed skips configuration
2024-03-18 16:56:03 +01:00
Josh Junon
52334a2724
remove core crate in favor of more granule crates
2024-03-18 15:06:40 +01:00
Josh Junon
0468a6f48c
unconditionally check all skipped jobs
2024-03-14 19:46:46 +01:00
Josh Junon
b108708c1a
remove extraneous comment
2024-03-14 16:47:47 +01:00
Olena
76e1803eff
Integrate alls-green in rust-check job to improve status checks
...
This patch integrates alls-green, that checks whether all dependency jobs
have passed successfully. This change also simplifies the CI setup by
requiring only the rust-check job for status checks.
Resolves #2848
2024-03-09 23:46:56 +02:00
Josh Junon
5c88e3db89
remove gitbutler-git from builds
2024-02-29 15:44:07 +01:00
Josh Junon
c9b185f7f4
rename gitbutler-diff to gitbutler-changeset
2024-02-29 13:27:19 +01:00
Josh Junon
8e0ef27de8
fix remote repo in gitbutler-git tests
2024-02-08 17:03:37 +01:00
Josh Junon
a2cc3ea2f3
trigger CI on pull_request in addition to push
2024-02-06 23:12:43 +01:00
dependabot[bot]
e91bd7e605
Bump dorny/paths-filter from 2 to 3
...
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter ) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases )
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dorny/paths-filter/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 15:23:08 +00:00
Josh Junon
ee4ad9c743
fix doc references and test docs in CI
2024-01-25 19:49:18 +01:00
Josh Junon
d2589601f3
use more advanced filters to better cull unrelated files and clean up filters
2024-01-19 17:50:52 +01:00
Josh Junon
a9a8276d7e
add matrix-based CI config for core libs
2024-01-19 17:25:49 +01:00
Josh Junon
5af679b20f
add a few more config types to the workflows run
2024-01-18 17:44:12 +01:00
Josh Junon
6471696108
add core libs to push changes workflow
2024-01-18 17:22:50 +01:00
Josh Junon
bf607c0029
add core gitbutler-git crate
2024-01-17 16:21:21 +01:00
Josh Junon
fe8c3e0615
remove cargo-sort check from CI
2024-01-17 15:35:17 +01:00
Josh Junon
e7074284f7
add gitbutler-core to GA glob
2023-12-28 15:23:15 +01:00
Josh Junon
0e33410ed4
update configuration to reflect new paths
2023-12-22 14:22:54 +01:00
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
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
Mattias Granlund
922c3fd12f
Fix GH action node detection for CI
...
- s/node/ui
2023-09-14 13:54:59 +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
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
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
Scott Chacon
265f8ba43d
revert to github runners
2023-07-21 16:47:34 +02:00
Scott Chacon
acecda995e
try testing on self-hosted
2023-07-21 15:40:53 +02:00