Josh Junon
ee4ad9c743
fix doc references and test docs in CI
2024-01-25 19:49:18 +01:00
Kiril Videlov
ea5e794b68
fix ci linux deps
2024-01-24 00:56:43 +01:00
Kiril Videlov
7d667e3265
ci linux dependencies
2024-01-23 22:26:30 +01:00
Kiril Videlov
14fd810a54
include gtk dependencies
2024-01-23 22:07:44 +01:00
Josh Junon
29a6715544
fix dependabot major version ignore rules
2024-01-20 00:58:25 +01:00
Josh Junon
c87f33e765
ignore major updates entirely
2024-01-19 18:42:12 +01:00
Josh Junon
97b9bc9526
use a unified cache instead of restore keys
2024-01-19 18:37:53 +01:00
Josh Junon
becffb1a29
use better names for groups
2024-01-19 18:32:24 +01:00
Josh Junon
7f0dfe81ff
disable dependabot for majors
2024-01-19 18:24:42 +01:00
Josh Junon
33b0d4e6f6
group npm dependencies by major/minor/patch
2024-01-19 18:16:29 +01:00
Josh Junon
783b8c588b
revert cargo dependabot updates back to weekly and use groups instead
2024-01-19 18:03:10 +01:00
Josh Junon
bc00ec8701
change dependabot checks for rust to submit PRs monthly instead of weekly
2024-01-19 17:58:05 +01:00
Josh Junon
80ccc8d453
pass —all-targets to cargo test in crate check
2024-01-19 17:53:28 +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
Kiril Videlov
2f2f2b5eba
Revert "Revert "remove sentry api key from source code""
...
This reverts commit 72e6df813f
.
2024-01-10 10:48:19 +01:00
Kiril Videlov
72e6df813f
Revert "remove sentry api key from source code"
...
This reverts commit 4417510d55
.
Seems broken
2024-01-10 02:03:24 +01:00
Nikita Galaiko
4417510d55
remove sentry api key from source code
2024-01-09 09:59:19 +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
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
b5b531aff8
fix condition for berlin runner
2023-10-19 14:30:35 +02:00
Nikita Galaiko
e50651d28f
rename step
2023-10-19 13:08:08 +02:00
Nikita Galaiko
2271aa3a21
merged upstream
2023-10-19 12:50:31 +02:00
Nikita Galaiko
1943590e7b
fixbup
2023-10-19 12:50:24 +02:00
Nikita Galaiko
5f1f5298d4
do not cache node in berlin
2023-10-19 12:46:28 +02:00
Nikita Galaiko
cd6acd6a47
🔨 chore: update Rust test and check workflows
2023-10-19 10:44:26 +02:00
Nikita Galaiko
e5f928cea6
do not cache rust in berlin
2023-10-19 10:03:50 +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
148b290b0c
chore: update package-ecosystem directory for cargo to root directory
2023-10-05 10:32:47 +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