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

feature: remove git inner user #1607

Merged

Conversation

littlejiancc
Copy link
Contributor

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

  • Fixes #your-issue_number
  • [Erda Cloud Issue Link](paste your link here)

Specified Reviewers:

/assign @sfwn

ChangeLog

Language Changelog
🇺🇸 English remove git inner user
🇨🇳 中文 gittar删除内置 git inner user

Need cherry-pick to release versions?

Add comment like /cherry-pick release/1.0 when this PR is merged.

For details on the cherry pick process, see the cherry pick requests section under CONTRIBUTING.md.

@codecov
Copy link

codecov bot commented Aug 31, 2021

Codecov Report

Merging #1607 (fe65dc0) into master (879761c) will increase coverage by 0.36%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
pkg/database/sqlparser/pygrator/package.go 36.66% <0.00%> (-13.34%) ⬇️
...p-dashboard-events/components/eventTable/render.go 29.67% <0.00%> (-12.67%) ⬇️
pkg/parser/diceyml/define.go 65.38% <0.00%> (-10.02%) ⬇️
...eline/services/pipelinesvc/passedDataWhenCreate.go 37.50% <0.00%> (-8.34%) ⬇️
modules/cmp/steve/proxy/cache_store.go 49.45% <0.00%> (-8.16%) ⬇️
modules/msp/apm/exception/provider.go 23.07% <0.00%> (-6.56%) ⬇️
modules/actionagent/file_watch.go 17.28% <0.00%> (-5.89%) ⬇️
modules/msp/apm/trace/storage/provider.go 16.12% <0.00%> (-5.75%) ⬇️
modules/pipeline/spec/pipeline_task.go 24.00% <0.00%> (-5.63%) ⬇️
modules/soldier/autoop/writer.go 59.09% <0.00%> (-4.55%) ⬇️
... and 285 more

@Effet Effet added the feature label Aug 31, 2021
@Effet
Copy link
Member

Effet commented Aug 31, 2021

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)
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@littlejiancc littlejiancc force-pushed the feature/gittar-innerUser branch 2 times, most recently from e4a4f8f to afbb1a3 Compare September 1, 2021 07:57
@sfwn
Copy link
Member

sfwn commented Sep 1, 2021

/approve

@erda-bot erda-bot merged commit d518a66 into erda-project:master Sep 1, 2021
@littlejiancc littlejiancc deleted the feature/gittar-innerUser branch September 24, 2021 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants