Commit Graph

8026 Commits

Author SHA1 Message Date
Caleb Owens
482a176333
Added some high level docs 2024-07-10 17:25:48 +02:00
Caleb Owens
ca4cdfe968
Split branch manager into seperate traits 2024-07-10 17:23:50 +02:00
Kiril Videlov
d0e2cf1274
Merge pull request #4325 from gitbutlerapp/move-reference-name-to-gitbulter-reference-crate
move ReferenceName tagged string to gitbutler-reference crate
2024-07-10 16:57:16 +02:00
Kiril Videlov
87f956d871
move ReferenceName tagged string to gitbutler-reference crate
gitbutler-reference is where ReferenceName belongs. There are other thing in this crate that are not nice, but let's clean those up!
2024-07-10 16:48:59 +02:00
Kiril Videlov
d010d56044
Merge pull request #4324 from gitbutlerapp/move-branch-state-in-branch-crate
move branch state into the gitbutler-branch crate
2024-07-10 16:27:01 +02:00
Kiril Videlov
e92fe44fa1
move branch state into the gitbutler-branch crate
Further to the move - the VirtualBranchesExt trait creates a dependency towards gitbutler-project. The gitubler-branch crate doesn't have such dependency so i deemed it undesirable to introduce it just for a convinience method. 
(Separately added an extention in gitbutler-virtual-actions since it already depends on project and to create a smaller diff)
2024-07-10 16:18:34 +02:00
Nico Domino
43f60f94c8
feat: extract svelte build into own GHA job (#4321) 2024-07-10 13:45:18 +00:00
Kiril Videlov
5f260f5bc4
Merge pull request #4322 from gitbutlerapp/rename-virtual-to-branch-actions
rename gitbutler-virtual to gitbutler-branch-actions
2024-07-10 14:58:09 +02:00
Kiril Videlov
c8658b9a23
rename gitbutler-virtual to gitbutler-branch-actions
This is to establish a patter of which crates represent a higher level logic
2024-07-10 14:49:48 +02:00
Kiril Videlov
1c78ec7725
Merge pull request #4320 from gitbutlerapp/rename-virtual-branches-access-trait
Rename VirtualBrancesAccess to _Ext since it's the convention
2024-07-10 13:06:59 +02:00
Kiril Videlov
da67580c80
Rename VirtualBrancesAccess to _Ext since it's the convention
After discussing it, seems like a better way of naming this is to use the Ext convention
2024-07-10 12:54:22 +02:00
Kiril Videlov
7f7928d40c
Merge pull request #4319 from gitbutlerapp/remove-virtual-branch-controller
remove virtual branch controller
2024-07-10 12:49:53 +02:00
Kiril Videlov
ae6dc38ac7
rename virtual branches controller to actions 2024-07-10 12:11:36 +02:00
Kiril Videlov
a06570deb6
make the virtual branches controller stateless 2024-07-10 12:07:11 +02:00
Kiril Videlov
8e7d9c9f64
Merge pull request #4314 from gitbutlerapp/fix-migration-cdoe
Update other logic TODO: dedup logic
2024-07-09 23:38:09 +02:00
Caleb Owens
b49b23c2c2
Update other logic TODO: dedup logic 2024-07-09 23:31:49 +02:00
Kiril Videlov
5a0072db53
Merge pull request #4313 from gitbutlerapp/fix-migration-cdoe
Fix migration code
2024-07-09 23:05:10 +02:00
Kiril Videlov
4d9c9fe3d4
Merge pull request #4312 from Byron/proxy-slowdown
no-proxy
2024-07-09 23:04:43 +02:00
Kiril Videlov
be55ae3dc6
fixes somethig?? 2024-07-09 22:40:41 +02:00
Caleb Owens
7127bd9c01
Update filtered searches to use is_old_applied metric 2024-07-09 22:31:38 +02:00
Caleb Owens
9f13291edb
Fix migration code 2024-07-09 22:21:05 +02:00
Sebastian Thiel
0b735b58f3
avoid proxying author-images in favor to letting the frontend do the caching (#4007)
The frontend should be better at this due to being a browser engine, which can naturally
handle slow network links and firewalls.

Caching should also be better and more consistent as cache-related headers are respected.

This should speed up display times of new branches significantly, ideally without blocking
the UI at all.
2024-07-09 21:24:23 +02:00
Caleb Owens
ddc9b33f77
Merge pull request #4311 from gitbutlerapp/remove-old-locking
Remove old locking
2024-07-09 20:39:19 +02:00
Caleb Owens
c439334633
Remove old feature flag 2024-07-09 20:22:45 +02:00
Caleb Owens
44aa0ba5df
Remove old hunk locking algorythmimi 2024-07-09 20:18:37 +02:00
Caleb Owens
c4db79e789
Remove nolonger valid tests 2024-07-09 20:12:05 +02:00
Nico Domino
fee305056e
feat: add GHA to trigger vercel deploy hook (#4310) 2024-07-09 18:01:41 +00:00
Kiril Videlov
ce0ee6e3d5
Merge pull request #4309 from gitbutlerapp/stuff-to-elliminate
Code to kill
2024-07-09 17:22:58 +02:00
Kiril Videlov
414e3b02f0
Code to kill 2024-07-09 17:22:01 +02:00
Caleb Owens
08c99bada1
Merge pull request #4308 from gitbutlerapp/always-apply-from-local-branch
Split branch creation and deletion into their own home
2024-07-09 16:54:36 +02:00
Caleb Owens
9b59764db3
Split branch creation and deletion into their own home 2024-07-09 16:47:24 +02:00
Nico Domino
f9043920c0
fix: Sentry release and sourcemaps (#4304) 2024-07-09 16:18:49 +02:00
Kiril Videlov
8d0361cf9e
Merge pull request #4307 from gitbutlerapp/remove-reference-to-gitbutler-core
remove references to gitbutler-core
2024-07-09 16:09:07 +02:00
Kiril Videlov
45d4d7c6e1
remove unused deps 2024-07-09 16:00:45 +02:00
Kiril Videlov
cdec47154d
remove references to gitbutler-core 2024-07-09 15:56:57 +02:00
Kiril Videlov
332386674c
Merge pull request #4306 from gitbutlerapp/cleanup-gitbuler-core
move windows module to tauri
2024-07-09 15:56:20 +02:00
Kiril Videlov
c95c977ce2
move windows module to tauri
Does this even do anything? Seems like dead code...
2024-07-09 15:44:58 +02:00
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