Ladislau Szomoru
ad395686d2
Git - add support for type changed ( #187714 )
...
* Initial implementation
* Add icons
2023-07-12 16:18:38 +02:00
Ladislau Szomoru
e7e97f8ea8
Git - handle --intent-to-add on a renamed resource ( #183307 )
2023-05-24 13:11:57 +02:00
Joyce Er
9f081fd11a
Open branches on vscode.dev from ref picker ( #181549 )
2023-05-24 11:23:40 +02:00
Ladislau Szomoru
edcad3ab53
GitHub - use GitHub default branch name when publishing to GitHub ( #183207 )
2023-05-24 11:15:17 +02:00
Ladislau Szomoru
5ea57c3b48
GitHub - leveral repository rules for branch protection ( #180416 )
...
* WIP - switching to use repository ruleset information
* Handle includes
* Refactor to add support for exclusion
* Fix exclude condition
* Fix request string
* Add logging
* Update setting description
2023-04-20 16:43:42 +02:00
Ladislau Szomoru
45a44d1786
Git/GitHub - Branch protection refactoring ( #179848 )
...
Branch protection refactoring
2023-04-13 10:14:33 +01:00
Ladislau Szomoru
bb7570f4f8
GitHub - branch protection provider ( #179789 )
...
* Initial implementation
* Update default setting state
2023-04-12 17:42:51 +02:00
Ladislau Szomoru
a1eb9e2b48
Git - implement branch protection provider ( #179752 )
...
* Branch protection using settings is working
* Revert extension api changes
* Refactor code
2023-04-12 08:48:29 +01:00
Ladislau Szomoru
475c59b638
Git - Deprecate the refs property ( #172772 )
2023-01-30 11:33:37 -08:00
Ladislau Szomoru
827636e106
Git - Add getRefs() extension API ( #170903 )
...
* Add `getRefs()` extension API
* Cleanup
2023-01-11 11:21:23 +01:00
Ladislau Szomoru
c180a08350
Git - fix discard changes when the repository does not have an initial commit ( #169397 )
2022-12-16 14:47:25 +01:00
Ladislau Szomoru
d4a299631a
Git - Handle tag conflict during pull operation ( #167278 )
...
Handle tag conflict during pull operation
2022-11-25 17:05:22 +00:00
Ladislau Szomoru
e1c7285ab5
Git - Add the ability to fetch a branch before it is checked out ( #160181 )
2022-09-15 16:04:37 +02:00
Ladislau Szomoru
e97b478d06
Commit dropdown button uses text-overflow ( #160834 )
2022-09-14 20:40:06 +02:00
Ladislau Szomoru
52223728f8
Git - Add the ability to commit and not execute a post-commit command ( #160527 )
...
Add the ability to commit and not execute a post-commit command
2022-09-09 14:58:38 +02:00
Ladislau Szomoru
3cfc74c52e
Git - Add setting to remember post commit command ( #158449 )
2022-08-22 12:34:47 +02:00
Ladislau Szomoru
c7c0acd2ce
Git - Commit action button extension api ( #154555 )
2022-07-12 17:06:16 +02:00
Ladislau Szomoru
367eefd5f1
Git - commit action button ( #153031 )
2022-06-24 16:07:24 +02:00
Ladislau Szomoru
6f5fc17622
Git - use editor as commit message input ( #151491 )
2022-06-08 15:45:27 +02:00
Solomon Kinard
3c6fdedd0e
Quick spelling update ( #150759 )
...
https://github.com/Sertion/vscode-gitblame/pull/123
2022-05-31 21:06:38 +00:00
Ladislau Szomoru
9bfd3c1d72
Revert "A full editor can be used as git commit message editor ( #95266 )" ( #150487 )
...
This reverts commit 97f8e66d74 .
2022-05-26 14:06:23 -07:00
Jonas Dellinger
97f8e66d74
A full editor can be used as git commit message editor ( #95266 )
...
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2022-05-25 17:16:10 +02:00
Sebastian Bresin
7ed4699079
feat: also expose repository.revert() ( #145029 )
2022-03-21 13:11:43 +01:00
Johannes Rieken
4a130c40ed
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
2022-02-02 14:35:33 +01:00
Ladislau Szomoru
f0f5baffb9
Fix #124066
2021-12-13 15:44:20 +01:00
Christopher M Kline
b0d7083e79
Expose 'tag' and 'deleteTag' in git extension API ( #123815 )
2021-12-13 14:37:47 +01:00
Ladislau Szomoru
bfad20be9d
Extract remote source provider registry into the vscode.git-base extension ( #137656 )
2021-11-24 20:48:44 +01:00
Rachel Macfarlane
e3829dc247
Add 'prune' option to fetch in git extension API ( #117923 )
...
Add 'prune' option to fetch in git extension API
Add overload to fetch to pass options
2021-03-02 15:18:59 -05:00
Eric Amodio
6b241a6845
Closes #111210 - adds openRepository api
2021-01-21 01:06:48 -05:00
Eric Amodio
21c11ba864
Fixes #114433 - adds setting to avoid git config
2021-01-15 14:05:55 -05:00
Eric Amodio
d076ee1b94
Adds force push mode to push api
2021-01-13 00:42:07 -05:00
Eric Amodio
3767f97bc3
Adds onDidPublish to Git api
2021-01-12 12:15:40 -05:00
João Moreno
0321ca5d96
fixes #106664
2020-11-27 12:22:16 +01:00
Vyacheslav Pukhanov
663810e275
Adds commands for --no-verify commit variants ( #106335 )
...
* add `{allow,confirm}NoVerifyCommit` options
* adds commit comands with no verify
* handles no verify command variants
* handle no verify commit option
* only display no verify variants when option is set
2020-09-10 11:14:28 +02:00
João Moreno
1ab3137674
git: PushErrorHandler
2020-07-15 15:52:31 +02:00
João Moreno
c85718eb81
git: remote source provider picker command
...
fixes #102394
2020-07-14 13:57:01 +00:00
João Moreno
ffda3a18cc
fixes #100183
2020-07-01 10:51:55 +02:00
Alex Ross
92164dd93d
Add a pattern to the git BranchQuery ( #99681 )
...
* Add a pattern to the git BranchQuery
* Add count, which makes getting refs even faster
* Update order of args in getRefs to match for-each-ref doc
2020-06-10 13:51:00 +02:00
João Moreno
4c36782f8e
git api: publishRepository
2020-05-15 10:50:05 +02:00
Alex Ross
6570efce0f
Add git extension API for branches ( #97621 )
...
Enables microsoft/vscode-pull-request-github#1781
2020-05-14 12:26:50 +02:00
Alex Ross
3da22e920b
Add path to LogOptions ( #97693 )
...
Part of microsoft/vscode-pull-request-github#1781
2020-05-13 16:04:28 +02:00
João Moreno
cab6f958a2
git extension api: registerCredentialsProvider
2020-04-24 18:04:36 +02:00
João Moreno
ab42ffc44c
add git api to init
2020-04-23 16:26:24 +02:00
João Moreno
888f89b40a
add renameRemote
2020-04-23 14:37:39 +02:00
João Moreno
3b0ba06a7b
RemoteSourceProvider.icon
2020-04-22 17:16:35 +02:00
João Moreno
97b2fe2f7e
show git repo details
2020-04-22 16:56:33 +02:00
João Moreno
3d04c5558e
support multiple URLs
2020-04-21 14:20:30 +02:00
João Moreno
675ed02c1f
move RemoteSourceProvider to git api
2020-04-17 16:34:22 +02:00
João Moreno
85f3f46ec1
fixes #93779
2020-04-09 11:13:36 +02:00
Joao Moreno
fe884b305e
Revert "Revert "Fix #88294 Add commitData in commit interface""
...
This reverts commit aa70f38ab2 .
2020-02-18 12:56:07 +01:00