-
Notifications
You must be signed in to change notification settings - Fork 378
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: remove git inner user #1607
feature: remove git inner user #1607
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1607 +/- ##
==========================================
+ Coverage 12.64% 13.00% +0.36%
==========================================
Files 1037 1042 +5
Lines 109338 108755 -583
==========================================
+ Hits 13824 14143 +319
+ Misses 93929 93349 -580
+ Partials 1585 1263 -322
|
Can you prove how other part (such as pipeline) still work normally after deleting inner user? Given some related pr or flow description or screenshot please. |
@@ -224,7 +222,6 @@ func doAuth(c *webcontext.Context, repo *models.Repo, repoName string) { | |||
return | |||
} | |||
c.Set("repository", gitRepository) | |||
//c.Set("lock", repoLock.Lock) |
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.
Not related to this pr.
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.
done
e4a4f8f
to
afbb1a3
Compare
afbb1a3
to
fe65dc0
Compare
/approve |
What type of this PR
/kind feature
What this PR does / why we need it:
fix: remove git inner user
Which issue(s) this PR fixes:
gittar 删除内置 git_inner_user
Specified Reviewers:
/assign @sfwn
ChangeLog
Need cherry-pick to release versions?
Add comment like
/cherry-pick release/1.0
when this PR is merged.