Commit Graph

112 Commits

Author SHA1 Message Date
Peng Lyu
2ccad33b9b close pull request 2018-05-21 11:32:15 -07:00
Peng Lyu
a857fd580a description node for changes in pr treeview. 2018-05-21 10:51:00 -07:00
Peng Lyu
75a6aecfe2 send create issue comment request and update UI. 2018-05-21 10:33:53 -07:00
Peng Lyu
2f2f03b9a5 comment textarea in description page, styling 2018-05-21 10:12:12 -07:00
Rachel Macfarlane
b20bb83320 Add checkout button to overview 2018-05-18 15:50:33 -07:00
Peng Lyu
d415a740a9 webview infra 2018-05-18 12:55:59 -07:00
Rachel Macfarlane
062084c069 Refactoring 2018-05-18 10:45:41 -07:00
Rachel Macfarlane
b9368d81e8 Add webview description 2018-05-17 18:15:13 -07:00
Peng Lyu
64084e0f99 description svg 2018-05-17 11:55:03 -07:00
Peng Lyu
c724adb6ff description 2018-05-17 11:40:59 -07:00
Rachel Macfarlane
31a5864867 Add null check to mapCommentsToHead 2018-05-17 10:28:03 -07:00
Peng Lyu
41f1722166 use explict api instead of commands for commenting. 2018-05-16 19:14:24 -07:00
Rachel Macfarlane
734f48c6b1 Update comment position when reopening dirty files 2018-05-16 14:59:35 -07:00
Peng Lyu
4d4a44fbbd Merge branch 'rebornix/review' of https://github.com/Microsoft/vscode into rebornix/review 2018-05-16 09:31:31 -07:00
Rachel Macfarlane
b127d658f7 Fix mapOldPositionToNew 2018-05-16 07:58:51 -07:00
Peng Lyu
83b8d6047a wording 2018-05-15 17:10:28 -07:00
Peng Lyu
bd647b78f4 remove unused code 2018-05-15 13:24:35 -07:00
Peng Lyu
d298248b42 git refactor 2018-05-15 11:53:36 -07:00
Peng Lyu
48be3ebb37 Fix error for get prs 2018-05-14 16:31:27 -07:00
Peng Lyu
4cd0afff27 reveal comment in thread. 2018-05-14 15:20:47 -07:00
Peng Lyu
fa0981bdac use monaco editor for commenting. 2018-05-14 11:48:46 -07:00
Rachel Macfarlane
f32bea559a Fix reply command for first comment in thread 2018-05-11 14:31:55 -07:00
Peng Lyu
3570471950 check null and undefined. 2018-05-10 21:24:21 -07:00
Peng Lyu
5cb18070eb show indicator for current pr branch 2018-05-10 17:03:10 -07:00
Peng Lyu
a1fd23d562 show local branches for PR 2018-05-10 16:14:43 -07:00
Peng Lyu
1dc352196b position comments at right position for scm tree view 2018-05-10 15:47:28 -07:00
Peng Lyu
9da6ceae89 open PR in browser when clicking on status bar item. 2018-05-10 15:03:37 -07:00
Peng Lyu
31760c4fe4 Singleton and commands registration 2018-05-10 14:50:13 -07:00
Peng Lyu
bbb4adaab5 Check dirty workspace before switching to Review mode. 2018-05-10 12:03:10 -07:00
Peng Lyu
51c194930e Progress bar for pr switching 2018-05-10 11:49:39 -07:00
Peng Lyu
1c7b91d7e8 start error handling 2018-05-10 11:27:06 -07:00
Peng Lyu
aba56dab0e use git-branch icon for PR 2018-05-09 11:39:14 -07:00
Peng Lyu
59de8924ad Use status bar item to indictate review mode switching. 2018-05-09 11:31:51 -07:00
Peng Lyu
0f0e1bbc3a restore PR branch from git status 2018-05-09 10:17:23 -07:00
Peng Lyu
59ad3ecb36 no git extension api hack 2018-05-08 17:40:37 -07:00
Rachel Macfarlane
dff6558093 Use button widget 2018-05-04 19:04:59 -07:00
Rachel Macfarlane
316e3d32f9 Small styling changes to comment editor contribution 2018-05-04 17:23:40 -07:00
Peng Lyu
b7a2c2cea1 save pr status to git config 2018-05-01 18:09:59 -07:00
Peng Lyu
2029f6efab vscode.range is 0 based. mouse up on gutter should be marker based. 2018-04-23 15:54:10 -07:00
Peng Lyu
eef8588eb4 comments need paging as well 2018-04-23 15:40:38 -07:00
Peng Lyu
ac973988ba the position mapping between diff hunk and file is correct now 2018-04-23 15:18:59 -07:00
Peng Lyu
7b4394d917 auto expand for comments in PR view 2018-04-23 10:46:07 -07:00
Peng Lyu
070d4f3864 filter comments by file 2018-04-23 10:36:20 -07:00
Peng Lyu
faa4bd1fff null check 2018-04-23 10:09:13 -07:00
Rachel Macfarlane
819d690d58 make validateState a no op when prNumber hasn't changed, revert previous 2018-04-20 15:46:46 -07:00
Rachel Macfarlane
49b409ca0d Avoid multiple calls to status when switching PRs 2018-04-20 15:40:33 -07:00
Rachel Macfarlane
1920a28289 Separate WorkspaceCommentProvider and DocumentCommentProvider 2018-04-20 15:15:50 -07:00
Peng Lyu
5a3c4d1930 commentProvider can control collapse state of a thread 2018-04-20 15:04:00 -07:00
Peng Lyu
e1c6d458a7 small reply textarea 2018-04-20 12:25:42 -07:00
Rachel Macfarlane
b25496df39 Fix comment thread update calculation 2018-04-19 17:47:03 -07:00