Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintainer workflow #567

Merged
merged 91 commits into from Oct 24, 2016

Merge branch 'master' into grokys/maintainer-workflow

5ad4d53
Select commit
1a17ec4
Display basic PR details.
grokys Sep 16, 2016
b281ce0
Allow PR details to be opened more than once.
grokys Sep 16, 2016
e71726c
Clicking PR number opens PR on GitHub.
grokys Sep 16, 2016
13df498
Add more stuff to PR details.
grokys Sep 16, 2016
e82016a
Merge branch 'master' into grokys/pr-detail
grokys Sep 16, 2016
d48f422
Filled out PR details form XAML.
grokys Sep 20, 2016
c4ba3f0
Display more PR detail information.
grokys Sep 20, 2016
2bbdd88
Rejigged PR detail view layout.
grokys Sep 20, 2016
5d1d177
Implement PR Open/Closed label.
grokys Sep 20, 2016
8ac5503
Shorten branch name if not from a fork.
grokys Sep 20, 2016
7669160
Added body right margin.
grokys Sep 20, 2016
7ad0d4b
Fix separator overflow.
grokys Sep 20, 2016
524c3e2
Skip ModelService for PR details.
grokys Sep 20, 2016
7d52f9c
Started adding changes tree to PR details.
grokys Sep 21, 2016
ff38e49
Use TeamExplorer's SectionControl.
grokys Sep 21, 2016
4efb5f6
Fix mouse wheel scrolling in PR details.
grokys Sep 21, 2016
45060f6
Merge branch 'master' into grokys/pr-detail
grokys Sep 22, 2016
9654986
Display spinner in PR details view.
grokys Sep 22, 2016
0b46eba
Display avatar.
grokys Sep 22, 2016
898b73f
Make "view on github" link work.
grokys Sep 22, 2016
25ead9e
Preparation for switchable changed files view.
grokys Sep 22, 2016
27807d4
Allow switching changes to list in PR details.
grokys Sep 22, 2016
0fac3a0
Make changes list look a bit nicer.
grokys Sep 23, 2016
2cd7f1c
Show options in dropdown menu in PR details.
grokys Sep 23, 2016
3e137fe
Implement toggling file open action in PR detail.
grokys Sep 23, 2016
04fa640
Added some documentation.
grokys Sep 23, 2016
6870a39
Tweaks for dark theme.
grokys Sep 23, 2016
d0d6f14
Adjust font size of PR title
donokuda Sep 26, 2016
028b60d
Update PR status text treatment
donokuda Sep 26, 2016
9908f33
Vertical align center pr status
donokuda Sep 26, 2016
9d13833
Thinner separators
donokuda Sep 26, 2016
00e99e5
Tweak PR title margins and alignment
donokuda Sep 27, 2016
73beacd
Nudge chevron arrow
donokuda Sep 27, 2016
7090ebd
Adjust margins and avatar size for author timestamp
donokuda Sep 27, 2016
0efa196
Omg I got the images to actually resize
donokuda Sep 27, 2016
c9aa5b4
This isn't needed
donokuda Sep 27, 2016
5cd711b
Merge pull request #564 from github/don/pr-header-polish
grokys Sep 28, 2016
4f85ef2
Merge pull request #565 from github/don/pr-description-polish
grokys Sep 28, 2016
a7ca7cd
Use RelativeSource in binding.
grokys Sep 28, 2016
89cde83
Implemented checking out PR branches.
grokys Sep 28, 2016
6b05fd3
Merge branch 'master' into grokys/maintainer-workflow
grokys Sep 28, 2016
0e2dc9d
Correctly convert config key to branch name.
grokys Sep 28, 2016
83cb4c9
Check how far behind PR current branch is.
grokys Sep 28, 2016
654027e
Fix typo.
grokys Sep 28, 2016
c541300
Added missing else.
grokys Sep 28, 2016
c0005a0
Update icon
donokuda Sep 28, 2016
55b731b
Fix a couple of CA errors.
grokys Sep 29, 2016
6e57be4
Avoid naming clashes in local PR branch names.
grokys Sep 29, 2016
ebdf9e9
Check for dirty repository state.
grokys Sep 29, 2016
1ae6a85
Detect local commits in PR branch.
grokys Sep 29, 2016
f864171
Display placeholder text if no PR body present.
grokys Sep 29, 2016
7f9b834
Implement updating local PR branch.
grokys Sep 29, 2016
c50cb5d
Use correct branch name in config.
grokys Sep 29, 2016
6934e3f
Trim trailing hypens from generated branch name.
grokys Sep 29, 2016
18535d5
Re-checkout PR branch when there are local changes.
grokys Sep 29, 2016
2167aff
Correctly handle PRs from local repo.
grokys Sep 29, 2016
c24604a
Fix expected test result.
grokys Sep 29, 2016
0e746fc
Added tests for PullRequestService.GetLocalBranches.
grokys Sep 29, 2016
683e795
Correctly check out branch from same repo.
grokys Sep 29, 2016
6d98cdd
Display a "local changes can be pushed" message.
grokys Sep 29, 2016
2c87346
Hide hyperlinks when disabled.
grokys Sep 30, 2016
4f2d950
Open changed file when double clicked.
grokys Sep 30, 2016
98a9696
Merge branch 'grokys/maintainer-workflow' of https://github.com/githu…
donokuda Sep 30, 2016
b0213fc
Remove alert icon from error message
donokuda Oct 3, 2016
1090baa
Add error message style
donokuda Oct 3, 2016
cf8e12d
Change folder icon to a folder
donokuda Oct 3, 2016
d9a0f03
Update directory icon color
donokuda Oct 3, 2016
c499948
Remove top margin from error message
donokuda Oct 3, 2016
78cf181
Merge pull request #574 from github/don/pr-details-polish
grokys Oct 4, 2016
f6c24db
Fix failing test.
Oct 4, 2016
e0fc71a
Couple of renames.
Oct 6, 2016
3baf00e
Do a FF-pull when updating PR from same repo.
Oct 6, 2016
84631f5
Replace ActivateItem with open/diff file ommands.
grokys Oct 14, 2016
ef300a4
Merge branch 'master' into grokys/maintainer-workflow
grokys Oct 14, 2016
f862a3d
Removed duplicate file.
grokys Oct 14, 2016
e5aecc9
Read pull request details view ModelService.
grokys Oct 18, 2016
c996266
Enable the cache for PRs in ModelService.
grokys Oct 18, 2016
a397f25
Expose the PR model from view model.
grokys Oct 18, 2016
c350de0
Tweaks to PR details view
grokys Oct 19, 2016
6587ddb
Renamed PR file/directory node classes.
grokys Oct 19, 2016
fa6f59c
Fix failing tests.
grokys Oct 19, 2016
73dd7e5
Merge branch 'master' into grokys/maintainer-workflow
grokys Oct 19, 2016
6fc5ff9
Account for DPI scaling when positioning menu.
grokys Oct 19, 2016
e22daa8
Raised missing notification of dependent value.
grokys Oct 21, 2016
d28c340
Use readonly collections where appropriate.
grokys Oct 21, 2016
47ee8e0
Make method static.
grokys Oct 21, 2016
4526845
PullRequest.Head can be null.
grokys Oct 21, 2016
b890f32
Make GitReferenceModel immutable.
grokys Oct 21, 2016
059a8db
Added an assert and handle something going wrong.
grokys Oct 21, 2016
4711503
Fix assertion error.
grokys Oct 24, 2016
5ad4d53
Merge branch 'master' into grokys/maintainer-workflow
haacked Oct 24, 2016
Merged

