Commit Graph

7974 Commits

Author SHA1 Message Date
Kiril Videlov
5932e328ed
remove dead code 2024-07-09 13:23:06 +02:00
Kiril Videlov
a4d3680891
extract commit crate out of core 2024-07-09 13:19:49 +02:00
Kiril Videlov
9023382c78
move time module to it's own crate 2024-07-09 13:08:12 +02:00
Kiril Videlov
bf373c5d8f
move default_true type to the only place where its relevant
We dont really want this type to spread through the codebase
2024-07-09 13:00:26 +02:00
Kiril Videlov
3be7d600e0
move fs and storage intor separate crates 2024-07-09 12:54:08 +02:00
Kiril Videlov
55b8a0357b
move id module to its own crate 2024-07-09 12:39:18 +02:00
Kiril Videlov
b0440ce989
move ssh module to the only place where it's relevant 2024-07-09 12:31:15 +02:00
Caleb Owens
dcfa6f5120
Merge pull request #4301 from gitbutlerapp/use-rename
Use rename
2024-07-09 13:04:23 +02:00
Caleb Owens
3142a0c298
Use rename 2024-07-09 12:50:48 +02:00
Caleb Owens
d80b85b4c7
Merge pull request #4300 from gitbutlerapp/asked-an-elephant-to-help
Use a shared key
2024-07-09 12:49:54 +02:00
Caleb Owens
4dee660901
Use a shared key 2024-07-09 12:35:23 +02:00
Kiril Videlov
7de2a5061f
Merge pull request #4298 from gitbutlerapp/extract-secret
move secret module out of core into own crate
2024-07-09 12:26:09 +02:00
Kiril Videlov
25ec331791
move secret module out of core into own crate 2024-07-09 12:11:12 +02:00
Caleb Owens
601387f168
Merge pull request #4296 from gitbutlerapp/asked-an-elephant-to-help
Asked an elephant to help
2024-07-09 12:02:49 +02:00
Caleb Owens
0ea801c5ea
Asked an elephant to help 2024-07-09 11:54:30 +02:00
Kiril Videlov
b0fa72ac42
Merge pull request #4297 from gitbutlerapp/extract-more-modules-out-of-core
extract more modules out of core
2024-07-09 11:53:23 +02:00
Kiril Videlov
944b63c647
move serde functions into their own crate 2024-07-09 11:49:12 +02:00
Kiril Videlov
a6a6ba3ae5
fix error doctests 2024-07-09 11:40:48 +02:00
Kiril Videlov
fb862f0907
move dedup to gitbutler-virtual
its the only place where this is relevant
2024-07-09 11:30:29 +02:00
Kiril Videlov
262757cf39
Merge pull request #4295 from gitbutlerapp/move-err-module-to-crate
move error module to it's own crate
2024-07-09 11:26:05 +02:00
Kiril Videlov
989f27a0d6
move error module to it's own crate 2024-07-09 11:13:39 +02:00
Sebastian Thiel
342038456b
Merge pull request #4292 from Byron/remove-unused
remove unused `lock` module and dependency to `fslock`
2024-07-09 11:05:07 +02:00
Sebastian Thiel
7ffb13550a
remove unused lock module and dependency to fslock 2024-07-09 10:24:27 +02:00
Nico Domino
8787f66c60
fix: set fallback icon (#4293) 2024-07-09 08:07:29 +00:00
Kiril Videlov
bab3ab376d
Merge pull request #4291 from gitbutlerapp/move-reference-to-create
move reference module from core to its own crate
2024-07-09 01:28:25 +02:00
Kiril Videlov
9e69806d06
fix some cargo stuff 2024-07-09 01:17:37 +02:00
Kiril Videlov
de200c8e20
move reference module from core to its own crate 2024-07-09 01:14:28 +02:00
Kiril Videlov
07c6d38378
Merge pull request #4289 from gitbutlerapp/move-final-virtual-branch-bits-out-of-core
move final virtual branch bits out of core
2024-07-09 01:03:10 +02:00
Kiril Videlov
0b1ecf7b54
move virtual branch constatns out of the core create 2024-07-09 00:45:10 +02:00
Kiril Videlov
17b8214c5d
move target module to gitbutler-branch crate 2024-07-09 00:40:10 +02:00
Kiril Videlov
e89cd04c31
Merge pull request #4288 from gitbutlerapp/remove-unused-keys-mod
remove unused keys module
2024-07-09 00:39:40 +02:00
Kiril Videlov
8043f0dd4e
remove unused keys module 2024-07-09 00:26:27 +02:00
Kiril Videlov
ec52a33d93
Merge pull request #4287 from gitbutlerapp/extract-branch-from-core
move branch related modules to separate crate
2024-07-09 00:22:01 +02:00
Kiril Videlov
acee9ba5ab
move branch related modules to separate crate
Unfortunatelly diff and branch types form a cyclical dependency via the "HunkLock" type. This will have to be refactored as a followup
2024-07-09 00:10:55 +02:00
Nico Domino
25de912d72
feat: update icons to symbol (#4281)
Co-authored-by: Pavel Laptev <pawellaptew@gmail.com>
2024-07-08 23:07:13 +02:00
Pavel Laptev
be3ec82489
Update animation timing (#4286) 2024-07-08 22:55:54 +02:00
Kiril Videlov
81edbae0a5
Merge pull request #4285 from gitbutlerapp/rename-gitbutler-branch-crate
Renaming crate gitbutler-branch to gitbutler-virtual
2024-07-08 21:09:01 +02:00
Kiril Videlov
0c9c781bd5
Renaming crate gitbutler-branch to gitbutler-virtual
This is more descriptive to what logic lives inside. Further, this allows for splitting up the just branch bits in a separate crate (which is currently in gitbutler-core)
2024-07-08 20:56:00 +02:00
Kiril Videlov
a8615f81f1
Merge pull request #4283 from gitbutlerapp/move-author-and-askpass-mods
move author and askpass mods
2024-07-08 20:17:29 +02:00
Kiril Videlov
41ec6da226
move askpass module to repository where it is being used 2024-07-08 19:45:35 +02:00
Kiril Videlov
f965a3e4cf
move author module to the branch crate - the only place this is used 2024-07-08 19:35:49 +02:00
Kiril Videlov
4bd723ac2c
Merge pull request #4282 from gitbutlerapp/extract-user-crate
extract user crate
2024-07-08 19:31:45 +02:00
Kiril Videlov
82431b182e
actually remove the code that was move out 2024-07-08 19:06:04 +02:00
Kiril Videlov
e1cf6b1884
remove some unused code 2024-07-08 19:03:50 +02:00
Kiril Videlov
83a1d4a1e5
extract user as its own crate out of core 2024-07-08 18:58:29 +02:00
Nico Domino
28a01e68fa
fix: cleanup hooks.client.ts handleError fn (#4222) 2024-07-08 18:50:49 +02:00
Kiril Videlov
f042854b1c
combine the assets proxying implementaiton in one file
Now it's only used in one place
2024-07-08 18:23:51 +02:00
Kiril Videlov
cdbf4d8cd3
move legacy config module out of core 2024-07-08 18:12:12 +02:00
Kiril Videlov
da8e685b67
Merge pull request #4277 from gitbutlerapp/extract-project-from-core-into-its-onw-crate
At long last - project is being extracted out of core into it's own create
2024-07-08 18:10:12 +02:00
Kiril Videlov
ba4359c7dc
fix an import oopsie 2024-07-08 17:58:56 +02:00