forgejo/routers/api/v1/repo
6543 b135313c47
[Refactor] convert team(s) to apiTeam(s) (#13745)
* Refactor: teams to api convert

* make org load optional

* more info in tests
2022-05-13 19:27:58 +02:00
..
blob.go
branch.go Don't error when branch's commit doesn't exist (#19547) 2022-04-29 16:44:40 +08:00
collaborators.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
commits.go Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461) 2022-04-25 20:45:18 +02:00
file.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
fork.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
issue_comment.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
issue_label.go
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) 2022-05-08 15:46:34 +02:00
key.go
label.go
language.go Simplify loops to copy (#19569) 2022-05-01 01:53:56 +02:00
main_test.go Use queue instead of memory queue in webhook send service (#19390) 2022-04-25 20:03:01 +02:00
migrate.go
milestone.go
mirror.go
notes.go
patch.go Add "Allow edits from maintainer" feature (#18002) 2022-04-28 17:45:33 +02:00
pull.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
pull_review.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
release.go
release_attachment.go
release_tags.go
repo.go Move access and repo permission to models/perm/access (#19350) 2022-05-11 12:09:36 +02:00
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go [Refactor] convert team(s) to apiTeam(s) (#13745) 2022-05-13 19:27:58 +02:00
topic.go
transfer.go Fix logging of Transfer API (#19456) 2022-04-22 00:05:53 +08:00
tree.go
wiki.go