Joao Moreno
d43bb97bb0
git: contribute Clone to explorer
2020-02-19 12:23:02 +01:00
Joao Moreno
e7ebb137b7
git: easy case for git init
2020-02-19 11:59:27 +01:00
Joao Moreno
27606615ba
rewrite
2020-02-19 11:59:25 +01:00
Joao Moreno
acb9817a8d
too many conditions
2020-02-18 16:37:52 +01:00
Joao Moreno
913c256bb3
fixes #90705
2020-02-18 16:36:10 +01:00
Joao Moreno
595f98455b
fix git tests
2020-02-18 13:56:16 +01: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
Alex Dima
aa70f38ab2
Revert "Fix #88294 Add commitData in commit interface"
...
This reverts commit 51b8bd5064 .
2020-02-18 12:48:22 +01:00
João Moreno
cd6006b5ff
Merge branch 'master' into issue/88294
2020-02-18 10:03:44 +01:00
Joao Moreno
2d125bc3cf
remove git init action from top of scm
2020-02-17 12:24:01 +01:00
Joao Moreno
cce81b98b9
Merge branch 'joao/empty-views-api'
2020-02-17 12:05:37 +01:00
Joao Moreno
25b36c1c37
rename empty view contents to view welcome
2020-02-17 11:25:17 +01:00
Matt Bierner
6ec6f9e3f4
Fix git integration tests
...
Move back to using normal vscode dependency for now . We will look into moving off it later
2020-02-15 13:13:22 -08:00
Eric Amodio
5c017be321
Fixes broken test with git extension
2020-02-14 18:55:11 -05:00
Eric Amodio
9ae0fd36c9
Enhances timeline - commands, timestamp, etc
...
Adds contributable commands to timeline items
Adds right-aligned timestamp to timeline items
Adds Open Changes to Git timeline items
Adds Copy Commit ID to Git timeline items
Adds Copy Commit Message to Git timeline items
2020-02-14 15:22:45 -05:00
Eric Amodio
69b30f6ba7
Adds paging support (wip)
2020-02-14 15:22:45 -05:00
Joao Moreno
b62b2280ea
fixes #90620
2020-02-14 07:24:17 +01:00
Joao Moreno
eab81b4a31
git missing docs
2020-02-13 16:53:08 +01:00
Joao Moreno
d946716fe2
improve git empty view docs
2020-02-13 16:13:10 +01:00
Joao Moreno
3e8bb6cfd4
git: more empty view documentation
2020-02-13 16:03:18 +01:00
Joao Moreno
52d3df6bf2
empty view: placeholder when
2020-02-13 15:32:45 +01:00
Jiayue. Zhang
ee6278b01e
Merge branch 'master' into issue/88294
2020-02-13 00:06:47 +09:00
Eric Amodio
5cb987119a
Fixes #90229
2020-02-10 14:52:22 -05:00
Matt Bierner
b46d35c25c
Don't import from node in extensions for URL and TextEncoder
...
Fixes #90162
Follow up on b1c5e2f19b
2020-02-07 15:51:13 -08:00
Ian MacFarlane
282732392f
Clarify language when creating new git branch
...
When using the git extension, the intent is clear when clicking on "+ Create new branch..." and immediately being prompted "Please provide a branch name". But, when clicking on "+ Create a new branch from..." the intent is ambiguous, since the statement "Please provide a branch name" could refer to the branch from which you wish to base the new branch on or the name of the new branch, the latter being what actually happens.
By specifying "Please provide a *new* branch name...", the intent is clear: the prompt is asking for the name you wish to call the new branch.
2020-02-06 13:04:31 -05:00
Eric Amodio
eaf632c42a
Adds uncommitted changes to timeline
2020-02-06 00:04:54 -05:00
Eric Amodio
9cd22d0dc1
Updates list of readonly git commands
2020-02-06 00:02:00 -05:00
Eric Amodio
4cc5b776dc
Overhauls timeline display to stream in results
...
Implements many API review changes
Fixes #89558
2020-02-05 18:16:37 -05:00
Joao Moreno
dde577b23e
activate git before smoke tests
2020-02-05 15:03:05 +01:00
Joao Moreno
7ed9930136
💄
2020-02-05 11:42:33 +01:00
Joao Moreno
ba25c52127
more git smoke test fixes
2020-02-05 10:57:30 +01:00
Joao Moreno
06dbb1938f
make sure git is activated before integration tests run
2020-02-05 10:24:47 +01:00
Joao Moreno
d2f9126da3
git tests: windows is pain
2020-02-04 20:54:46 +01:00
Joao Moreno
5f239c7414
Merge branch 'master' of github.com:microsoft/vscode
2020-02-04 20:26:24 +01:00
Joao Moreno
54007fa545
fix git smoketests
2020-02-04 20:26:12 +01:00
Matt Bierner
b1c5e2f19b
Don't include dom typings in extensions ( #89942 )
...
**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar
**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
2020-02-04 11:08:22 -08:00
Joao Moreno
16c7551f36
move git smoke tests to integration tests
2020-02-04 17:06:49 +01:00
Joao Moreno
19de7a566c
add proper git dev dependencies
2020-02-04 13:04:44 +01:00
Joao Moreno
a2defb0625
fix build
2020-02-04 12:49:59 +01:00
Joao Moreno
1dd16ab728
setup git integration tests
2020-02-04 12:35:28 +01:00
Joao Moreno
c606dd95e1
fix git tests
2020-02-04 12:35:28 +01:00
Jiayue. Zhang
b61b242503
Merge branch 'master' into issue/88294
2020-01-31 15:49:40 +09:00
Joao Moreno
830992d818
fixes #89373
2020-01-30 17:12:15 +01:00
Jiayue Zhang
51b8bd5064
Fix #88294 Add commitData in commit interface
2020-01-30 01:10:05 +09:00
Joao Moreno
a8231df2ff
fixes #88024
2020-01-29 12:39:05 +01:00
Eric Amodio
5c92e3af68
Fixes open diff command (backwards)
2020-01-27 15:28:33 -05:00
Eric Amodio
b861a1143d
Removes open diff command from palette
2020-01-27 15:28:33 -05:00
Eric Amodio
44edf3c197
Polishes the timeline UI/UX
...
Cleans up API and removes some unused features (e.g. paging)
Adds date formatting
Adds loading progress and message
Removes lots of console.logs 😁
Adds titles to diffs
2020-01-27 15:28:33 -05:00
Eric Amodio
2dc90b8140
Adds index (staged changes) to timeline
2020-01-27 15:28:33 -05:00
Eric Amodio
d7b5fe4cc7
Adds refresh for when timeline changes
2020-01-27 15:28:33 -05:00