Nikita Galaiko
ee53b09a61
replace cranky with new clippy
2023-11-24 09:03:04 +01:00
Nikita Galaiko
9e7a6379fe
use refname where possible
2023-11-22 12:20:07 +01:00
Nikita Galaiko
9eb3cf9e0a
handle open error
2023-11-14 15:19:22 +01:00
Nikita Galaiko
7dc9f45d1a
chore: refactor Controller initialization to use from
method instead of try_from
for improved code readability and consistency
2023-11-06 10:32:12 +01:00
Nikita Galaiko
65b1d7ed38
simplify virtual branch types conversion
2023-11-01 11:54:59 +01:00
Nikita Galaiko
048b118569
cleanup some cranky rules
2023-10-19 15:25:27 +02:00
extrawurst
bb56719d1e
fix merge conflict
2023-10-18 16:45:40 +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
Nikita Galaiko
6fb3cba980
correctly track local references
2023-10-18 15:17:09 +02:00
dependabot[bot]
94d5730135
Bump clap from 4.4.2 to 4.4.6
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.2 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.2...v4.4.6 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 13:27:41 +02:00
Nikita Galaiko
ab46442731
allow non unique branch names
2023-10-18 12:20:37 +02:00
Nikita Galaiko
18c7fe74bd
use backoff while fetching data in background
2023-10-18 09:59:58 +02:00
extrawurst
0f4a799882
reduce dynamic allocations ( #1402 )
...
* reduce dynamic allocations
2023-10-17 15:30:46 +02:00
Nikita Galaiko
b9b14bb921
resolve conflicts
2023-10-13 13:07:30 +02:00
Nikita Galaiko
45daddeaa3
more clippy fixes
2023-10-13 12:56:33 +02:00
Nikita Galaiko
8accaa1fec
typed virtual branch id
2023-10-13 12:50:05 +02:00
extrawurst
cf1bdabc82
update a bunch of crates, leaving tantivy for now as it breaks the build
2023-10-13 11:38:01 +02:00
Nikita Galaiko
a589b934a2
clippy fixes
2023-10-13 11:07:38 +02:00
Nikita Galaiko
51ec31d820
fix butler
2023-10-10 09:30:46 +02:00
Nikita Galaiko
86d9935415
fix butler
2023-10-09 12:10:31 +02:00
Nikita Galaiko
b1f3e2439e
fix butler
2023-10-06 15:58:23 +02:00
Nikita Galaiko
84e2d8533e
pass project repository to gb_repository methods
2023-10-06 12:43:32 +02:00
Nikita Galaiko
a331113cd1
cargo fmt
2023-10-05 10:13:37 +02:00
Nikita Galaiko
37e7507e53
chore: refactor projects_storage methods to use consistent naming and simplify code
...
The changes in this commit refactor the methods in the `projects_storage` module to use consistent naming and simplify the code. The following changes were made:
- Renamed the `update_project` method to `update` in the `projects_storage` module.
- Renamed the `add_project` method to `add` in the `projects_storage` module.
- Renamed the `get_project` method to `get` in the `projects_storage` module.
- Renamed the `list_projects` method to `list` in the `projects_storage` module.
These changes improve code readability and maintainability by using consistent naming conventions and simplifying the method signatures.
2023-10-05 10:04:36 +02:00
Nikita Galaiko
b2d84362a6
minor fixes
2023-10-05 08:54:13 +02:00
Nikita Galaiko
8cd9431fc9
fix butler
2023-10-04 15:55:23 +02:00
Nikita Galaiko
34e09293e0
fix butler
2023-10-04 13:57:14 +02:00
Nikita Galaiko
550ff26ac7
remove user storage dependency from gb repo
2023-10-03 15:48:49 +02:00
Nikita Galaiko
5f4b7acfc1
refactor: git commit signing
2023-09-20 11:53:59 +02:00
Nikita Galaiko
e6b281cf5f
refactor actions
2023-09-14 08:54:23 +02:00
Nikita Galaiko
6bcea9a891
allow specifying ownership for partial commit
2023-09-07 17:16:07 +02:00
Nikita Galaiko
746e8ccabc
new structure
2023-09-06 11:47:35 +02:00