-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add private dotfiles repo support #7569
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Associated issue: #7565 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #7569 +/- ##
===========================================
+ Coverage 11.98% 30.97% +18.99%
===========================================
Files 20 37 +17
Lines 1193 5814 +4621
===========================================
+ Hits 143 1801 +1658
- Misses 1046 3877 +2831
- Partials 4 136 +132
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/assign @csweichel |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
fe2e1f9
to
75b97e6
Compare
@@ -287,7 +289,8 @@ func Run(options ...RunOption) { | |||
|
|||
// We need to checkout dotfiles first, because they may be changing the path which affects the IDE. | |||
// TODO(cw): provide better feedback if the IDE start fails because of the dotfiles (provide any feedback at all). | |||
installDotfiles(ctx, cfg, childProcEnvvars) | |||
// TODO(pd): // get token here |
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.
I think you can remove TODO
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.
other change look good
/hold
in case someone want to look again
75b97e6
to
3736724
Compare
3736724
to
2088625
Compare
also test it by
It would be better if you could check if you have permissions when setting up the dotfiles repo |
/unhold |
Woohoo! Thanks @iQQBot for adding this and @mustard-mh @csweichel for reviewing this! 🎉 |
Description
Add private dotfiles repo support
Related Issue(s)
Fixes #7565
How to test
go to preview environment
repo
scope in Git Provider in order to access private repoRelease Notes
Documentation