Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo (#1974) | Shuanglei Tao | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Coverage reports for integration tests (#1960) | Ethan Koenig | 2017-06-15 | 3 | -5/+25 |
| | |||||
* | Add pull-create integration test (#1972) | Mura Li | 2017-06-15 | 1 | -0/+56 |
| | |||||
* | send notification if status changed (#1973) | Kim "BKC" Carlbäcker | 2017-06-15 | 2 | -2/+2 |
|\ | | | | | send notification if status changed | ||||
| * | send notification if status changed | Bo-Yi Wu | 2017-06-15 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 5 | -59/+121 |
| | | | | * Fix search by issue type | ||||
* | SQLite has a query timeout. Hopefully fixes most 'database locked' errors ↵ | Kim "BKC" Carlbäcker | 2017-06-15 | 2 | -1/+5 |
| | | | | | | (#1961) * SQLite has a query timeout. Fixes 'database locked' errors | ||||
* | fix collborators lack of units on orgnization repositories (#1968) | Lunny Xiao | 2017-06-15 | 26 | -6/+614 |
| | | | | | | * fix collborators lack of units on orgnization repositories * also change log level to debug | ||||
* | switch gitter to discord for drone. (#1971) | Bo-Yi Wu | 2017-06-15 | 3 | -4/+13 |
| | | | | | | | | | | | | | | * 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> | ||||
* | Fix diff of renamed and modified file (#1967) | Ethan Koenig | 2017-06-14 | 2 | -8/+7 |
| | |||||
* | Switch to keybase go-crypto (for some elliptic curve key) + test (#1925) | Antoine GIRARD | 2017-06-14 | 56 | -922/+10618 |
| | | | | | | | | | | | | * 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 | ||||
* | Fix uppercase default branch bug (#1965) | Ethan Koenig | 2017-06-14 | 4 | -3/+65 |
| | |||||
* | Fix bug in Action.loadRepo() (#1959) | Ethan Koenig | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Use monospace font in githook editor (#1958) | silverwind | 2017-06-13 | 2 | -0/+9 |
| | |||||
* | Fix setting.AppPath for integration tests (#1923) | Kim "BKC" Carlbäcker | 2017-06-13 | 1 | -4/+13 |
|\ | | | | | Fix setting.AppPath for integration tests | ||||
| * | Absolute path for setting.CustomConf | Ethan Koenig | 2017-06-09 | 1 | -5/+11 |
| | | |||||
| * | Fix setting.AppPath for integration tests | Ethan Koenig | 2017-06-09 | 1 | -1/+4 |
| | | |||||
* | | Fix missing backslash in Dockerfile.rpi (#1952) | shakeme | 2017-06-13 | 1 | -1/+1 |
| | | |||||
* | | Fix import order (#1951) | Ethan Koenig | 2017-06-12 | 3 | -3/+5 |
| | | |||||
* | | Merge pull request #1829 from ethantkoenig/no_branches | Andrey Nering | 2017-06-12 | 2 | -1/+5 |
|\ \ | | | | | | | Commitless repos should be bare | ||||
| * | | Commitless repos should be bare | Ethan Koenig | 2017-05-28 | 2 | -1/+5 |
| | | | |||||
* | | | Merge pull request #1945 from appleboy/master | Kim "BKC" Carlbäcker | 2017-06-12 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | [ci skip] add 1.1.2 change log. | ||||
| * | | | [ci skip] add 1.1.2 change log. | Bo-Yi Wu | 2017-06-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | | | | Add myself as a maintainer (#1948) | Jonas Östanbäck | 2017-06-12 | 1 | -0/+1 |
|/ / / | |||||
* | | | Add repo fork swagger (#1941) | Jonas Östanbäck | 2017-06-12 | 2 | -0/+56 |
| | | | |||||
* | | | Merge pull request #1940 from cez81/discord_links | Andrey Nering | 2017-06-11 | 4 | -5/+5 |
|\ \ \ | | | | | | | | | Update links to Discord server | ||||
| * | | | Update links to Discord server | Jonas Östanbäck | 2017-06-11 | 4 | -5/+5 |
|/ / / | |||||
* | | | Fix engine bug in getIssueByID (#1934) | Ethan Koenig | 2017-06-11 | 1 | -1/+1 |
| | | | |||||
* | | | Fix errors caused by force push (#1927) | Ethan Koenig | 2017-06-10 | 1 | -6/+7 |
| | | | |||||
* | | | Gracefully handle bare repositories on API operations. (#1932) | Dennis Keitzel | 2017-06-10 | 3 | -2/+12 |
| | | | | | | | | | Signed-off-by: Dennis Keitzel <github@pinshot.net> | ||||
* | | | Support CRLF when splitting code lines for display (#1862) | silverwind | 2017-06-10 | 3 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | [ci skip] update discord badge. (#1930) | Bo-Yi Wu | 2017-06-10 | 2 | -2/+2 |
| | | | | | | | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | | | Change join chat from gitter to discord (#1929) | Lunny Xiao | 2017-06-10 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1926 from go-gitea/bkcsoft-update-changelog | Kim "BKC" Carlbäcker | 2017-06-10 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | Update changelog with v1.1.1 | ||||
| * | | | Update changelog with v1.1.1 | Kim "BKC" Carlbäcker | 2017-06-10 | 1 | -0/+13 |
| | |/ | |/| | |||||
* | | | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 15 | -71/+47 |
| | | | |||||
* | | | No highlighting for .txt files (#1922) | Ethan Koenig | 2017-06-09 | 1 | -1/+3 |
|/ / | |||||
* | | Don't run 'make release' on PRs (#1908) | Kim "BKC" Carlbäcker | 2017-06-09 | 2 | -2/+2 |
| | | |||||
* | | Fix ghost user bug (#1913) | Ethan Koenig | 2017-06-09 | 1 | -0/+6 |
| | | | | | | Fix bug where unassigned issues would appear to be assigned to a ghost user | ||||
* | | Set TMPDIR enviroment variable for dump command (#1915) | Jonas Östanbäck | 2017-06-08 | 1 | -0/+5 |
| | | |||||
* | | Add integration test for file editing (#1907) | Mura Li | 2017-06-08 | 1 | -0/+45 |
| | | |||||
* | | Fix 500 in public activity page (#1901) | Ethan Koenig | 2017-06-08 | 1 | -1/+5 |
| | | |||||
* | | Cache ctx.User in retrieveFeeds (#1902) | Ethan Koenig | 2017-06-08 | 1 | -0/+3 |
| | | |||||
* | | Delete Public SSH Key tmp file after calculating fingerprint (#1855) | Dan Magnus Lindvall | 2017-06-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Merge pull request #1905 from ethantkoenig/fix/org_api_auth | Andrey Nering | 2017-06-07 | 1 | -7/+7 |
|\ \ | | | | | | | Require token before checking membership/ownership | ||||
| * | | Require token before checking membership/ownership | Ethan Koenig | 2017-06-07 | 1 | -7/+7 |
| | | | |||||
* | | | Merge pull request #1904 from ethantkoenig/fix/org_api | Andrey Nering | 2017-06-07 | 1 | -10/+23 |
|\ \ \ | | | | | | | | | Bug fixes for org member API | ||||
| * | | | Bug fixes for org member API | Ethan Koenig | 2017-06-07 | 1 | -10/+23 |
| |/ / | |||||
* | | | Merge pull request #1896 from typeless/add-integration-test-for-forking | Andrey Nering | 2017-06-07 | 1 | -0/+67 |
|\ \ \ | | | | | | | | | Add integration test for repository forking | ||||
| * | | | Add integration test for repository forking | Mura Li | 2017-06-07 | 1 | -0/+67 |
| | | | |