Logan Ramos
656e1e6086
More deprecated assertion cleanup
2021-05-04 15:55:26 -04:00
Logan Ramos
025fcaf611
remove old asserts from git tests
2021-05-04 15:32:21 -04:00
Eric Amodio
6836261663
Adds workspace trust setting
2021-04-19 11:53:57 -04:00
Benjamin Pasero
14981ce89d
tests - enable colors for windows (CI supports it and the new Windows terminal too)
2021-04-19 09:29:20 +02:00
Eric Amodio
c8d5c905bf
Fixes git rename on windows
2021-04-14 00:16:03 -04:00
Matt Bierner
73ae56b82b
Build with latest TS nightly ( #120690 )
...
* Pick up new TS 4.3
Also tests adding override keywords for extensions as part of #120675
* Update to daily TS and workaround TS 4.3 issue
Works around https://github.com/microsoft/TypeScript/issues/43578
2021-04-07 12:19:05 -07:00
Eric Amodio
1fd558ab2f
Fixes #117513 - deals with very old git
2021-04-01 13:50:22 -04:00
Raymond Zhao
a5f7945b3b
Update git test for integration tests, fixes #120116
2021-03-29 09:39:39 -07:00
Eric Amodio
1cd067471e
Trims url to avoid issues
2021-03-19 14:23:30 -04:00
Eric Amodio
022d823577
Fixes #110904 - adjusts error regex
2021-03-19 14:21:26 -04:00
Eric Amodio
88655de610
Adds logging
2021-03-09 14:11:35 -05: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
Benjamin Pasero
e916637528
tests - enable color output for integration tests
2021-03-01 15:10:15 +01:00
Eric Amodio
31aa03fcc8
Closes #116361 - adds select/compare ability
2021-02-22 11:58:02 -05:00
Felix Haase
524e119a8b
remove colon from git host in askpass arguments ( #117230 )
...
fixes #117152
2021-02-22 15:04:24 +01:00
Eric Amodio
4fc8dc82f3
Fixes #110496 - use builtin gestures for open/diff
2021-02-05 15:00:47 -05:00
Eric Amodio
2fda718ad7
Fixes #115801 - improves conflict decorations
2021-02-04 17:25:48 -05:00
João Moreno
06c0dbe616
fix compilation error
2021-02-03 13:43:03 +01:00
João Moreno
2525f3e276
Merge branch 'master' into pr/113673
2021-02-03 13:39:20 +01:00
Eric Amodio
6fed1b6383
Uses background flag for better perf/mem usage
...
Filters out deleted resources
2021-02-01 18:02:28 -05:00
Eric Amodio
e6d5a20944
Fixes getBranch when name is fully qualified
2021-01-27 14:51:15 -05:00
João Moreno
7b0cfdd04a
fix git askpass
2021-01-27 09:45:19 +01:00
João Moreno
9e07bfd594
related to #115037
2021-01-26 14:12:50 +01:00
João Moreno
75ff8b1131
fixes #115037
2021-01-26 14:10:49 +01:00
Eric Amodio
2f6c928b20
Fixes getBranch issue with remote branches
...
Improves perf by reducing git calls from 3 to 1
Before this change, remote branches were returned as local ones (RefType.Head), now they will be RefType.RemoteHead
2021-01-25 18:50:31 -05:00
Jackson Kearl
7e55fa0c54
Search In Open Editors ( #107756 )
...
* Initial work on "search in open editors"
* Update wording
* Update messaging for open editors config
* Add command to open all git changes (in association with searching in all open editors)
* Add strict parsing mode to search using providers for specific files
* Clean
* Remove log
* Naming
* Transfer open editors config to search editor
* Pass in more places
* Add some testing
2021-01-21 16:59:07 -08:00
Eric Amodio
6b241a6845
Closes #111210 - adds openRepository api
2021-01-21 01:06:48 -05:00
Eric Amodio
5bcd222075
Fixes checking for rebase against wrong branch
...
Refs: #1866
2021-01-21 00:29:16 -05:00
Florian Schwalm
cbbf2d0990
Correctly resolve mapped drive on Windows
...
fs.realpath.native in NodeJS uses the Win32 API function GetFinalPathNameByHandle() on Windows hosts,
therefore a given path must follow the guidelines for Win32 API file functions.
Drive letters on Windows need to end on a backslash according to the Win32 File Naming Conventions (https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file )
Omitting the backslash results in Windows treating the remaining path components as a relative path starting from the current directory on the specified disk
https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#fully-qualified-vs-relative-paths
2021-01-20 11:58:37 -05:00
Eric Amodio
21c11ba864
Fixes #114433 - adds setting to avoid git config
2021-01-15 14:05:55 -05:00
Eric Amodio
9c7128d8fa
Fixes #114384 - recheck resources after save/add
2021-01-15 00:16:53 -05:00
Eric Amodio
27b824b32c
Adds ability to pass remote/refspec to pushTo cmds
2021-01-13 00:56:07 -05:00
Eric Amodio
d076ee1b94
Adds force push mode to push api
2021-01-13 00:42:07 -05:00
Eric Amodio
02380e7014
Removes repo hint from args
2021-01-13 00:42:06 -05:00
Eric Amodio
3767f97bc3
Adds onDidPublish to Git api
2021-01-12 12:15:40 -05:00
Eric Amodio
8832366467
Closes #110881 - adds possibly rebased warning
2021-01-12 12:15:39 -05:00
Eric Amodio
6828ae1ab5
Removes trim & fixes regex
2021-01-08 11:52:50 -05:00
Eric Amodio
f1151f84ff
Adds userAgent to clone, pull, fetch - #111909
...
Changes to use env
2021-01-06 17:50:42 -05:00
Eric Amodio
9b6aaf1e86
Fixes #112481 - missing refs (because of trim)
2021-01-05 23:19:41 -05:00
joan xie
1bb2ae0e36
Allow ResourceCommandResolver.getRightResource() to return undefined ( #113364 )
2021-01-05 01:05:23 -05:00
Nick Rayburn
3563e2b740
rename run to exec for consistency
2021-01-01 21:20:12 -06:00
Alexandru Dima
e461782061
Fix compilation problem
2020-12-17 22:00:45 +01:00
Alexandru Dima
7ca71e763d
Move away from deprecated 'vscode' node module ( #112718 )
2020-12-17 21:40:14 +01:00
SteVen Batten
f76b1c25e7
remove quotes since we don't spawn shell
2020-12-14 22:03:51 +00:00
艾斯特洛
3b34ea9f16
Update commands.ts ( #112222 )
2020-12-11 00:57:34 -08:00
Eric Amodio
38a8980905
Avoids triggering autofetch unless setting changes
2020-12-11 01:06:10 -05:00
Jason Williams
83f43bee1d
Changing autofetch to a string config which has "current", "all" and ( #111090 )
2020-12-11 00:54:21 -05:00
Eric Amodio
6424b09b2c
Fixes #111909 - adds user agent to push
2020-12-10 17:02:45 -05:00
João Moreno
0c947cb4ee
fixes #96264
2020-12-04 11:43:10 +01:00
Eric Amodio
c358910b01
Fixes #110880 - sets useConfigOnly=true on commit
2020-11-30 17:55:52 -05:00