Joyce Er
bb99b7452a
fix: render setting reference links in settings UI ( #192628 )
2023-09-08 23:21:31 +02:00
Ladislau Szomoru
be570fd3de
Git - Bump which package ( #191992 )
2023-09-01 16:40:56 +02:00
Ladislau Szomoru
fdcc959e0a
Git - update Explorer welcome view context key ( #191788 )
2023-08-30 16:43:56 +02:00
Logan Ramos
ecb0c80fc1
Bump extension telemetry module ( #191237 )
...
* Bump extension telemetry module
* Fix webpack
2023-08-24 12:53:41 -07:00
Robo
ea490e5545
chore: update to Electron 25 ( #188268 )
...
* chore: update electron@25.3.0
* ci: update NodeTool version
* chore: update @types/node
* add more common types to layers checker
* chore: update debian dependencies
* chore: update rpm dependencies
* fix: use legacy dns result order of Node.js
* ci: remove deprecated always-auth npm config
Refs npm/cli@72a7eeb
* chore: update deb and rpm dependencies
* chore: update armhf rpm dependencies
* chore: update x64 debian dependencies
* chore: update x64 rpm dependencies
* chore: update electron@25.3.1
* chore: update electron@25.4.0
* chore: bump distro
* chore: bump distro
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2023-08-07 21:46:27 +09:00
Ladislau Szomoru
f254ad1758
Git - Add Commit (Amend) to the Commit Action button ( #187568 )
2023-07-11 14:24:23 +02:00
Ladislau Szomoru
8265c3ec21
Git - introduce group is the long submenus ( #186917 )
2023-07-03 16:24:19 +02:00
Ladislau Szomoru
9b8f1cb437
Git - only add default branch name if supported ( #185557 )
2023-06-19 12:42:30 +02:00
Ladislau Szomoru
12533c5490
Git - extract close repository management into its own class ( #184752 )
2023-06-09 14:54:38 -07:00
Ladislau Szomoru
9979f9cc3c
Git - close repository improvements ( #184708 )
...
* Initial implementation
* Move ObservableSet into a separate file
* Add quick pick for reopening closed repositories
* Fix issue with initializing the context key
* Add welcome views
2023-06-09 13:19:57 +02:00
Ladislau Szomoru
40474d7f45
Revert "Git - Close Repository command should be disabled when there is only one repository opened ( #184637 )" ( #184685 )
...
This reverts commit 2cccaaee8a .
2023-06-09 10:26:47 +02:00
Ladislau Szomoru
2cccaaee8a
Git - Close Repository command should be disabled when there is only one repository opened ( #184637 )
2023-06-08 15:19:10 -07:00
Ladislau Szomoru
fbdddfde42
Git - upgrade which dependency ( #184607 )
2023-06-08 17:28:14 +02:00
Joyce Er
0880f76765
Improvements to canonical URI API ( #182667 )
...
* Improve API names
* Allow requesting a specific scheme
* Implement ile uri support
2023-05-18 09:23:27 -07:00
Joyce Er
2c5dcb3b81
Allow Continue On between repos with HTTPS and SSH remotes ( #182352 )
...
* Deduplicate HTTPS and SSH remote URLs
* Improve doc
2023-05-15 11:37:38 -07:00
Ladislau Szomoru
b0252732a7
Git - add similarity threshold setting ( #182492 )
2023-05-15 12:59:33 +02:00
Peng Lyu
19545fea33
Fix isEmbeddedDiffEditor context key. ( #182112 )
...
Fix isInEmbeddedEditor context key.
2023-05-10 14:47:31 -07:00
Ladislau Szomoru
b4469cf109
Git - add setting to control default branch name ( #181884 )
...
* Initial implementation
* Refactor based on discussions
* More pull request feedback
2023-05-10 20:52:13 +02:00
Alex Ross
6da385b3a3
Multi quick diff polish ( #174584 )
...
Part of https://github.com/microsoft/vscode/issues/169012
2023-02-16 16:15:10 +01:00
Logan Ramos
8e6bcc9b9e
Bump module to new package ( #173599 )
2023-02-06 12:29:36 -08:00
Ladislau Szomoru
b309525a3b
Git - Limit the enablement "* selected ranges" command palette commands ( #172843 )
2023-01-30 12:15:33 -08:00
Ladislau Szomoru
907e888754
Git - remove the commitInProgress context for the commit message commands ( #172761 )
2023-01-30 14:25:54 +01:00
Joyce Er
f63bfe3942
Fix auto publish before Continue On ( #172324 )
...
* Fix auto publish before Continue On
* Fix provider implementation
2023-01-25 12:12:18 -08:00
Joyce Er
0a6c277e4f
Ensure Continue in Web and Continue in Clone appear in remote indicator on desktop git and remote git windows respectively ( #172086 )
2023-01-24 02:29:20 +01:00
Logan Ramos
8cea434dec
Remove unused proposals ( #172035 )
2023-01-23 19:09:07 +01:00
Ladislau Szomoru
b87234ddca
Git - disable one more commands while a git operation is running ( #171989 )
...
* Git - disable 3 more commands while a git operation is running
* Do not disable the open change and open all changes commands
2023-01-23 17:13:55 +01:00
Ladislau Szomoru
78f9b06101
Git - handling git repositories in parent folders ( #171726 )
2023-01-20 09:10:53 +01:00
Joyce Er
00d12fcdb2
Prompt before auto publishing branch ( #171748 )
2023-01-19 20:34:54 +01:00
Ladislau Szomoru
e37cad47f2
Revert "Git - Improvements to opening git repositories in parent folders ( #171617 )" ( #171662 )
...
This reverts commit fe423bbdba .
2023-01-18 20:57:55 +01:00
Ladislau Szomoru
fe423bbdba
Git - Improvements to opening git repositories in parent folders ( #171617 )
...
* Initial implementation for external repositories
* Added setting
* Add basic welcome views
* Replaced "Always Open" with "Configure"
* Remove code duplication
* Polish based on feedback
* Language consistency
* Update notification severity
* Move away from the "external repository" terminology
* Refactor notification logic
* Saving my changes
* Further improvements
* Refactor parent repository notification
* Update message and fix edge case when setting is set to `never`
2023-01-18 15:27:58 +01:00
Joyce Er
e7d34457a5
Auto publish branches before Continue On in git repositories ( #171211 )
...
* Support syncing with remote before Continue On
* Auto publish before Continue On in git extension
* Add configuration description
2023-01-18 11:25:47 +00:00
Joyce Er
d61f46dcf7
Support continue in local clone from remote window ( #171134 )
2023-01-12 08:03:15 -08:00
Logan Ramos
4acf2d9b46
Update the telemetry modules ( #170512 )
...
Update the module
2023-01-03 15:10:45 -05:00
Ladislau Szomoru
1542e90126
Git - Add command to delete remote tags ( #170415 )
...
Add command to delete remote tags
2023-01-03 06:08:48 -08:00
Ladislau Szomoru
2c8b54bbbf
Git - Add support for git stash --staged ( #169539 )
...
Add support for git stash --staged
2022-12-19 15:04:55 +01:00
Ladislau Szomoru
7febede390
Git - more tweaks to command enablement ( #169292 )
...
Use a new context for enablement
2022-12-15 18:37:03 +01:00
Logan Ramos
b1076b41f3
Bump telemetry packages ( #169283 )
2022-12-15 17:29:10 +01:00
Ladislau Szomoru
eb2e52b6f8
Git - Disable git commands while commit is in progress ( #169124 )
...
Disable git commands while commit is in progress
2022-12-14 13:30:08 +01:00
Ladislau Szomoru
a1f2132aa8
Git - Fix command name ( #167812 )
...
Fix command name
2022-12-01 09:57:15 +01:00
Ladislau Szomoru
d0b47f6c30
Git - Unsafe repositories flow polish ( #167728 )
2022-11-30 16:39:59 +01:00
Ladislau Szomoru
3a52e79cea
Git - handle unsafe repositories ( #167248 )
2022-11-25 14:40:23 +01:00
Logan Ramos
73d882bcf7
Update telemetry package ( #166292 )
2022-11-14 09:30:33 -08:00
Sandeep Somavarapu
2cd8ea24f2
#159892 Finalize ( #165925 )
2022-11-09 10:28:27 -05:00
Logan Ramos
bf1697d98c
Consume proposed telemetry API ( #165862 )
...
* Consume proposed telemetry API
* Update webpack
2022-11-08 21:58:28 -05:00
Ladislau Szomoru
b208b8794d
Git - Optimistic UI plumbing ( #165237 )
2022-11-04 04:52:28 -07:00
João Moreno
53ef06a2dc
bump unique names generator ( #165015 )
2022-10-31 08:25:51 +01:00
Ladislau Szomoru
f09c4124a2
Engineering - adopt l10n for git-base/git/github extesions ( #164566 )
...
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com >
2022-10-28 11:27:08 +02:00
Ladislau Szomoru
e1e7ce5d17
Git - adopt log output channel api ( #163695 )
2022-10-17 02:49:12 -07:00
Ladislau Szomoru
9bc43c7f8a
Git - Rename git.fetchBeforeCheckout to git.pullBeforeCheckout ( #162303 )
...
Rename git.fetchBeforeCheckout to git.pullBeforeCheckout
2022-09-30 00:42:20 -07:00
Henning Dieterichs
b29b217e36
Fixes #162027
2022-09-29 10:50:48 +02:00