Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use testing benchmark interface (#1993) | Antoine GIRARD | 2017-06-17 | 2 | -9/+9 |
| | |||||
* | update drone discord plugin to 0.0.4 version (#1992) | Bo-Yi Wu | 2017-06-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | * 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> | ||||
* | Fix GPG email checking to be case insensitive (#1988) | Lauris BH | 2017-06-17 | 2 | -2/+41 |
| | |||||
* | fix typo (#1990) | Trolli Schmittlauch | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | fix bu ong normal user visit public repo (#1984) | Lunny Xiao | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | Fix deleted milestone bug (#1942) | Ethan Koenig | 2017-06-17 | 3 | -10/+15 |
| | | | | | | | | * Fix deleted milestone bug * Use locale for ghost milestone name * Fix pointer bug | ||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 16 | -168/+149 |
| | |||||
* | update drone sig file (#1981) | Bo-Yi Wu | 2017-06-15 | 1 | -1/+1 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Merge pull request #1976 from ethantkoenig/log/integration_test | Andrey Nering | 2017-06-15 | 3 | -7/+7 |
|\ | | | | | Set console to debug for integration tests | ||||
| * | Set console to debug for integration tests | Ethan Koenig | 2017-06-15 | 3 | -7/+7 |
| | | |||||
* | | Separate generate swagger + fix sed os specific (#1791) | Antoine GIRARD | 2017-06-15 | 2 | -7/+22 |
|/ | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add integration test for pull-request merge (#1912) | Mura Li | 2017-06-15 | 4 | -3/+62 |
| | |||||
* | 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 |
| | |