gitbutler/crates/gitbutler-core/tests
Sebastian Thiel 568d35fa90
refactor
- assure that `repository` can't be misused in `hunks_by_filepath()`.
- Use more obvious enumeration to describe and match on lines
- make clear that diff_lines can be a hash
- avoid multiple hashmasps if one would do
- `Hunk::hash_diff` now uses lines with terminator to be close to being a true content hash. This was probably intended by the code originally.
2024-04-21 11:35:26 +02:00
..
database use the new testsupport crate 2024-04-09 20:45:17 +02:00
deltas de-objectify all sub-handlers 2024-04-13 23:09:17 +02:00
error feat: add error::Code and ways to attach them in anyhow. 2024-04-01 16:14:34 +02:00
gb_repository dissolve the event queue in favor of method calls 2024-04-15 07:11:09 +02:00
git dissolve the event queue in favor of method calls 2024-04-15 07:11:09 +02:00
keys use the new testsupport crate 2024-04-09 20:45:17 +02:00
lock use the new testsupport crate 2024-04-09 20:45:17 +02:00
reader use the new testsupport crate 2024-04-09 20:45:17 +02:00
sessions use the new testsupport crate 2024-04-09 20:45:17 +02:00
suite Adjust GitHunk to not require UTF8 for diffs 2024-04-21 11:35:25 +02:00
types chore: move library from top-level to gitbutler-core 2024-03-30 22:39:21 +01:00
virtual_branches refactor 2024-04-21 11:35:26 +02:00
zip chore: align 'app' and 'lib' crates imports. 2024-03-30 22:43:16 +01:00
app.rs use the new testsupport crate 2024-04-09 20:45:17 +02:00