Commit Graph

983 Commits

Author SHA1 Message Date
isidor
2ba92aa3e8 add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
isidor
347fb6347b add all cgmanifests. Still no commitHash 2018-11-14 18:18:25 +01:00
Joao Moreno
d4b84e645f fix #62344 2018-11-12 11:18:58 +01:00
Rachel Macfarlane
40a6a2db9a Expose force flag for deleting branch on git extension API 2018-11-07 10:48:40 -08:00
Joao Moreno
fb9e1da186 update git iconv-lite dependency
fixes #62272
2018-11-05 13:39:47 +00:00
Joao Moreno
2b1d06feb9 fixes #18673 2018-11-01 16:06:38 +01:00
Joao Moreno
50a4525420 fixes #60986 2018-11-01 15:59:42 +01:00
Joao Moreno
349e31fee9 fixes #58918 2018-11-01 15:00:53 +01:00
Joao Moreno
66a49b23da cleaner git push api 2018-11-01 11:11:47 +01:00
Joao Moreno
0aa28f556e Merge commit 'refs/pull/61448/head' of github.com:Microsoft/vscode into pr/61448 2018-11-01 11:09:51 +01:00
rebornix
6d923688da git: create branch without checkout 2018-10-29 10:55:45 -07:00
Joao Moreno
08d383346c git extension api docs 2018-10-29 17:26:21 +01:00
Joao Moreno
e3375691ee remove input box visibility change 2018-10-24 08:31:17 -07:00
Joao Moreno
63da98253c Revert "Revert "Merge branch 'pr/60051'""
This reverts commit fb1ed79271.
2018-10-24 08:27:35 -07:00
Johannes Rieken
fb1ed79271 Revert "Merge branch 'pr/60051'"
This reverts commit 217e29ad9c, reversing
changes made to 758206be09.
2018-10-24 11:14:51 +02:00
Joao Moreno
f1f5385a68 💄 SourceControlInputBox.visible API 2018-10-23 16:49:23 -07:00
Joao Moreno
5661a5a5ab Merge branch 'pr/IlyaBiryukov/60048' 2018-10-23 16:17:49 -07:00
Joao Moreno
501241e5a9 💄 2018-10-23 16:17:16 -07:00
Christian Alexander
38ca802368 feat: add push to git extension API 2018-10-21 14:35:07 -07:00
Ramya Achutha Rao
a975e59eaf Update applicationInsights for #60585 2018-10-16 16:29:08 -07:00
Ilya Biryukov
9a7fdb4ad5 Add APIs to git scc provider.
Fix for #59419.
2018-10-05 14:21:12 -07:00
Matt Bierner
dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Matt Bierner
4c8e61c049 Remove "use strict" directives in extension tests
We compile with alwaysStrict so these are not needed
2018-10-02 15:59:42 -07:00
Matt Bierner
6d11792abf Change the git extension to use shared tsconfig 2018-10-02 10:24:19 -07:00
Christof Marti
54c51f2f23 QuickPickItem.alwaysShow (#59232) 2018-10-01 16:39:00 +02:00
Joao Moreno
707787c5b8 update yarn.lock files to use integrity 2018-09-30 16:34:43 +02:00
Joao Moreno
087ee56e75 fixes #47141 2018-09-28 08:50:47 +02:00
Joao Moreno
6335da987d Merge commit 'refs/pull/59131/head' of github.com:Microsoft/vscode into pr/59131 2018-09-27 09:45:55 +02:00
Joao Moreno
58fe02e79b Revert "cancelled git.checkout"
This reverts commit a488569052.
2018-09-27 09:42:35 +02:00
Joao Moreno
77c8657a86 improve setting description
related to #50394
2018-09-27 09:42:22 +02:00
Rachel Macfarlane
ee955d45e3 rebase and remove check in catch 2018-09-26 17:27:24 -07:00
Rachel Macfarlane
f50b87442c Return whether git.checkout succeeded 2018-09-26 17:25:40 -07:00
Ramya Achutha Rao
972ee3f948 Use latest applicationinsights in extensions too 2018-09-25 16:45:00 -07:00
Joao Moreno
b862885245 fixes #47141 2018-09-24 14:24:46 +02:00
Joao Moreno
d47474c557 git init: show picker earlier 2018-09-24 12:38:21 +02:00
Joao Moreno
a488569052 cancelled git.checkout 2018-09-24 11:08:35 +02:00
Joao Moreno
7c2d950958 git: cache isFreshRepository
related to #57854
2018-09-20 16:18:50 +02:00
Johannes Rieken
5037516238 updated lock files 2018-09-20 12:06:55 +02:00
Johannes Rieken
6999ddbab7 update vscode-extension-telemetry 2018-09-20 12:06:55 +02:00
Joao Moreno
ac3d5c93ca git: expose repository ui state 2018-09-20 10:21:31 +02:00
Alex Dima
34e7a220c8 Avoid shipping unnecessary files 2018-09-19 19:53:46 +02:00
Joao Moreno
cac9991579 fixes #56504 2018-09-19 16:23:54 +02:00
Joao Moreno
08c2ce4910 fixes #54407 2018-09-19 16:02:56 +02:00
Joao Moreno
4e3f58f2f4 git: handle deleted conflicts
fixes #52787
2018-09-19 15:48:28 +02:00
Joao Moreno
7f9b85612d fixes #49902 2018-09-19 12:33:11 +02:00
Joao Moreno
42f6ffc872 fixes #49723 2018-09-19 11:54:09 +02:00
Joao Moreno
ba076500a8 missing await 2018-09-19 11:54:09 +02:00
João Moreno
8a142f5b81 Merge pull request #58731 from oneslash/new_branch_if_no_other_found
always show create a branch button
2018-09-19 10:28:17 +02:00
Ramya Achutha Rao
d0a67178ca Update appinsights in built in extensions 2018-09-18 18:35:12 -07:00
Joao Moreno
31419e264a fixes #39048 2018-09-18 16:23:35 +02:00