Skip to content

Only return JSON for add/remove all team repos #9028

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

Merged
merged 5 commits into from
Nov 16, 2019

Conversation

jolheiser
Copy link
Member

Fixes #9023

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Nov 15, 2019
@lunny lunny added the type/bug label Nov 15, 2019
@codecov-io
Copy link

codecov-io commented Nov 15, 2019

Codecov Report

Merging #9028 into master will decrease coverage by 0.03%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9028      +/-   ##
==========================================
- Coverage   41.13%   41.09%   -0.04%     
==========================================
  Files         549      549              
  Lines       71454    71458       +4     
==========================================
- Hits        29392    29369      -23     
- Misses      38347    38371      +24     
- Partials     3715     3718       +3
Impacted Files Coverage Δ
routers/org/teams.go 0% <0%> (ø) ⬆️
models/repo_mirror.go 2.27% <0%> (-11.37%) ⬇️
modules/avatar/avatar.go 48% <0%> (-6%) ⬇️
models/unit.go 62.16% <0%> (-5.41%) ⬇️
models/pull_list.go 57.74% <0%> (-2.12%) ⬇️
modules/migrations/migrate.go 23.78% <0%> (-1.63%) ⬇️
services/mirror/mirror.go 18.7% <0%> (-1.08%) ⬇️
models/repo_list.go 73.14% <0%> (-0.93%) ⬇️
routers/repo/view.go 38.59% <0%> (-0.88%) ⬇️
modules/migrations/gitea.go 8.82% <0%> (-0.64%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9feab29...99fc0f8. Read the comment docs.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Nov 15, 2019
@guillep2k
Copy link
Member

Does this need backport?

@jolheiser
Copy link
Member Author

No, it's new to 1.11.0

@zeripath zeripath merged commit f4bdcd6 into go-gitea:master Nov 16, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when I add or delete a repository to the team then the browser response json data
8 participants