Commit Graph

2896 Commits

Author SHA1 Message Date
Ladislau Szomoru
5a6c2fa66d Git - FS stat should also throw if the file does not exist (#238395) 2025-01-21 20:31:44 +01:00
Ladislau Szomoru
15006ee21f Git - when doing a git rename close the old file and open the new one (#238368) 2025-01-21 16:14:57 +01:00
Ladislau Szomoru
a0ecf511fd Git - pass the similarityThreshold to git diff-tree (#238367) 2025-01-21 15:38:47 +01:00
Ladislau Szomoru
ac97234e4b Git - adopt async status bar item hover (#238355) 2025-01-21 12:51:00 +01:00
Ladislau Szomoru
959d01a2a5 Git - fix regression with commits that contain addition/deletion/rename (#238349)
* Git - fix regression with commits that contain addition/deletion/rename

* Fix compilation error
2025-01-21 11:44:21 +01:00
Ladislau Szomoru
e5165663d9 Git - add commands to toggle git blame editor decoration/status bar item (#238302) 2025-01-20 17:58:45 +01:00
Ladislau Szomoru
11b2f94022 Git - add missing event to the Repository interface (#238298) 2025-01-20 16:17:04 +01:00
Ladislau Szomoru
0bccf5608b Git - add avatar to timeline hover (#238248) 2025-01-19 21:53:03 +01:00
Ladislau Szomoru
d64829f052 Git - add avatar to graph hover (#238246) 2025-01-19 21:30:42 +01:00
Ladislau Szomoru
1600fb4c76 GitHub - avatar resolution improvements (#238239)
* Add support for size

* Add support for extracting user id from GitHub no-reply email addresses

* Fix git blame email parsing

* Extrat link into function
2025-01-19 16:44:40 +01:00
Ladislau Szomoru
5e399f3069 GitHub - add support for batch avatar query (#238114) 2025-01-17 10:56:49 +01:00
Ladislau Szomoru
abecfae1ec Git - add avatar resolution to git blame editor decoration hover (#238083)
* Initial implementation

* Add logging

* Improve avatar resolution
2025-01-16 21:33:08 +01:00
Ladislau Szomoru
7610cc1d19 Git - 💄 fix history item details provider name (#238045) 2025-01-16 20:25:19 +09:00
Ladislau Szomoru
eaba97f995 Git - extract history item detail provider (#238041)
* Initial refactor of hover commands

* Delete old code for hover commands

* More refactoring
2025-01-16 11:37:27 +01:00
Ladislau Szomoru
36a79b5ce6 Git - move stage/unstage commands to the ... menu (#237966) 2025-01-15 17:24:18 +01:00
Ladislau Szomoru
57e8c28877 GitHub - link provider for various hovers (#237961)
* Initial implementation

* Refactor code, add link to blame decoration

* Add links to timeline hover

* Saving my work

* Update remote order for "Open on GitHub" action

* Bug fixes

* Add link provider for graph hover

* Rename method
2025-01-15 16:30:43 +01:00
Ladislau Szomoru
9ee0345b63 Git - fix "Open on GitHub" command (#237832) 2025-01-14 11:45:03 +01:00
Ladislau Szomoru
eaa1502b23 Git - add more commands to the graph context menu (#237811)
* Git - add "Delete Branch" and "Delete Tag" actions

* Git - update the graph cherry pick command
2025-01-13 17:20:46 +01:00
Ladislau Szomoru
c636d93f53 Git - cleanup command names (#237790) 2025-01-13 11:47:18 +01:00
Ladislau Szomoru
d6fd2c075b Git - Add "Checkout" action to graph (#237734) 2025-01-12 19:51:10 +01:00
Ladislau Szomoru
c8be65a66a SCM - add plumbing to support history item ref actions (#237687)
* Implement using classes (order is not working)

* A better implementation with order working as well

* Remove commands for the time being
2025-01-10 12:53:39 -08:00
Ladislau Szomoru
496eb294d6 Git/SCM - update "view" to "open" in the command titles (#237645) 2025-01-10 14:45:09 +01:00
Ladislau Szomoru
c6954727db Git - fix timeline item hover rendering (#237641) 2025-01-10 05:33:10 -08:00
Ladislau Szomoru
a26fe3e466 Git - do not show "Open on GitHub" action for commits that have not been pushed to the remote (#237605) 2025-01-09 15:20:57 -08:00
Ladislau Szomoru
744eec9595 Git - update base branch revision when it changes (#237558) 2025-01-09 12:47:34 +01:00
Parasaran
0c176cf4cf fix 227150: Added a recursive git clone button (#232497)
* fix 227150: Added a recursive git clone button

* Git - update command for "Clone Repository" action

---------

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2025-01-09 11:24:05 +01:00
Ladislau Szomoru
e03d4a0ea2 Git - Add "Open on GitHub" command to timeline hover (#237523) 2025-01-08 22:05:04 +01:00
Ladislau Szomoru
dca80ea667 GitHub - add "Open on GitHub" to blame hover (#237514)
* WIP - saving my work

* Refactor hover rendering code
2025-01-08 11:34:54 -08:00
Ladislau Szomoru
cbb7f99ba8 Git - remove hard coded remote name when detecting the default branch (#237423) 2025-01-07 20:07:07 +01:00
Ladislau Szomoru
1c10a0e551 Git - remove proposed api typings from git/github extensions (#237409) 2025-01-07 17:00:02 +01:00
Ladislau Szomoru
e258958d35 Git - expose unsetConfig through the extension API (#237393) 2025-01-07 05:46:07 -08:00
Ladislau Szomoru
eab8316ec8 Git - switch back to using options instead of subcomands (#237390) 2025-01-07 12:48:35 +01:00
Ladislau Szomoru
bfb4f5fc1c Git - Revert "Git - escape shell-sensitive characters (#236849)" (#237388)
Revert "Git - escape shell-sensitive characters (#236849)"

This reverts commit fca210cd10.
2025-01-07 12:18:17 +01:00
Ladislau Szomoru
fc4e78cbfe Git - remove commands that are not used (#237368)
Git -  remove commands that are not used
2025-01-06 22:17:09 +01:00
Ladislau Szomoru
e22e3e7293 Git - improve timeline hover (#237365) 2025-01-06 21:47:43 +01:00
Ladislau Szomoru
abe43ed1d5 Git - add author email to the blame/graph hover (#237360) 2025-01-06 20:31:52 +01:00
Ladislau Szomoru
3548eae0e1 Git - add git.commitShortHashLength setting (#237343) 2025-01-06 16:05:37 +00:00
Ladislau Szomoru
aa6a38114c Git - add stage/unstage commands to editor title (#237257) 2025-01-04 10:15:35 -08:00
Ladislau Szomoru
2bdb3e9b41 Git - git blame hover commands polish (#237190) 2025-01-02 07:46:09 -08:00
Ladislau Szomoru
92bae09f4d Git - update git blame settings (#237187) 2025-01-02 07:45:45 -08:00
Ladislau Szomoru
ba56ac5291 Git - refactor git blame code (#237185)
Refactor git blame code
2025-01-02 07:44:45 -08:00
Ladislau Szomoru
6d6cfdc3a6 Git - add git blame editor decoration hover provider (#237102)
* Initial implementation

* Refactor editor decoration type
2024-12-30 21:10:42 +01:00
Ladislau Szomoru
4fa5611d67 Git - handle the diff editor for untracked files now that we throw FileNotFound if the file does not exist (#236863) 2024-12-24 12:02:40 +11:00
Ladislau Szomoru
fca210cd10 Git - escape shell-sensitive characters (#236849) 2024-12-23 17:26:24 +05:30
Ladislau Szomoru
151ef3514e SCM - disable actions for resource groups that do not have any resources (#236813) 2024-12-22 08:09:59 -05:00
Ladislau Szomoru
b8b4db329e Git - cleanup vscode-merge-base git config key when deleteing a branch (#236716) 2024-12-20 16:51:58 +01:00
zWing
1730c76f6b fix(git-ext): fix limitWarning block the git status progress (#226577) 2024-12-20 10:29:31 +00:00
Ladislau Szomoru
b9084edd1c Git - file system provider should throw FileNotFound if the resource does not exist in git instead of returning an empty file (#236676) 2024-12-20 10:08:22 +01:00
Ladislau Szomoru
77cec55e49 Git - git installation welcome view should use remoteName context key (#236672) 2024-12-20 08:53:35 +01:00
Ladislau Szomoru
f442df1747 Git - better match git conflict decorations (#236646) 2024-12-19 22:06:52 +01:00