Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SingletonJava
/
vscode-pull-request-github
Public
forked from
microsoft/vscode-pull-request-github
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
vscode-pull-request-github
src
extension.ts
on
v0.4.0
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 14, 2018
disposables
rebornix
committed
c71516d
View commit details
Copy full SHA for c71516d
View code at this point
Browse repository at this point
bad rename
rebornix
committed
3d53f73
View commit details
Copy full SHA for 3d53f73
View code at this point
Browse repository at this point
constants
rebornix
committed
c5f75df
View commit details
Copy full SHA for c5f75df
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
first cut
rebornix
committed
fd72a53
View commit details
Copy full SHA for fd72a53
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
Use file decorations for file change type.
rebornix
committed
1a2ba4c
View commit details
Copy full SHA for 1a2ba4c
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Merge pull request #668 from Microsoft/rebornix/loglevel
Show description for 28b427c
rebornix
authored
28b427c
View commit details
Copy full SHA for 28b427c
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
add debug log level to help troubleshoot performance issue.
rebornix
committed
d8fb1c5
View commit details
Copy full SHA for d8fb1c5
View code at this point
Browse repository at this point
Commits on Nov 2, 2018
Migrate host configuration to local storage and remove configuration machinery.
Ashi Krishnan
committed
a6e2f6c
View commit details
Copy full SHA for a6e2f6c
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
Follow up on #649, add listener to newly opened repos as well
Rachel Macfarlane
committed
83ae598
View commit details
Copy full SHA for 83ae598
View code at this point
Browse repository at this point
Simplify selected repository listener, make it less flaky, fixes #649
Rachel Macfarlane
committed
dcaad98
View commit details
Copy full SHA for dcaad98
View code at this point
Browse repository at this point
Commits on Oct 9, 2018
Receive GitHub auth tokens with a URI handler rather than a WebSocket backchannel.
Ashi Krishnan
committed
3745705
View commit details
Copy full SHA for 3745705
View code at this point
Browse repository at this point
Commits on Oct 8, 2018
add promise polyfill
rebornix
committed
1753805
View commit details
Copy full SHA for 1753805
View code at this point
Browse repository at this point
Commits on Oct 5, 2018
Fix timing issue with initialization by relaxing selected repo condition (#550)
Rachel Macfarlane
authored
8346413
View commit details
Copy full SHA for 8346413
View code at this point
Browse repository at this point
Commits on Oct 2, 2018
Add multiroot support (#508)
Rachel Macfarlane
authored
e41d8d0
View commit details
Copy full SHA for e41d8d0
View code at this point
Browse repository at this point
Commits on Sep 14, 2018
:lipstick:
joaomoreno
committed
0068c13
View commit details
Copy full SHA for 0068c13
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
remove repository.state.onDidChange
joaomoreno
committed
92e972c
View commit details
Copy full SHA for 92e972c
View code at this point
Browse repository at this point
Merge branch 'master' into git-extension-api
joaomoreno
committed
5c6948f
View commit details
Copy full SHA for 5c6948f
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Add telemetry
Andreia Gaita
committed
4ab8296
View commit details
Copy full SHA for 4ab8296
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
Wait for all calls to get password to complete when loading config, fixes #315
Rachel Macfarlane
committed
0ad97a7
View commit details
Copy full SHA for 0ad97a7
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
remove git.ts
joaomoreno
committed
e1cf2ce
View commit details
Copy full SHA for e1cf2ce
View code at this point
Browse repository at this point
wip: adopt temporary git.d.ts
joaomoreno
committed
5f43e39
View commit details
Copy full SHA for 5f43e39
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
use api in src/extension.ts
joaomoreno
committed
2b3c6f4
View commit details
Copy full SHA for 2b3c6f4
View code at this point
Browse repository at this point
adopt latest git api
joaomoreno
committed
7f1d8d5
View commit details
Copy full SHA for 7f1d8d5
View code at this point
Browse repository at this point
use gitExtension.getAPI
joaomoreno
committed
cd03942
View commit details
Copy full SHA for cd03942
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Fixes #210, Checkout PR doesnt pull changes if the branch already exists
Rachel Macfarlane
committed
49aa57d
View commit details
Copy full SHA for 49aa57d
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
Check if the server is a github instance when selecting remotes to use
Show description for 5b198d5
Andreia Gaita
committed
5b198d5
View commit details
Copy full SHA for 5b198d5
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Add support for any github host (hosted business instances, enterprise, etc)
Andreia Gaita
committed
3c4c30d
View commit details
Copy full SHA for 3c4c30d
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Implementing oauth webflow via external webapp
Andreia Gaita
committed
d605f65
View commit details
Copy full SHA for d605f65
View code at this point
Browse repository at this point
Hook up webflow auth during credential checks
Andreia Gaita
committed
6108777
View commit details
Copy full SHA for 6108777
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Fix error message formatting
Rachel Macfarlane
committed
121e269
View commit details
Copy full SHA for 121e269
View code at this point
Browse repository at this point
Commits on Jul 6, 2018
Changing 'github.accessToken' requires an extension reload, fixes #21
Rachel Macfarlane
committed
101f5e5
View commit details
Copy full SHA for 101f5e5
View code at this point
Browse repository at this point
Commits on Jul 4, 2018
Prevent data race on status change
Rachel Macfarlane
committed
c925199
View commit details
Copy full SHA for c925199
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Fixes #76, Error when opening repo with remote other than Github
Rachel Macfarlane
committed
d36d5e5
View commit details
Copy full SHA for d36d5e5
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
remove dependencies to dugite
rebornix
committed
ae575ea
View commit details
Copy full SHA for ae575ea
View code at this point
Browse repository at this point
Commits on Jun 20, 2018
no need for singleton
rebornix
committed
8360f60
View commit details
Copy full SHA for 8360f60
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.