gitbutler/gitbutler-app/src
2024-03-08 22:22:40 +01:00
..
analytics move packages/* into root as crates 2023-12-22 14:20:02 +01:00
database/migrations move packages/* into root as crates 2023-12-22 14:20:02 +01:00
deltas first set of TryFrom impl removals 2024-03-06 14:21:13 +01:00
error move packages/* into root as crates 2023-12-22 14:20:02 +01:00
gb_repository remove build warnings 2024-03-01 18:40:39 +01:00
git make go back to integration more predictable 2024-03-07 19:14:32 +01:00
github move packages/* into root as crates 2023-12-22 14:20:02 +01:00
keys refactor remaining low-hanging-fruit TryFrom implementations 2024-03-06 15:47:08 +01:00
project_repository refactor(virtual_branches): Remove unused import 2024-03-07 18:56:02 +01:00
projects remove several TryFrom cases for initializing type with path 2024-03-06 14:44:08 +01:00
sessions first set of TryFrom impl removals 2024-03-06 14:21:13 +01:00
tests make sure set_base_branch preserves active status 2024-03-07 19:14:32 +01:00
types move packages/* into root as crates 2023-12-22 14:20:02 +01:00
users refactor remaining low-hanging-fruit TryFrom implementations 2024-03-06 15:47:08 +01:00
virtual_branches feat: Add last commit timestamp and author to RemoteBranch struct and use it in CombinedBranch for display purposes. 2024-03-08 22:22:40 +01:00
watcher remove gitbutler/integration reference when user switches away from it 2024-03-07 19:14:32 +01:00
zip first set of TryFrom impl removals 2024-03-06 14:21:13 +01:00
analytics.rs feat: adds configurable telemetry settings for error reporting and metrics tracking 2024-01-28 12:59:22 +01:00
app.rs feat: adds a git_test_fetch command to check if fetch can be performed for a given remote 2024-03-07 19:04:17 +01:00
assets.rs refactor remaining low-hanging-fruit TryFrom implementations 2024-03-06 15:47:08 +01:00
commands.rs feat: adds a git_test_fetch command to check if fetch can be performed for a given remote 2024-03-07 19:04:17 +01:00
database.rs more refactors of TryFrom 2024-03-06 15:19:51 +01:00
dedup.rs Turn normal comment into doc comment 2024-03-01 12:35:41 +01:00
deltas.rs move most TryFrom initialization into main instead of initialization on-demand 2024-03-05 17:54:27 +01:00
error.rs initial round of dead code removal 2024-03-01 17:39:42 +01:00
events.rs feat(UI): handle list vbranches returning an object 2024-03-03 17:34:02 +01:00
fs.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
gb_repository.rs initial round of dead code removal 2024-03-01 17:39:42 +01:00
git.rs use zero context hunks internally 2024-01-14 23:42:34 +02:00
github.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
keys.rs move most TryFrom initialization into main instead of initialization on-demand 2024-03-05 17:54:27 +01:00
lock.rs move from lib+bin to bin, refactor tests into crate 2024-03-01 15:14:30 +01:00
logs.rs Remove LogsDir in favor of just path::PathBuf 2024-01-31 15:59:19 +01:00
main.rs feat: adds a git_test_fetch command to check if fetch can be performed for a given remote 2024-03-07 19:04:17 +01:00
menu.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
project_repository.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
projects.rs move most TryFrom initialization into main instead of initialization on-demand 2024-03-05 17:54:27 +01:00
reader.rs move from lib+bin to bin, refactor tests into crate 2024-03-01 15:14:30 +01:00
sentry.rs Revert "update rate limiting for Sentry events to allow for burst" 2024-02-06 21:01:46 +01:00
sessions.rs move most TryFrom initialization into main instead of initialization on-demand 2024-03-05 17:54:27 +01:00
ssh.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
storage.rs remove several TryFrom cases for initializing type with path 2024-03-06 14:44:08 +01:00
tests.rs refactor remaining low-hanging-fruit TryFrom implementations 2024-03-06 15:47:08 +01:00
types.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
users.rs move most TryFrom initialization into main instead of initialization on-demand 2024-03-05 17:54:27 +01:00
virtual_branches.rs initial round of dead code removal 2024-03-01 17:39:42 +01:00
watcher.rs first set of TryFrom impl removals 2024-03-06 14:21:13 +01:00
windows.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
writer.rs fix remaining clippy errors after main.rs refactor 2024-03-01 15:49:33 +01:00
zip.rs first set of TryFrom impl removals 2024-03-06 14:21:13 +01:00