You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
John Olheiser 0118b6aaf8 Add option to initialize repository with labels (#6061)
* Add optional label sets on repo creation

* Fix CRLF

* Instead of hardcoding default, make it the helper

* Move label set init out of repo init

Add a new error for the router
Combine router label init with repo creation label init

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

* Add issue labels to Swagger for repo creation

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

* Update models/issue_label.go

Co-Authored-By: Lauris BH <lauris@nix.lv>

* Update models/issue_label.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
5 years ago
..
auth Add option to initialize repository with labels (#6061) 5 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base Use gitea forked macaron (#7933) 5 years ago
cache Use gitea forked macaron (#7933) 5 years ago
charset Make encoding tests independent of LOCALE settings (#8018) 5 years ago
context Fix Go 1.13 private repository go get issue (#8112) 5 years ago
cron Move status table to cron package (#7370) 5 years ago
generate Integrate OAuth2 Provider (#5378) 5 years ago
git Strict name matching for Repository.GetTagID() (#8074) 5 years ago
gzip Use gitea forked macaron (#7933) 5 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 5 years ago
httplib Add golangci (#6418) 5 years ago
indexer Use gitea forked macaron (#7933) 5 years ago
lfs Use gitea forked macaron (#7933) 5 years ago
log Removed unnecessary conversions (#7557) 5 years ago
mailer Add golangci (#6418) 5 years ago
markup feat: highlight issue references with : (#8101) 5 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations fix bug when migrating a private repository (#7917) 5 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Add golangci (#6418) 5 years ago
options Use gitea forked macaron (#7933) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Attempt to fix hook problem (#7854) 5 years ago
process Fix run command race (#1470) 7 years ago
public Use gitea forked macaron (#7933) 5 years ago
pull Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066) 5 years ago
recaptcha Allow Recaptcha service url to be configured (#6820) 5 years ago
repofiles Move git diff codes from models to services/gitdiff (#7889) 5 years ago
search Global code search support (#3664) 6 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Use gitea forked macaron (#7933) 5 years ago
setting Add Ability for User to Customize Email Notification Frequency (#7813) 5 years ago
ssh Use gitea forked macaron (#7933) 5 years ago
structs Add option to initialize repository with labels (#6061) 5 years ago
sync Use gitea forked macaron (#7933) 5 years ago
templates Move git diff codes from models to services/gitdiff (#7889) 5 years ago
test Use gitea forked macaron (#7933) 5 years ago
timeutil Use gitea forked macaron (#7933) 5 years ago
upload Fix upload file type check (#7890) 5 years ago
user Add golangci (#6418) 5 years ago
util Display ui time with customize time location (#7792) 5 years ago
validation Use gitea forked macaron (#7933) 5 years ago