Ethan Koenig
666e099c77
Integration tests for issues API ( #2059 )
8 years ago
Ethan Koenig
99ee4daba9
Fix improper setup for integration tests ( #2050 )
8 years ago
Ethan Koenig
24dfeef379
Skip sqlite integration in CI ( #2058 )
8 years ago
Ethan Koenig
ea9ae714ff
Load label ID in NewLabels ( #2045 )
8 years ago
Ethan Koenig
2775b8b420
Improve integration test helper functions ( #2049 )
Set request headers in helper functions, and new helper for requests with string-formatted URLs
8 years ago
Ethan Koenig
e76aa62582
Fix bug in issue labels API ( #2048 )
8 years ago
Patrick G
544e2f87ff
Fix wording ( #2024 )
* Fix wording
* Update locale_en-US.ini
* Update keys_gpg.tmpl
8 years ago
Győrvári Gábor
05ddfb6f18
Enable assignee e-mail notification ( #2003 )
* Enable assignee e-mail notification
* Check assignee and doer to avoid self made comment notifications.
* Assignee not always defined
* New method to avoid error when assignee deleted
* Assignee empty check
8 years ago
Lunny Xiao
e0d65e650f
add missing lfs config on example file ( #2039 )
* add missing lfs config on example file
* leveal jwt secret empty
8 years ago
Lunny Xiao
bafae5bf6d
remove deprecated code for Gogs compitable ( #2041 )
8 years ago
Lauris BH
12e484fc67
update git module ( #2037 )
8 years ago
Kim "BKC" Carlbäcker
c7eab506e0
Fix displaying commits and files of PR created from now deleted fork ( #2023 )
Fix displaying commits and files of PR created from now deleted fork
8 years ago
Lunny Xiao
f5024e6612
repo/editor: fix breadcrumb path cuts parent dirs ( #3859 ) ( #2032 )
8 years ago
Lunny Xiao
d483ea938a
Display config file path on admin panel ( #2030 )
8 years ago
Mike Fellows
0890f193d4
ROOT_URL setting use the default as shown in conf/app.ini ( #1823 )
The well commented conf/app.ini file that comes with the code shows the
ROOT_URL (i.e. setting.AppURL) as:
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
However the installed custom/conf/app.ini file does not include this setting as
shown, and the default in the setting module was hard coded to
http://localhost:3000/ instead of what is shown above.
With this change the ROOT_URL will default to what is shown above if it is not
set in the custom/conf/app.ini.
Of course it is still possible to override the default by adding the ROOT_URL
setting to your custom/conf/app.ini file as usual.
Signed-off-by: Mike Fellows <mike.fellows@shaw.ca>
8 years ago
Jonas Östanbäck
945600b745
Add discourse link ( #2027 )
8 years ago
Ethan Koenig
8e97389958
Fix fast-forward PR bug ( #1989 )
8 years ago
iszla
cd7dab3d2f
Keep sort when switching page ( #2013 )
8 years ago
Lunny Xiao
ef60249ff3
Fix #2001 and fix issue comments hidden ( #2016 )
* revert #2001 and fix issue comments hidden
* fix #2001
* fix import
* improve comment type
* reduce unnecessary join
* fix comment on FindCommentsOptions
8 years ago
Lauris BH
3979a175bd
Make branch deletion URL more like GitHub's, fixes #1397 ( #1994 )
* Make branch deletion URL more like GitHub's, fixes #1397
* Add PR branch deletion integration test
* Do not allow deleting protected branch
* Change http error code to 403 if user has no write rights to repository
* Add check to not panic if forked repository has alrady been deleted
8 years ago
Lauris BH
625f482b25
Refactor session close as xorm already does everything needed internally ( #2020 )
8 years ago
Lauris Bukšis-Haberkorns
b9e687eae2
Fix displaying commits and files of PR created from now deleted forked repository
8 years ago
Mura Li
d33b07de6d
Add integration test for repository migration ( #1983 )
8 years ago
Ethan Koenig
3d8b93dbaf
Update code.gitea.io/git ( #2014 )
8 years ago
Lauris BH
0d9a7a93f3
Wrong PR merge commit ID saved ( #2007 )
8 years ago
Mura Li
3b54b4b259
Add integration test for issue creating ( #2002 )
8 years ago
Ethan Koenig
5518912d1d
Don't show non-comments in comments API ( #2001 )
8 years ago
Ethan Koenig
769e635398
Let not-logged-in users view releases ( #1999 )
8 years ago
Ethan Koenig
19cdabd860
Update code.gitea.io/git ( #1998 )
8 years ago
Bo-Yi Wu
a1901fdb4a
fix misspell ( #1996 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Bo-Yi Wu
54949c9b66
fix golint error and rename func for suggestion. ( #1997 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Antoine GIRARD
f89d617a8f
Use testing benchmark interface ( #1993 )
8 years ago
Bo-Yi Wu
218a4ecaaa
update drone discord plugin to 0.0.4 version ( #1992 )
* update drone discord plugin to 0.0.3 version
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* update to 0.0.4
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* update sig file.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Lauris BH
90f7beefc2
Fix GPG email checking to be case insensitive ( #1988 )
8 years ago
Trolli Schmittlauch
f2698ec6c1
fix typo ( #1990 )
8 years ago
Lunny Xiao
7052193cd1
fix bu ong normal user visit public repo ( #1984 )
8 years ago
Ethan Koenig
48d328b923
Fix deleted milestone bug ( #1942 )
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
8 years ago
Ethan Koenig
036475727f
Consolidate boilerplate in integration tests ( #1979 )
8 years ago
Bo-Yi Wu
bc1c7aa32a
update drone sig file ( #1981 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Andrey Nering
b3ebe33eef
Merge pull request #1976 from ethantkoenig/log/integration_test
Set console to debug for integration tests
8 years ago
Antoine GIRARD
7c20be2658
Separate generate swagger + fix sed os specific ( #1791 )
* Separate generate-swagger
* Remove go generate rules
* Add missing definition replacement + remove use of -i sed flag
for compatibility with mac os default sed version.
This is a little hacky a better solution could be use.
* Use custom SED_INPLACE
depending of platform detection
* Use SED_INPLACE for swagger-ui also
8 years ago
Ethan Koenig
6596d9799d
Set console to debug for integration tests
8 years ago
Mura Li
ff0823bece
Add integration test for pull-request merge ( #1912 )
8 years ago
Shuanglei Tao
5f30909a4b
Fix typo ( #1974 )
8 years ago
Ethan Koenig
245a19ec50
Coverage reports for integration tests ( #1960 )
8 years ago
Mura Li
5bb5769825
Add pull-create integration test ( #1972 )
8 years ago
Kim "BKC" Carlbäcker
7c4222a158
send notification if status changed ( #1973 )
send notification if status changed
8 years ago
Bo-Yi Wu
7b76ac3129
send notification if status changed
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Ethan Koenig
d1367598b1
Fix search by issue type ( #1914 )
* Fix search by issue type
8 years ago
Kim "BKC" Carlbäcker
89d7c8022c
SQLite has a query timeout. Hopefully fixes most 'database locked' errors ( #1961 )
* SQLite has a query timeout. Fixes 'database locked' errors
8 years ago