Lunny Xiao
75b5be236a
Display config file path on admin panel ( #2030 )
7 years ago
Mike Fellows
32f1c41f28
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>
7 years ago
Jonas Östanbäck
2852cca99e
Add discourse link ( #2027 )
7 years ago
Ethan Koenig
902a749fd9
Fix fast-forward PR bug ( #1989 )
7 years ago
iszla
826c606952
Keep sort when switching page ( #2013 )
7 years ago
Lunny Xiao
d71fad2ab7
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
7 years ago
Lauris BH
0a5dc640a1
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
7 years ago
Lauris BH
6db387a21e
Refactor session close as xorm already does everything needed internally ( #2020 )
7 years ago
Mura Li
754482bf5d
Add integration test for repository migration ( #1983 )
7 years ago
Ethan Koenig
75f166b6b9
Update code.gitea.io/git ( #2014 )
7 years ago
Lauris BH
165cf33771
Wrong PR merge commit ID saved ( #2007 )
7 years ago
Mura Li
4d2ea7dc41
Add integration test for issue creating ( #2002 )
7 years ago
Ethan Koenig
255adc40ae
Don't show non-comments in comments API ( #2001 )
7 years ago
Ethan Koenig
4df1a24096
Let not-logged-in users view releases ( #1999 )
7 years ago
Ethan Koenig
6e452c4da7
Update code.gitea.io/git ( #1998 )
7 years ago
Bo-Yi Wu
b7812be33a
fix misspell ( #1996 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Bo-Yi Wu
90f9bb12c6
fix golint error and rename func for suggestion. ( #1997 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Antoine GIRARD
6233e88f7f
Use testing benchmark interface ( #1993 )
7 years ago
Bo-Yi Wu
d7570895cc
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>
7 years ago
Lauris BH
1a906f800d
Fix GPG email checking to be case insensitive ( #1988 )
7 years ago
Trolli Schmittlauch
6678593b3c
fix typo ( #1990 )
7 years ago
Lunny Xiao
e2ec4b7c23
fix bu ong normal user visit public repo ( #1984 )
7 years ago
Ethan Koenig
8fc64741d9
Fix deleted milestone bug ( #1942 )
...
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
7 years ago
Ethan Koenig
ce9b86082c
Consolidate boilerplate in integration tests ( #1979 )
7 years ago
Bo-Yi Wu
a3868ef536
update drone sig file ( #1981 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Andrey Nering
b7d597e40c
Merge pull request #1976 from ethantkoenig/log/integration_test
...
Set console to debug for integration tests
7 years ago
Antoine GIRARD
2bcd9471c9
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
7 years ago
Ethan Koenig
d1e4af66c1
Set console to debug for integration tests
7 years ago
Mura Li
01322af2e8
Add integration test for pull-request merge ( #1912 )
7 years ago
Shuanglei Tao
13f0e1255a
Fix typo ( #1974 )
7 years ago
Ethan Koenig
792cde7081
Coverage reports for integration tests ( #1960 )
7 years ago
Mura Li
033aaf4b38
Add pull-create integration test ( #1972 )
7 years ago
Kim "BKC" Carlbäcker
2691673588
send notification if status changed ( #1973 )
...
send notification if status changed
7 years ago
Bo-Yi Wu
0d560f3441
send notification if status changed
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Ethan Koenig
8fcda0442e
Fix search by issue type ( #1914 )
...
* Fix search by issue type
7 years ago
Kim "BKC" Carlbäcker
bf48c8ebdd
SQLite has a query timeout. Hopefully fixes most 'database locked' errors ( #1961 )
...
* SQLite has a query timeout. Fixes 'database locked' errors
7 years ago
Lunny Xiao
31b5e9177f
fix collborators lack of units on orgnization repositories ( #1968 )
...
* fix collborators lack of units on orgnization repositories
* also change log level to debug
7 years ago
Bo-Yi Wu
5b0cbf3788
switch gitter to discord for drone. ( #1971 )
...
* switch gitter to discord for drone.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* add event
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* only notify build fail message.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Ethan Koenig
57cabb3ad3
Fix diff of renamed and modified file ( #1967 )
7 years ago
Antoine GIRARD
274149dd14
Switch to keybase go-crypto (for some elliptic curve key) + test ( #1925 )
...
* Switch to keybase go-crypto (for some elliptic curve key) + test
* Use assert.NoError
and add a little more context to failing test description
* Use assert.(No)Error everywhere 🌈
and assert.Error in place of .Nil/.NotNil
7 years ago
Ethan Koenig
5e92b82ac6
Fix uppercase default branch bug ( #1965 )
7 years ago
Ethan Koenig
96152c38b1
Fix bug in Action.loadRepo() ( #1959 )
7 years ago
silverwind
0168b7073d
Use monospace font in githook editor ( #1958 )
7 years ago
Kim "BKC" Carlbäcker
889409ba31
Fix setting.AppPath for integration tests ( #1923 )
...
Fix setting.AppPath for integration tests
7 years ago
shakeme
e8c63e21af
Fix missing backslash in Dockerfile.rpi ( #1952 )
7 years ago
Ethan Koenig
b38b61bbc1
Fix import order ( #1951 )
8 years ago
Andrey Nering
635273cea6
Merge pull request #1829 from ethantkoenig/no_branches
...
Commitless repos should be bare
8 years ago
Kim "BKC" Carlbäcker
b5d2780b22
Merge pull request #1945 from appleboy/master
...
[ci skip] add 1.1.2 change log.
8 years ago
Jonas Östanbäck
00733b4468
Add myself as a maintainer ( #1948 )
8 years ago
Bo-Yi Wu
884c60480d
[ci skip] add 1.1.2 change log.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago