0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-02 07:14:37 +01:00
gitea/routers/repo
John Olheiser 26c4a049da
Issue templates directory (#11450)
* Issue templates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add some comments, appease the linter

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add docs and re-use dir candidates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add default labels to issue templates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Generate swagger

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Suggested changes

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update issue.go

* Suggestions

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Extract metadata from legacy if possible

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-11 10:48:39 -04:00
..
activity.go
attachment.go
blame.go
branch.go Move all push update operations to a queue (#10133) 2020-09-11 10:14:48 -04:00
commit.go
compare.go Issue templates directory (#11450) 2020-09-11 10:48:39 -04:00
download.go
editor.go
editor_test.go
http.go
issue.go Issue templates directory (#11450) 2020-09-11 10:48:39 -04:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
lfs.go LFS support to be stored on minio (#12518) 2020-09-08 23:45:10 +08:00
main_test.go
middlewares.go
migrate.go [API] Migration: Change ServiceType String (#12672) 2020-09-10 23:29:19 +01:00
milestone.go Issue templates directory (#11450) 2020-09-11 10:48:39 -04:00
projects.go
pull.go Move all push update operations to a queue (#10133) 2020-09-11 10:14:48 -04:00
pull_review.go
release.go
release_test.go
repo.go Add a migrate service type switch page (#12697) 2020-09-09 14:29:10 -04:00
search.go
setting.go
setting_protected_branch.go
settings_test.go
topic.go
view.go Add a migrate service type switch page (#12697) 2020-09-09 14:29:10 -04:00
webhook.go
wiki.go
wiki_test.go