Pavel Laptev
3203acf971
refactor: Remove unused code
2024-03-14 11:42:49 +01:00
Josh Junon
ef4a075497
Merge pull request #3143 from gitbutlerapp/more-path-refactorings
...
refactor the rest of repository.rs path handling
2024-03-14 11:38:34 +01:00
Josh Junon
c5f8571e53
refactor the rest of repository.rs path handling
2024-03-14 11:30:24 +01:00
Josh Junon
5d6491f482
Merge pull request #3142 from gitbutlerapp/robust-alternates-writing
...
make the alternates path writing more robust
2024-03-14 10:47:58 +01:00
Josh Junon
86e02b53c3
Merge pull request #3141 from gitbutlerapp/remove-unused-imports
...
remove unused import
2024-03-14 10:40:51 +01:00
Josh Junon
2a08d87d72
make the alternates path writing more robust
2024-03-14 10:37:52 +01:00
Josh Junon
0f6f8427e7
remove unused import
2024-03-14 10:30:56 +01:00
Mattias Granlund
e7b80725ea
Switch to new style of upstream commit list
...
- this work was left uncompleted a month back
2024-03-14 09:23:53 +01:00
Mattias Granlund
464fafc12a
Refactor checks loading status
...
- it was left a bit too chaotic and hard to follow in the last commit
2024-03-13 19:29:10 +01:00
Josh Junon
16140c7b4a
Merge pull request #3123 from gitbutlerapp/Virtual-branch-7
...
perform proper path handling and vectorized writes in conflict resolver
2024-03-13 18:50:29 +01:00
Kiril Videlov
ba42702118
feat: Add information about joining the GitButler Team with job openings in various roles.
2024-03-13 18:27:19 +01:00
Mattias Granlund
07d7879f31
Show loading state while fetching PR checks
2024-03-13 18:06:32 +01:00
Josh Junon
8de956400f
perform proper path handling and vectorized writes in conflict resolver
2024-03-13 15:33:53 +01:00
GitButler
c9f7ea0494
GitButler Integration Commit
...
This is an integration commit for the virtual branches that GitButler is tracking.
Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily.
If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.
Here are the branches that are currently applied:
- Virtual branch 7 (refs/gitbutler/Virtual-branch-7)
branch head: 8111cbe7994127d7c50f2ba164d06ae34f1dd302
- gitbutler-app/src/project_repository/conflicts.rs
- gitbutler-app/src/virtual_branches/virtual.rs
- Virtual branch 8 (refs/gitbutler/Virtual-branch-8)
- gitbutler-app/src/project_repository/conflicts.rs
Your previous branch was: refs/heads/exec-stuff
The sha for that commit was: 2bd1e8748628648e96d925b3bdba7572ce9ae734
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
2024-03-13 15:31:04 +01:00
Mattias Granlund
60e5f3d600
Change copy on pull request card
...
- Capitalize pr status
- Merge -> Merge pull request
- View PR -> Open in browser
2024-03-13 12:41:55 +01:00
Pavel Laptev
584cd98909
Merge pull request #3131 from gitbutlerapp/remove-video-files-from-the-app
...
remove video from the app
2024-03-12 23:36:11 +01:00
Pavel Laptev
cfe347f343
unused component VideoTip
and imports removed
2024-03-12 23:34:26 +01:00
Pavel Laptev
3d54ac7b16
Formatting fixes
2024-03-12 23:30:57 +01:00
Pavel Laptev
c310fa0e9f
remove video from the app
...
related issue #3126
2024-03-12 23:29:23 +01:00
Pavel Laptev
300b6e307a
Merge pull request #3130 from gitbutlerapp/Replace-WebM-with-MP4
...
Fix: Replace WebM with MP4
2024-03-12 23:00:10 +01:00
Pavel Laptev
d894690ec2
related issue #3126
2024-03-12 22:58:47 +01:00
Mattias Granlund
9aa2115c12
Fix for merge button being incorrectly disabled
...
- disable only if checks exist and they have not succeeded
2024-03-12 21:49:34 +01:00
Kiril Videlov
9892e4f9c8
refactor: Remove condition for admin role check in rendering upstreamCommits component.
2024-03-12 20:48:04 +01:00
Scott Chacon
95fdf64db8
Merge pull request #3122 from chadwhitacre/fsl-1.1
...
Upgrade FSL to 1.1
2024-03-12 15:14:36 +01:00
Chad Whitacre
ed538cb345
Upgrade FSL to 1.1
2024-03-12 10:06:43 -04:00
Kiril Videlov
9a3fc86a8e
fix test
2024-03-11 22:44:19 +01:00
Kiril Videlov
6aabf37b2c
refactor: when fetching hunks by file return a map of DiffFile
...
Adding stonger types to the result will allow us to more easily propagate information like old/new files paths, size etc
2024-03-11 22:44:19 +01:00
Pavel Laptev
bdb70f114c
Merge pull request #3118 from gitbutlerapp/docs-updated-1
...
development.md updated
2024-03-11 22:39:29 +01:00
Pavel Laptev
b2e181ba16
copy change
2024-03-11 22:37:57 +01:00
Pavel Laptev
7e7ff89e79
development.md updated
...
- added Table of Content for east navigation
- added Design section
- fixed headings level. h1 could be only one a page
- added dividers between sections
2024-03-11 22:35:51 +01:00
Josh Junon
a8b294d597
Merge pull request #3113 from gitbutlerapp/fixup-path-handling
...
fixup many instances of poor path handling
2024-03-11 19:24:54 +01:00
Josh Junon
2e13650a7f
fixup many instances of poor path handling
2024-03-11 19:06:22 +01:00
Josh Junon
940059ef95
Merge pull request #3112 from gitbutlerapp/dont-use-results-in-tests
...
don't use results in tests
2024-03-11 18:41:15 +01:00
Josh Junon
da97b0e31f
Merge pull request #3111 from gitbutlerapp/trivial-path-consistency-fix
...
use simpler path representation at call site
2024-03-11 18:41:06 +01:00
Josh Junon
86a621f2b2
don't use results in tests
2024-03-11 18:28:04 +01:00
Josh Junon
4c6d40da6e
use simpler path representation at call site
2024-03-11 18:23:06 +01:00
Josh Junon
f2413bbfbb
Merge pull request #3109 from gitbutlerapp/fix-alternates-test-path-handling
...
fix test alternates test to be more robust
2024-03-11 17:03:25 +01:00
Josh Junon
a5e71b6903
fix test alternates test to be more robust
2024-03-11 16:40:02 +01:00
Josh Junon
bc626e4e92
Merge pull request #3108 from gitbutlerapp/fix-windows-gbrepo-path-filtering
...
fix gbrepo path filtering on windows
2024-03-11 16:25:44 +01:00
Josh Junon
8928920d47
fix gbrepo path filtering on windows
2024-03-11 15:45:00 +01:00
Josh Junon
2fe29e6f42
Merge pull request #3107 from gitbutlerapp/refactor-dedupe-fmt
...
refactor dedupe logic to be a bit more rusty
2024-03-11 15:44:30 +01:00
Josh Junon
c026dc9898
refactor dedupe logic to be a bit more rusty
2024-03-11 15:30:02 +01:00
Josh Junon
467c33ee64
Merge pull request #3106 from gitbutlerapp/remove-needless-vec-copy
...
remove needless vec copy
2024-03-11 15:17:24 +01:00
Josh Junon
4e2fbd2b08
remove needless vec copy
2024-03-11 14:53:31 +01:00
Pavel Laptev
7a1c9eeb3d
Merge pull request #3102 from gitbutlerapp/remove-hover-event-notification
...
SectionCard card and credential checks
2024-03-11 00:22:10 +01:00
Pavel Laptev
409fce9c30
SectionCard card and credential checks
...
- renamed `SectionCard` slot from `body` to `caption`
- `CredentialCheck` layout and style fixes
- `Spinner` icon updated in order to prevent scroll appearance during the animation
2024-03-11 00:17:15 +01:00
Kiril Videlov
54507a0ce0
refactor: Add check for empty paths array in mark function.
2024-03-10 21:52:12 +01:00
Pavel Laptev
42d3b771f3
Merge pull request #3100 from gitbutlerapp/remove-hover-event-notification
...
remove-hover-event-notification
2024-03-10 21:42:54 +01:00
Pavel Laptev
7224a4dd0c
removed unused code and tailwind from +layout.svelte
2024-03-10 21:40:43 +01:00
Pavel Laptev
30b9442974
Replace loading...
plain text to the spinner
page
2024-03-10 21:12:08 +01:00