1
0
Fork 0
gitea/modules
Lanre Adelowo 9d8178b3ac Add option to close issues via commit on a non master branch (#5992)
* fixes #5957

* add tests to make sure config option is respected

* use already defined struct

* - use migration to make the flag repo wide not for the entire gitea instance
Also note that the config value can still be set so as to be able to control the value for new repositories that are to be created

- fix copy/paste error in copyright header year and rearrange import

- use repo config instead of server config value to determine if a commit should close an issue

- update testsuite

* use global config only when creating a new repository

* allow repo admin toggle feature via UI

* fix typo and improve testcase

* fix fixtures

* add DEFAULT prefix to config value

* fix test
2019-02-10 21:27:19 +02:00
..
auth Add option to close issues via commit on a non master branch (#5992) 2019-02-10 21:27:19 +02:00
avatar
base
cache
context
cron
generate
gzip
highlight
httplib
indexer
lfs
log
mailer
markup
metrics
minwinsvc
notification
options
pprof
private
process
public
recaptcha
search
setting Add option to close issues via commit on a non master branch (#5992) 2019-02-10 21:27:19 +02:00
ssh use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (#5976) 2019-02-07 02:13:12 -05:00
sync
templates
test
user
util
validation