]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoAdd integration test for issue creating (#2002)
Mura Li [Sun, 18 Jun 2017 13:25:58 +0000 (21:25 +0800)]
Add integration test for issue creating (#2002)

7 years agoDon't show non-comments in comments API (#2001)
Ethan Koenig [Sun, 18 Jun 2017 09:06:17 +0000 (05:06 -0400)]
Don't show non-comments in comments API (#2001)

7 years agoLet not-logged-in users view releases (#1999)
Ethan Koenig [Sun, 18 Jun 2017 03:38:24 +0000 (23:38 -0400)]
Let not-logged-in users view releases (#1999)

7 years agoUpdate code.gitea.io/git (#1998)
Ethan Koenig [Sun, 18 Jun 2017 00:30:23 +0000 (20:30 -0400)]
Update code.gitea.io/git (#1998)

7 years agofix misspell (#1996)
Bo-Yi Wu [Sun, 18 Jun 2017 00:30:04 +0000 (19:30 -0500)]
fix misspell (#1996)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agofix golint error and rename func for suggestion. (#1997)
Bo-Yi Wu [Sat, 17 Jun 2017 16:29:59 +0000 (11:29 -0500)]
fix golint error and rename func for suggestion. (#1997)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoUse testing benchmark interface (#1993)
Antoine GIRARD [Sat, 17 Jun 2017 15:01:03 +0000 (17:01 +0200)]
Use testing benchmark interface (#1993)

7 years agoupdate drone discord plugin to 0.0.4 version (#1992)
Bo-Yi Wu [Sat, 17 Jun 2017 11:12:43 +0000 (06:12 -0500)]
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 agoFix GPG email checking to be case insensitive (#1988)
Lauris BH [Sat, 17 Jun 2017 10:56:40 +0000 (13:56 +0300)]
Fix GPG email checking to be case insensitive (#1988)

7 years agofix typo (#1990)
Trolli Schmittlauch [Sat, 17 Jun 2017 04:54:37 +0000 (06:54 +0200)]
fix typo (#1990)

7 years agofix bu ong normal user visit public repo (#1984)
Lunny Xiao [Sat, 17 Jun 2017 04:53:51 +0000 (12:53 +0800)]
fix bu ong normal user visit public repo (#1984)

7 years agoFix deleted milestone bug (#1942)
Ethan Koenig [Sat, 17 Jun 2017 04:51:28 +0000 (00:51 -0400)]
Fix deleted milestone bug (#1942)

* Fix deleted milestone bug

* Use locale for ghost milestone name

* Fix pointer bug

7 years agoConsolidate boilerplate in integration tests (#1979)
Ethan Koenig [Sat, 17 Jun 2017 04:49:45 +0000 (00:49 -0400)]
Consolidate boilerplate in integration tests (#1979)

7 years agoupdate drone sig file (#1981)
Bo-Yi Wu [Fri, 16 Jun 2017 02:32:14 +0000 (21:32 -0500)]
update drone sig file (#1981)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoMerge pull request #1976 from ethantkoenig/log/integration_test
Andrey Nering [Thu, 15 Jun 2017 17:57:29 +0000 (14:57 -0300)]
Merge pull request #1976 from ethantkoenig/log/integration_test

Set console to debug for integration tests

7 years agoSeparate generate swagger + fix sed os specific (#1791)
Antoine GIRARD [Thu, 15 Jun 2017 13:51:23 +0000 (15:51 +0200)]
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 agoSet console to debug for integration tests 1976/head
Ethan Koenig [Thu, 15 Jun 2017 12:12:30 +0000 (08:12 -0400)]
Set console to debug for integration tests

7 years agoAdd integration test for pull-request merge (#1912)
Mura Li [Thu, 15 Jun 2017 11:20:39 +0000 (19:20 +0800)]
Add integration test for pull-request merge (#1912)

7 years agoFix typo (#1974)
Shuanglei Tao [Thu, 15 Jun 2017 09:38:54 +0000 (17:38 +0800)]
Fix typo (#1974)

7 years agoCoverage reports for integration tests (#1960)
Ethan Koenig [Thu, 15 Jun 2017 09:38:33 +0000 (05:38 -0400)]
Coverage reports for integration tests (#1960)

7 years agoAdd pull-create integration test (#1972)
Mura Li [Thu, 15 Jun 2017 07:01:51 +0000 (15:01 +0800)]
Add pull-create integration test (#1972)

7 years agosend notification if status changed (#1973)
Kim "BKC" Carlbäcker [Thu, 15 Jun 2017 06:56:23 +0000 (08:56 +0200)]
send notification if status changed (#1973)

send notification if status changed

7 years agosend notification if status changed 1973/head
Bo-Yi Wu [Thu, 15 Jun 2017 06:46:08 +0000 (14:46 +0800)]
send notification if status changed

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoFix search by issue type (#1914)
Ethan Koenig [Thu, 15 Jun 2017 03:09:03 +0000 (23:09 -0400)]
Fix search by issue type (#1914)

* Fix search by issue type

7 years agoSQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
Kim "BKC" Carlbäcker [Thu, 15 Jun 2017 02:51:17 +0000 (04:51 +0200)]
SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)

* SQLite has a query timeout. Fixes 'database locked' errors

7 years agofix collborators lack of units on orgnization repositories (#1968)
Lunny Xiao [Thu, 15 Jun 2017 02:50:12 +0000 (10:50 +0800)]
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 agoswitch gitter to discord for drone. (#1971)
Bo-Yi Wu [Thu, 15 Jun 2017 02:47:42 +0000 (21:47 -0500)]
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 agoFix diff of renamed and modified file (#1967)
Ethan Koenig [Wed, 14 Jun 2017 09:07:09 +0000 (05:07 -0400)]
Fix diff of renamed and modified file (#1967)

7 years agoSwitch to keybase go-crypto (for some elliptic curve key) + test (#1925)
Antoine GIRARD [Wed, 14 Jun 2017 00:43:43 +0000 (02:43 +0200)]
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 agoFix uppercase default branch bug (#1965)
Ethan Koenig [Wed, 14 Jun 2017 00:42:36 +0000 (20:42 -0400)]
Fix uppercase default branch bug (#1965)

7 years agoFix bug in Action.loadRepo() (#1959)
Ethan Koenig [Wed, 14 Jun 2017 00:37:50 +0000 (20:37 -0400)]
Fix bug in Action.loadRepo() (#1959)

7 years agoUse monospace font in githook editor (#1958)
silverwind [Tue, 13 Jun 2017 02:48:49 +0000 (04:48 +0200)]
Use monospace font in githook editor (#1958)

7 years agoFix setting.AppPath for integration tests (#1923)
Kim "BKC" Carlbäcker [Tue, 13 Jun 2017 02:20:32 +0000 (04:20 +0200)]
Fix setting.AppPath for integration tests (#1923)

Fix setting.AppPath for integration tests

7 years agoFix missing backslash in Dockerfile.rpi (#1952)
shakeme [Tue, 13 Jun 2017 02:07:11 +0000 (04:07 +0200)]
Fix missing backslash in Dockerfile.rpi (#1952)

7 years agoFix import order (#1951)
Ethan Koenig [Mon, 12 Jun 2017 15:01:09 +0000 (11:01 -0400)]
Fix import order (#1951)

7 years agoMerge pull request #1829 from ethantkoenig/no_branches
Andrey Nering [Mon, 12 Jun 2017 14:05:01 +0000 (11:05 -0300)]
Merge pull request #1829 from ethantkoenig/no_branches

Commitless repos should be bare

7 years agoMerge pull request #1945 from appleboy/master
Kim "BKC" Carlbäcker [Mon, 12 Jun 2017 13:26:18 +0000 (15:26 +0200)]
Merge pull request #1945 from appleboy/master

[ci skip] add 1.1.2 change log.

7 years agoAdd myself as a maintainer (#1948)
Jonas Östanbäck [Mon, 12 Jun 2017 13:11:50 +0000 (15:11 +0200)]
Add myself as a maintainer (#1948)

7 years ago[ci skip] add 1.1.2 change log. 1945/head
Bo-Yi Wu [Mon, 12 Jun 2017 09:07:52 +0000 (17:07 +0800)]
[ci skip] add 1.1.2 change log.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoAdd repo fork swagger (#1941)
Jonas Östanbäck [Mon, 12 Jun 2017 00:59:51 +0000 (02:59 +0200)]
Add repo fork swagger (#1941)

7 years agoMerge pull request #1940 from cez81/discord_links
Andrey Nering [Sun, 11 Jun 2017 22:41:08 +0000 (19:41 -0300)]
Merge pull request #1940 from cez81/discord_links

Update links to Discord server

7 years agoUpdate links to Discord server 1940/head
Jonas Östanbäck [Sun, 11 Jun 2017 17:39:36 +0000 (19:39 +0200)]
Update links to Discord server

7 years agoFix engine bug in getIssueByID (#1934)
Ethan Koenig [Sun, 11 Jun 2017 06:39:12 +0000 (02:39 -0400)]
Fix engine bug in getIssueByID (#1934)

7 years agoFix errors caused by force push (#1927)
Ethan Koenig [Sun, 11 Jun 2017 02:59:13 +0000 (22:59 -0400)]
Fix errors caused by force push (#1927)

7 years agoGracefully handle bare repositories on API operations. (#1932)
Dennis Keitzel [Sun, 11 Jun 2017 02:57:28 +0000 (04:57 +0200)]
Gracefully handle bare repositories on API operations. (#1932)

Signed-off-by: Dennis Keitzel <github@pinshot.net>
7 years agoSupport CRLF when splitting code lines for display (#1862)
silverwind [Sat, 10 Jun 2017 15:20:25 +0000 (17:20 +0200)]
Support CRLF when splitting code lines for display (#1862)

* Support CRLF when splitting code lines for display

* refactor, fix mixed match

* fmt

* split on both LF and CRLF, use raw literals in regexes

* simplify

7 years ago[ci skip] update discord badge. (#1930)
Bo-Yi Wu [Sat, 10 Jun 2017 13:38:00 +0000 (08:38 -0500)]
[ci skip] update discord badge. (#1930)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agoChange join chat from gitter to discord (#1929)
Lunny Xiao [Sat, 10 Jun 2017 12:40:56 +0000 (20:40 +0800)]
Change join chat from gitter to discord (#1929)

7 years agoAbsolute path for setting.CustomConf 1923/head
Ethan Koenig [Sat, 10 Jun 2017 02:27:13 +0000 (22:27 -0400)]
Absolute path for setting.CustomConf

7 years agoMerge pull request #1926 from go-gitea/bkcsoft-update-changelog
Kim "BKC" Carlbäcker [Sat, 10 Jun 2017 01:07:09 +0000 (03:07 +0200)]
Merge pull request #1926 from go-gitea/bkcsoft-update-changelog

Update changelog with v1.1.1

7 years agoDisplay URLs in integration test logs (#1924)
Ethan Koenig [Sat, 10 Jun 2017 00:41:36 +0000 (20:41 -0400)]
Display URLs in integration test logs (#1924)

7 years agoNo highlighting for .txt files (#1922)
Ethan Koenig [Sat, 10 Jun 2017 00:39:16 +0000 (20:39 -0400)]
No highlighting for .txt files (#1922)

7 years agoUpdate changelog with v1.1.1 1926/head
Kim "BKC" Carlbäcker [Thu, 4 May 2017 15:11:18 +0000 (17:11 +0200)]
Update changelog with v1.1.1

7 years agoFix setting.AppPath for integration tests
Ethan Koenig [Fri, 9 Jun 2017 18:13:46 +0000 (14:13 -0400)]
Fix setting.AppPath for integration tests

7 years agoDon't run 'make release' on PRs (#1908)
Kim "BKC" Carlbäcker [Fri, 9 Jun 2017 01:52:23 +0000 (03:52 +0200)]
Don't run 'make release' on PRs (#1908)

7 years agoFix ghost user bug (#1913)
Ethan Koenig [Fri, 9 Jun 2017 01:51:31 +0000 (21:51 -0400)]
Fix ghost user bug (#1913)

Fix bug where unassigned issues would appear to be assigned to a ghost user

7 years agoSet TMPDIR enviroment variable for dump command (#1915)
Jonas Östanbäck [Fri, 9 Jun 2017 00:24:15 +0000 (02:24 +0200)]
Set TMPDIR enviroment variable for dump command (#1915)

7 years agoAdd integration test for file editing (#1907)
Mura Li [Thu, 8 Jun 2017 11:15:41 +0000 (19:15 +0800)]
Add integration test for file editing (#1907)

7 years agoFix 500 in public activity page (#1901)
Ethan Koenig [Thu, 8 Jun 2017 08:48:49 +0000 (04:48 -0400)]
Fix 500 in public activity page (#1901)

7 years agoCache ctx.User in retrieveFeeds (#1902)
Ethan Koenig [Thu, 8 Jun 2017 02:11:41 +0000 (22:11 -0400)]
Cache ctx.User in retrieveFeeds (#1902)

7 years agoDelete Public SSH Key tmp file after calculating fingerprint (#1855)
Dan Magnus Lindvall [Thu, 8 Jun 2017 02:08:22 +0000 (04:08 +0200)]
Delete Public SSH Key tmp file after calculating fingerprint (#1855)

* Delete public key tmp file after calculating fingerprint

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Move line

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Remove defer statement

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Readd defer statement and move remove

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Delete space

Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
7 years agoMerge pull request #1905 from ethantkoenig/fix/org_api_auth
Andrey Nering [Wed, 7 Jun 2017 19:49:52 +0000 (16:49 -0300)]
Merge pull request #1905 from ethantkoenig/fix/org_api_auth

Require token before checking membership/ownership

7 years agoMerge pull request #1904 from ethantkoenig/fix/org_api
Andrey Nering [Wed, 7 Jun 2017 19:49:33 +0000 (16:49 -0300)]
Merge pull request #1904 from ethantkoenig/fix/org_api

Bug fixes for org member API

7 years agoMerge pull request #1896 from typeless/add-integration-test-for-forking
Andrey Nering [Wed, 7 Jun 2017 18:55:12 +0000 (15:55 -0300)]
Merge pull request #1896 from typeless/add-integration-test-for-forking

Add integration test for repository forking

7 years agoMerge pull request #1903 from camlafit/patch-1
Andrey Nering [Wed, 7 Jun 2017 18:50:13 +0000 (15:50 -0300)]
Merge pull request #1903 from camlafit/patch-1

A missing / to provide a correct endpoint

7 years agoRequire token before checking membership/ownership 1905/head
Ethan Koenig [Wed, 7 Jun 2017 16:20:32 +0000 (12:20 -0400)]
Require token before checking membership/ownership

7 years agoBug fixes for org member API 1904/head
Ethan Koenig [Wed, 7 Jun 2017 16:10:35 +0000 (12:10 -0400)]
Bug fixes for org member API

7 years agoA missing / to provide a correct endpoint 1903/head
camlafit [Wed, 7 Jun 2017 15:57:28 +0000 (17:57 +0200)]
A missing / to provide a correct endpoint

solve #1899

7 years agoAdd integration test for repository forking 1896/head
Mura Li [Wed, 7 Jun 2017 02:27:49 +0000 (10:27 +0800)]
Add integration test for repository forking

7 years agoSend mails as HTML as default. Setting for send as plain text. (#1648)
Jonas Östanbäck [Wed, 7 Jun 2017 01:14:31 +0000 (03:14 +0200)]
Send mails as HTML as default. Setting for send as plain text. (#1648)

* Send mails as HTML as default. Setting for send as plain text.
 * Add new option SendAsPlainText. remove EnableHTMLAlternative
 * Send HTML mails as default
 * Add html check if html2text should be performed

* Send only multipart or plain. Add deprication warning for ENABLE_HTML_ALTERNATIVE

* Still use ENABLE_HTML_ALTERNATIVE for backward compatibility

* Changed to not ignore html2text errors

7 years agoMerge pull request #1892 from sapk-fork/update-git
Andrey Nering [Tue, 6 Jun 2017 19:35:05 +0000 (16:35 -0300)]
Merge pull request #1892 from sapk-fork/update-git

Update code.gitea.io/git

7 years agoUpdate code.gitea.io/git 1892/head
Antoine GIRARD [Tue, 6 Jun 2017 17:36:48 +0000 (19:36 +0200)]
Update code.gitea.io/git

7 years agoInclude formatting check to the `make test` (and thus also `check`) rule (#1366)
Sandro Santilli [Tue, 6 Jun 2017 13:53:16 +0000 (15:53 +0200)]
Include formatting check to the `make test` (and thus also `check`) rule (#1366)

* Include formatting check to the `make check` rule

... and give it its own standalone target too (make fmt-check)

Show diff on fmt-check failure
Do not allow running "fmt-check" with incompatible go version
Also simplify the `fmt` rule

* Forbid running "make fmt" with Go version != 1.7 or 1.8

* Ignore bindata.go for spelling and formatting checks

also remove duplicated variable assignment for GOFILES

* Run `make fmt`

7 years agoMake `LocalCopyPath` a setting instead of a hard-coded path (#1881)
Phil Hopper [Tue, 6 Jun 2017 09:09:54 +0000 (05:09 -0400)]
Make `LocalCopyPath` a setting instead of a hard-coded path (#1881)

7 years agoCenter-aligned login topbar (#1880)
Ethan Koenig [Tue, 6 Jun 2017 07:05:06 +0000 (03:05 -0400)]
Center-aligned login topbar (#1880)

* Center-aligned login topbar

* Center-align OpenID login

7 years agoMigration to fix existing owner team units (#1873)
Ethan Koenig [Mon, 5 Jun 2017 10:40:25 +0000 (06:40 -0400)]
Migration to fix existing owner team units (#1873)

7 years agoPrevent accidential selection of line numbers in code view (#1860)
silverwind [Mon, 5 Jun 2017 07:52:35 +0000 (09:52 +0200)]
Prevent accidential selection of line numbers in code view (#1860)

7 years agofeat: add check misspelling (#1877)
Bo-Yi Wu [Mon, 5 Jun 2017 07:49:46 +0000 (02:49 -0500)]
feat: add check misspelling (#1877)

7 years agoMerge pull request #1874 from ethantkoenig/typo/issue_test
Andrey Nering [Sun, 4 Jun 2017 20:10:40 +0000 (17:10 -0300)]
Merge pull request #1874 from ethantkoenig/typo/issue_test

Fix misspelled variables

7 years agoMerge pull request #1875 from ethantkoenig/test/unused
Andrey Nering [Sun, 4 Jun 2017 20:10:10 +0000 (17:10 -0300)]
Merge pull request #1875 from ethantkoenig/test/unused

Run unused test

7 years agoRun unused test 1875/head
Ethan Koenig [Sun, 4 Jun 2017 18:28:17 +0000 (14:28 -0400)]
Run unused test

7 years agoFix misspelled variables 1874/head
Ethan Koenig [Sun, 4 Jun 2017 17:39:08 +0000 (13:39 -0400)]
Fix misspelled variables

7 years agofix: error from mktemp command in MacOS. (#1837)
Bo-Yi Wu [Sun, 4 Jun 2017 08:48:18 +0000 (03:48 -0500)]
fix: error from mktemp command in MacOS. (#1837)

* fix: error from mktemp command in MacOS.

* [ci skip] udpate temp name.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years agogofmt (#1868)
Ethan Koenig [Sun, 4 Jun 2017 03:10:16 +0000 (23:10 -0400)]
gofmt (#1868)

7 years agoRename misnamed migration (#1867)
Ethan Koenig [Sun, 4 Jun 2017 03:09:50 +0000 (23:09 -0400)]
Rename misnamed migration (#1867)

7 years agoFix paginater length (#1866)
Ethan Koenig [Sun, 4 Jun 2017 03:07:20 +0000 (23:07 -0400)]
Fix paginater length (#1866)

7 years agoUse production version of vuejs. (#1869)
Antoine GIRARD [Sun, 4 Jun 2017 03:04:42 +0000 (05:04 +0200)]
Use production version of vuejs. (#1869)

7 years agoRemove annoying difference in button heights. (#1853)
Hussain Khalil [Sat, 3 Jun 2017 08:58:43 +0000 (04:58 -0400)]
Remove annoying difference in button heights. (#1853)

* Remove annoying difference in button heights.

Why was that even there?

See before & after: http://imgur.com/a/yKdUR

* (2/2) Remove annoying difference in button heights

7 years agoFix 404 for external tracking issues (#1852)
Ethan Koenig [Sat, 3 Jun 2017 05:56:36 +0000 (01:56 -0400)]
Fix 404 for external tracking issues (#1852)

* Fix 404 for external tracking issues

* Fix 404 for new/upload file

7 years agoDisplay draft releases (#1854)
Ethan Koenig [Sat, 3 Jun 2017 03:46:56 +0000 (23:46 -0400)]
Display draft releases (#1854)

* Display draft releases

* Include ctx.User in user cache

* Integration test

7 years agoFix bug in removeOrgRepo (#1858)
Ethan Koenig [Sat, 3 Jun 2017 01:06:10 +0000 (21:06 -0400)]
Fix bug in removeOrgRepo (#1858)

7 years agoDisplay all organization from user settings (#1739)
Rémy Boulanouar [Fri, 2 Jun 2017 08:43:44 +0000 (10:43 +0200)]
Display all organization from user settings (#1739)

* Display all organization from user settings

* fix Tab selection

* Update locale_en-US.ini

* Add a condition for display Create organization button

* Remove french translation

* Remove unnecessary admin flag

7 years agoFix change introduce by update of go-swagger. (#1727)
Antoine GIRARD [Fri, 2 Jun 2017 04:35:31 +0000 (06:35 +0200)]
Fix change introduce by update of go-swagger. (#1727)

7 years agoFix user profile activity feed (#1848)
Ethan Koenig [Fri, 2 Jun 2017 00:42:25 +0000 (20:42 -0400)]
Fix user profile activity feed (#1848)

* Fix user profile activity feed

* gofmt, and avoid overlapping database connections

7 years agoFix some mistakes (#1833)
Patrick G [Fri, 2 Jun 2017 00:41:52 +0000 (20:41 -0400)]
Fix some mistakes (#1833)

* Fix some mistakes

* Fixes

* Not correct -> incorrect or invalid

* Update according to comments

7 years agofix: only run test coverage on master branch. (#1838)
Bo-Yi Wu [Thu, 1 Jun 2017 18:07:24 +0000 (13:07 -0500)]
fix: only run test coverage on master branch. (#1838)

7 years agoUpdate code.gitea.io/git (#1849)
Ethan Koenig [Thu, 1 Jun 2017 01:43:11 +0000 (21:43 -0400)]
Update code.gitea.io/git (#1849)

7 years agoUse a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)
silverwind [Thu, 1 Jun 2017 01:10:11 +0000 (03:10 +0200)]
Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845)

Tests indicate that line length alone does not make browsers slow, so
increase the default threshold after which diffs get surpressed for line
length from 500 to a more reasonable 5000 characters.

Fixes: https://github.com/go-gitea/gitea/issues/1826
7 years agoDon't ignore error in getMergeCommit (#1843)
Ethan Koenig [Thu, 1 Jun 2017 00:51:24 +0000 (20:51 -0400)]
Don't ignore error in getMergeCommit (#1843)

7 years agoFix locking bug in removeOrgRepo (#1842)
Ethan Koenig [Thu, 1 Jun 2017 00:41:14 +0000 (20:41 -0400)]
Fix locking bug in removeOrgRepo (#1842)