Maintainer workflow #567

Merge branch 'master' into grokys/maintainer-workflow
5ad4d53
Select commit
1a17ec4
Display basic PR details.
grokys Sep 16, 2016
b281ce0
Allow PR details to be opened more than once.
grokys Sep 16, 2016
e71726c
Clicking PR number opens PR on GitHub.
grokys Sep 16, 2016
13df498
Add more stuff to PR details.
grokys Sep 16, 2016
e82016a
Merge branch 'master' into grokys/pr-detail
grokys Sep 16, 2016
d48f422
Filled out PR details form XAML.
grokys Sep 20, 2016
c4ba3f0
Display more PR detail information.
grokys Sep 20, 2016
2bbdd88
Rejigged PR detail view layout.
grokys Sep 20, 2016
5d1d177
Implement PR Open/Closed label.
grokys Sep 20, 2016
8ac5503
Shorten branch name if not from a fork.
grokys Sep 20, 2016
7669160
Added body right margin.
grokys Sep 20, 2016
7ad0d4b
Fix separator overflow.
grokys Sep 20, 2016
524c3e2
Skip ModelService for PR details.
grokys Sep 20, 2016
7d52f9c
Started adding changes tree to PR details.
grokys Sep 21, 2016
ff38e49
Use TeamExplorer's SectionControl.
grokys Sep 21, 2016
4efb5f6
Fix mouse wheel scrolling in PR details.
grokys Sep 21, 2016
45060f6
Merge branch 'master' into grokys/pr-detail
grokys Sep 22, 2016
9654986
Display spinner in PR details view.
grokys Sep 22, 2016
0b46eba
Display avatar.
grokys Sep 22, 2016
898b73f
Make "view on github" link work.
grokys Sep 22, 2016
25ead9e
Preparation for switchable changed files view.
grokys Sep 22, 2016
27807d4
Allow switching changes to list in PR details.
grokys Sep 22, 2016
0fac3a0
Make changes list look a bit nicer.
grokys Sep 23, 2016
2cd7f1c
Show options in dropdown menu in PR details.
grokys Sep 23, 2016
3e137fe
Implement toggling file open action in PR detail.
grokys Sep 23, 2016
04fa640
Added some documentation.
grokys Sep 23, 2016
6870a39
Tweaks for dark theme.
grokys Sep 23, 2016
d0d6f14
Adjust font size of PR title
donokuda Sep 26, 2016
028b60d
Update PR status text treatment
donokuda Sep 26, 2016
9908f33
Vertical align center pr status
donokuda Sep 26, 2016
9d13833
Thinner separators
donokuda Sep 26, 2016
00e99e5
Tweak PR title margins and alignment
donokuda Sep 27, 2016
73beacd
Nudge chevron arrow
donokuda Sep 27, 2016
7090ebd
Adjust margins and avatar size for author timestamp
donokuda Sep 27, 2016
0efa196
Omg I got the images to actually resize
donokuda Sep 27, 2016
c9aa5b4
This isn't needed
donokuda Sep 27, 2016
5cd711b
Merge pull request #564 from github/don/pr-header-polish
grokys Sep 28, 2016
4f85ef2
Merge pull request #565 from github/don/pr-description-polish
grokys Sep 28, 2016
a7ca7cd
Use RelativeSource in binding.
grokys Sep 28, 2016
89cde83
Implemented checking out PR branches.
grokys Sep 28, 2016
6b05fd3
Merge branch 'master' into grokys/maintainer-workflow
grokys Sep 28, 2016
0e2dc9d
Correctly convert config key to branch name.
grokys Sep 28, 2016
83cb4c9
Check how far behind PR current branch is.
grokys Sep 28, 2016
654027e
Fix typo.
grokys Sep 28, 2016
c541300
Added missing else.
grokys Sep 28, 2016
c0005a0
Update icon
donokuda Sep 28, 2016
55b731b
Fix a couple of CA errors.
grokys Sep 29, 2016
6e57be4
Avoid naming clashes in local PR branch names.
grokys Sep 29, 2016
ebdf9e9
Check for dirty repository state.
grokys Sep 29, 2016
1ae6a85
Detect local commits in PR branch.
grokys Sep 29, 2016
f864171
Display placeholder text if no PR body present.
grokys Sep 29, 2016
7f9b834
Implement updating local PR branch.
grokys Sep 29, 2016
c50cb5d
Use correct branch name in config.
grokys Sep 29, 2016
6934e3f
Trim trailing hypens from generated branch name.
grokys Sep 29, 2016
18535d5
Re-checkout PR branch when there are local changes.
grokys Sep 29, 2016
2167aff
Correctly handle PRs from local repo.
grokys Sep 29, 2016
c24604a
Fix expected test result.
grokys Sep 29, 2016
0e746fc
Added tests for PullRequestService.GetLocalBranches.
grokys Sep 29, 2016
683e795
Correctly check out branch from same repo.
grokys Sep 29, 2016
6d98cdd
Display a "local changes can be pushed" message.
grokys Sep 29, 2016
2c87346
Hide hyperlinks when disabled.
grokys Sep 30, 2016
4f2d950
Open changed file when double clicked.
grokys Sep 30, 2016
98a9696
Merge branch 'grokys/maintainer-workflow' of https://github.com/githu…
donokuda Sep 30, 2016
b0213fc
Remove alert icon from error message
donokuda Oct 3, 2016
1090baa
Add error message style
donokuda Oct 3, 2016
cf8e12d
Change folder icon to a folder
donokuda Oct 3, 2016
d9a0f03
Update directory icon color
donokuda Oct 3, 2016
c499948
Remove top margin from error message
donokuda Oct 3, 2016
78cf181
Merge pull request #574 from github/don/pr-details-polish
grokys Oct 4, 2016
f6c24db
Fix failing test.
Oct 4, 2016
e0fc71a
Couple of renames.
Oct 6, 2016
3baf00e
Do a FF-pull when updating PR from same repo.
Oct 6, 2016
84631f5
Replace ActivateItem with open/diff file ommands.
grokys Oct 14, 2016
ef300a4
Merge branch 'master' into grokys/maintainer-workflow
grokys Oct 14, 2016
f862a3d
Removed duplicate file.
grokys Oct 14, 2016
e5aecc9
Read pull request details view ModelService.
grokys Oct 18, 2016
c996266
Enable the cache for PRs in ModelService.
grokys Oct 18, 2016
a397f25
Expose the PR model from view model.
grokys Oct 18, 2016
c350de0
Tweaks to PR details view
grokys Oct 19, 2016
6587ddb
Renamed PR file/directory node classes.
grokys Oct 19, 2016
fa6f59c
Fix failing tests.
grokys Oct 19, 2016
73dd7e5
Merge branch 'master' into grokys/maintainer-workflow
grokys Oct 19, 2016
6fc5ff9
Account for DPI scaling when positioning menu.
grokys Oct 19, 2016
e22daa8
Raised missing notification of dependent value.
grokys Oct 21, 2016
d28c340
Use readonly collections where appropriate.
grokys Oct 21, 2016
47ee8e0
Make method static.
grokys Oct 21, 2016
4526845
PullRequest.Head can be null.
grokys Oct 21, 2016
b890f32
Make GitReferenceModel immutable.
grokys Oct 21, 2016
059a8db
Added an assert and handle something going wrong.
grokys Oct 21, 2016
4711503
Fix assertion error.
grokys Oct 24, 2016
5ad4d53
Merge branch 'master' into grokys/maintainer-workflow
haacked Oct 24, 2016

Workflow runs completed with no jobs

You can’t perform that action at this time.