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

[API] creat org repo call same as github #9186

Merged
merged 37 commits into from
Jan 9, 2020
Merged

Conversation

6543
Copy link
Member

@6543 6543 commented Nov 27, 2019

close #9090

@codecov-io
Copy link

codecov-io commented Nov 27, 2019

Codecov Report

Merging #9186 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9186      +/-   ##
==========================================
+ Coverage    42.1%   42.13%   +0.02%     
==========================================
  Files         584      584              
  Lines       77486    77515      +29     
==========================================
+ Hits        32629    32658      +29     
  Misses      40844    40844              
  Partials     4013     4013
Impacted Files Coverage Δ
routers/api/v1/api.go 73.96% <100%> (ø) ⬆️
routers/api/v1/repo/repo.go 69.55% <100%> (+1.07%) ⬆️

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 ee9ce0c...3fe1129. Read the comment docs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Nov 27, 2019
@lunny lunny added the modifies/api This PR adds API routes or modifies them label Nov 28, 2019
@lunny lunny added this to the 1.12.0 milestone Nov 28, 2019
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Dec 22, 2019
@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 Dec 29, 2019
routers/api/v1/api.go Show resolved Hide resolved
@6543
Copy link
Member Author

6543 commented Jan 9, 2020

ready to merge 🚀

@zeripath
Copy link
Contributor

zeripath commented Jan 9, 2020

Make lg-tm work

@zeripath zeripath merged commit e8ea069 into go-gitea:master Jan 9, 2020
@6543 6543 deleted the fix-9090 branch January 9, 2020 17:45
@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. modifies/api This PR adds API routes or modifies them
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: /org/{org}/repos is inconsistent with the rest of the api
8 participants