gitbutler/gitbutler-app/src
2024-02-11 21:54:39 +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 use batch write for virtual branches 2024-01-08 09:02:19 +01:00
error move packages/* into root as crates 2023-12-22 14:20:02 +01:00
gb_repository feat: adds support for omitting host certificate checks when authenticating with ssh 2024-02-09 17:51:58 +01:00
git apply reverse hunk to unapply ownership 2024-02-06 12:48:43 +01:00
github move packages/* into root as crates 2023-12-22 14:20:02 +01:00
keys lint: fix clippy issues 2024-01-31 15:10:00 +01:00
project_repository feat: adds support for omitting host certificate checks when authenticating with ssh 2024-02-09 17:51:58 +01:00
projects feat: adds support for omitting host certificate checks when authenticating with ssh 2024-02-09 17:51:58 +01:00
sessions Remote DataDir type in favor of just PathBuf 2024-01-31 14:39:47 +01:00
types move packages/* into root as crates 2023-12-22 14:20:02 +01:00
users Remote DataDir type in favor of just PathBuf 2024-01-31 14:39:47 +01:00
virtual_branches feat: add support for fetching remote branch data and displaying commits in the branch view 2024-02-11 21:54:39 +01:00
watcher Remote DataDir type in favor of just PathBuf 2024-01-31 14:39:47 +01:00
zip Remove LogsDir in favor of just path::PathBuf 2024-01-31 15:59:19 +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 Remote DataDir type in favor of just PathBuf 2024-01-31 14:39:47 +01:00
assets.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
bin.rs feat: add support for fetching remote branch data and displaying commits in the branch view 2024-02-11 21:54:39 +01:00
commands.rs feat: add gitbutler-git as a dependency and update git_head function to use gitbutler-git library for retrieving the symbolic head of a repository 2024-02-08 19:09:57 +01:00
database.rs lint: fix clippy issues 2024-01-31 15:10:00 +01:00
dedup.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
deltas.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
error.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
events.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
fs.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
gb_repository.rs move packages/* into root as crates 2023-12-22 14:20:02 +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 packages/* into root as crates 2023-12-22 14:20:02 +01:00
lib.rs Remove LogsDir in favor of just path::PathBuf 2024-01-31 15:59:19 +01:00
lock.rs use batch reader for sessions 2024-01-08 09:02:19 +01:00
logs.rs Remove LogsDir in favor of just path::PathBuf 2024-01-31 15:59:19 +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 packages/* into root as crates 2023-12-22 14:20:02 +01:00
reader.rs avoid race conditions by using timestamp instead of bool 2024-01-11 15:39: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 packages/* into root as crates 2023-12-22 14:20:02 +01:00
ssh.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
storage.rs Remote DataDir type in favor of just PathBuf 2024-01-31 14:39:47 +01:00
test_utils.rs Remote DataDir type in favor of just PathBuf 2024-01-31 14:39:47 +01:00
types.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
users.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
virtual_branches.rs use zero context hunks internally 2024-01-14 23:42:34 +02:00
watcher.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
windows.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00
writer.rs sessions writer to use batch writer 2024-01-08 09:02:19 +01:00
zip.rs move packages/* into root as crates 2023-12-22 14:20:02 +01:00