Commit Graph

1808 Commits

Author SHA1 Message Date
Mattias Granlund
71f7165833 Simplify typescript interface 2023-06-28 19:35:29 +03:00
Nikita Galaiko
cac92dd027 sort new hunks as they come in 2023-06-28 16:55:04 +02:00
Kiril Videlov
48128bf597 update breadcrumbs component link to point to repo 2023-06-28 16:13:23 +02:00
Mattias Granlund
bc11075b1b Rename projects_new -> repo 2023-06-28 15:27:48 +02:00
Nikita Galaiko
8cbef59988 rm hunk timestamps 2023-06-28 13:19:50 +02:00
Nikita Galaiko
511c5b6124 more tests for moving hunks 2023-06-28 13:19:50 +02:00
Nikita Galaiko
4dd70ee5b1 refactor ownership types 2023-06-28 13:19:50 +02:00
Nikita Galaiko
201e666fe3 store timstamp in a hunk 2023-06-28 13:19:50 +02:00
Scott Chacon
045ddbf16e
Delete (unapply) branch when it's integrated upstream (#515)
* delete (unapply branch when the head matches the merge result)
* add debug stuff, create new branch if none applied
* if there are modified files on a vbranch, dont unapply it
* fix args in the wrong order
2023-06-28 12:40:10 +02:00
Kiril Videlov
44df0ac482 cleanup root layout scripts 2023-06-28 10:33:19 +02:00
Kiril Videlov
7fbfc7de20 Disable command palette
It's a good supporting featured, but it was not made with virtual
branches in mind. In it's current state it only introduces confusions,
and it's probably not functioning correctly.
2023-06-28 10:17:45 +02:00
Kiril Videlov
5c1f92b44b after vbranch target is updated refresh the vbranches 2023-06-28 09:53:05 +02:00
Kiril Videlov
494492992a this may be fixing freezing up when computer is ofline 2023-06-28 09:42:03 +02:00
Kiril Videlov
ca701b9979 more clear ternary operator 2023-06-27 22:33:17 +02:00
Kiril Videlov
6742211859 vbranches move functions 2023-06-27 22:33:17 +02:00
Kiril Videlov
e969abe1dc drop unused function from interface 2023-06-27 22:33:17 +02:00
Kiril Videlov
d334221b8a rename vbranches interface 2023-06-27 22:33:17 +02:00
Kiril Videlov
1a6c3b704f split the interfaces 2023-06-27 22:33:17 +02:00
Kiril Videlov
ca155eeeb8 dnd dropzone uses virtualbranch create 2023-06-27 18:30:13 +02:00
Kiril Videlov
bf7d62b62b move_virtual_branch_files to VirtualBranchesStore 2023-06-27 18:30:13 +02:00
Kiril Videlov
52839c2306 update_virtual_branch to VirtualBranchesStore 2023-06-27 18:30:13 +02:00
Kiril Videlov
59ddd5cf39 update_branch_target to VirtualBranchesStore 2023-06-27 18:30:13 +02:00
Kiril Videlov
b44ede5557 commit_virtual_branch to VirtualBranchesStore 2023-06-27 18:30:13 +02:00
Kiril Videlov
4a684e06cc move create_virtual_branch to virtualbranchesstore 2023-06-27 18:30:13 +02:00
Kiril Videlov
5cf11cee87 move set_target_branch to VirtualBranchesStore 2023-06-27 18:30:13 +02:00
Kiril Videlov
cfc756128a make no-cycle a warning until we solve 4 cycles 2023-06-27 14:46:39 +02:00
Kiril Videlov
0ad618159b configure plugin to detect TS dep cycles 2023-06-27 14:46:39 +02:00
Nikita Galaiko
daad336602 separate hunks type 2023-06-27 12:28:08 +02:00
Mattias Granlund
f6c6b6c51d Suggesting improvements to the vbranch ts code 2023-06-27 12:57:55 +03:00
Nikita Galaiko
5553659849 check session/meta when asserting session existance 2023-06-27 11:50:35 +02:00
Nikita Galaiko
c30623f15a detect changed hunks 2023-06-27 10:33:35 +02:00
Kiril Videlov
0a45945738 changed my mind about union types 2023-06-27 09:49:21 +02:00
Kiril Videlov
ec36f0c494 rename virtual branch interface in agent noun form 2023-06-27 09:49:21 +02:00
Kiril Videlov
8ed5b85b22 use union type instead of extending 2023-06-27 09:49:21 +02:00
Kiril Videlov
b2582c86a8 explicitly define VirtualBranch interface 2023-06-26 23:21:15 +02:00
Kiril Videlov
aa70290220 refresh store on updates 2023-06-26 23:21:15 +02:00
Kiril Videlov
33263af636 use branches from store 2023-06-26 23:21:15 +02:00
Kiril Videlov
d07d690883 add refresh even when getting from cache 2023-06-26 23:21:15 +02:00
Kiril Videlov
f7e19adb75 fix stupid mistake 2023-06-26 23:21:15 +02:00
Kiril Videlov
d194845742 something may or may not work here 2023-06-26 23:21:15 +02:00
Mattias Granlund
55ed0e3a5e Show toast on error 2023-06-26 22:55:23 +03:00
Nikita Galaiko
01e7f32a0d move hunks fix 2023-06-26 14:36:13 +02:00
Nikita Galaiko
5348f8f7bc support moving hunks between lanes 2023-06-26 13:46:26 +02:00
Kiril Videlov
51712e567c cleanup 2023-06-26 12:40:44 +02:00
Kiril Videlov
e2b7b4f2dc plain to instance when updating branches 2023-06-26 12:40:44 +02:00
Kiril Videlov
80be984c31 update branches list when there are new deltas 2023-06-26 12:40:44 +02:00
Nikita Galaiko
9b5e6eec2b protect vbranches with a semaphore 2023-06-26 12:29:50 +02:00
Nikita Galaiko
77c00a0723 fix warnings 2023-06-26 08:59:28 +02:00
Mattias Granlund
782c808233 Fix broken tray 2023-06-25 18:59:47 +03:00
Mattias Granlund
26180b4827 Set nowrap and ellipsis on hunk rows 2023-06-25 18:33:57 +03:00