Kiril Videlov
31a876eb84
Merge pull request #4305 from gitbutlerapp/extract-more-things-out-of-gitbutler-core
...
extract more things out of gitbutler-core
2024-07-09 15:42:43 +02:00
Kiril Videlov
ecc6848c07
remove duplicated files that were moved to another crate
2024-07-09 15:36:45 +02:00
Kiril Videlov
99d7b85343
move url module to a separate crate
...
this code is awful - lets nuke it asap
2024-07-09 15:29:24 +02:00
Kiril Videlov
01f3e0f0c4
extract tagged string to its own crate
2024-07-09 14:57:43 +02:00
Kiril Videlov
00354771b7
move ReferenceName type to the reference crate
2024-07-09 14:53:36 +02:00
Kiril Videlov
e4ab6262c9
move branch_ext to branch crate
2024-07-09 14:50:59 +02:00
Kiril Videlov
5c85bddccc
remove dead code
2024-07-09 14:45:17 +02:00
Nico Domino
73db6444ad
feat: add postcss-preset-env ( #4299 )
2024-07-09 14:06:09 +02:00
Kiril Videlov
045968fcad
Merge pull request #4303 from gitbutlerapp/rename-project-repo
...
Rename ProjectRepo to ProjectRepository
2024-07-09 13:51:09 +02:00
Kiril Videlov
db9d29b467
Rename ProjectRepo to ProjectRepository
...
This is casue some ppl dont like abbrevs
2024-07-09 13:45:04 +02:00
Kiril Videlov
b856ebf6d3
Merge pull request #4302 from gitbutlerapp/extract-more-things-out-of-core
...
extract more things out of core
2024-07-09 13:33:27 +02:00
Kiril Videlov
164ca5ed85
Merge pull request #4255 from Byron/log-retention
...
better logs
2024-07-09 13:28:40 +02:00
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
Caleb Owens
dcfa6f5120
Merge pull request #4301 from gitbutlerapp/use-rename
...
Use rename
2024-07-09 13:04:23 +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
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
Kiril Videlov
55b8a0357b
move id module to its own crate
2024-07-09 12:39:18 +02:00
Caleb Owens
4dee660901
Use a shared key
2024-07-09 12:35:23 +02:00
Kiril Videlov
b0440ce989
move ssh module to the only place where it's relevant
2024-07-09 12:31:15 +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
bb880cf8a6
specifically remove log files with old name
...
This also assures that previously spilled secrets will be removed.
2024-07-09 11:10:21 +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
5f192d0e77
consistent extension for .log
files should help in reading them.
...
This might particularly be true on Windows.
Note that we don't call them `txt` to make opening them with
a specialized program easier.
2024-07-09 11:03:31 +02:00
Sebastian Thiel
b1b04adf56
assure not too many log files are retained.
...
Previously, despite `max_log_files()` configured, it would still
retain more than that, and effectively never delete any as that
would only happen on log-rotation.
Now we do it ourselves just once.
2024-07-09 10:53:16 +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