-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Added support for pushing Git commits #12633
Conversation
I think we should find a way to test this before merging |
Does this help for pulling from private repos? |
I'll add that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@yaira2 if you or anyone else wants to test I created an OAuth app, write me on DS and I'll give you the name and client id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ferrariofilippo thank you for all your hard work on this feature. |
<RowDefinition /> | ||
</Grid.RowDefinitions> | ||
|
||
<StackPanel Width="360" Height="40"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to Border
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #12793
@@ -3344,4 +3371,7 @@ | |||
<data name="UnableToDisplayOwner" xml:space="preserve"> | |||
<value>Unable to display current owner.</value> | |||
</data> | |||
<data name="AuthorizationSucceded"> | |||
<value>Great! You are now authorised.</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*authorized
Resolved / Related Issues
Closes Feature: Support for pushing git changes #12561
Validation
How did you test these changes?