| Commit message (Expand) | Author | Age | Files | Lines |
* | Make branch deletion URL more like GitHub's, fixes #1397 (#1994) | Lauris BH | 2017-06-21 | 3 | -0/+103 |
* | Add integration test for repository migration (#1983) | Mura Li | 2017-06-20 | 1 | -0/+70 |
* | Add integration test for issue creating (#2002) | Mura Li | 2017-06-18 | 1 | -0/+31 |
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 4 | -10/+47 |
* | Let not-logged-in users view releases (#1999) | Ethan Koenig | 2017-06-18 | 1 | -0/+8 |
* | fix golint error and rename func for suggestion. (#1997) | Bo-Yi Wu | 2017-06-17 | 11 | -25/+30 |
* | Use testing benchmark interface (#1993) | Antoine GIRARD | 2017-06-17 | 2 | -9/+9 |
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 15 | -168/+147 |
* | Set console to debug for integration tests | Ethan Koenig | 2017-06-15 | 3 | -7/+7 |
* | 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 |
* | Add pull-create integration test (#1972) | Mura Li | 2017-06-15 | 1 | -0/+56 |
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 1 | -0/+50 |
* | fix collborators lack of units on orgnization repositories (#1968) | Lunny Xiao | 2017-06-15 | 24 | -6/+567 |
* | Fix uppercase default branch bug (#1965) | Ethan Koenig | 2017-06-14 | 3 | -0/+60 |
* | Fix setting.AppPath for integration tests (#1923) | Kim "BKC" Carlbäcker | 2017-06-13 | 1 | -4/+13 |
|\ |
|
| * | 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 |
* | | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 15 | -71/+47 |
|/ |
|
* | Add integration test for file editing (#1907) | Mura Li | 2017-06-08 | 1 | -0/+45 |
* | Add integration test for repository forking | Mura Li | 2017-06-07 | 1 | -0/+67 |
* | Display draft releases (#1854) | Ethan Koenig | 2017-06-03 | 1 | -0/+22 |
* | Fix pull request compare link (#1832) | Ethan Koenig | 2017-05-31 | 1 | -0/+31 |
* | Fix invalid reference in feeds template (#1820) | Ethan Koenig | 2017-05-27 | 1 | -0/+9 |
* | Fix 500 for GET /teams/:id endpoints (#1811) | Ethan Koenig | 2017-05-26 | 1 | -0/+38 |
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -10/+12 |
* | Fix and test for delete user (#1713) | Ethan Koenig | 2017-05-20 | 1 | -0/+41 |
* | Don't recreate database in integration tests (#1697) | Ethan Koenig | 2017-05-11 | 1 | -6/+1 |
* | remove sqlite tag when integration test with mysql/postgres AND recreate data... | Lunny Xiao | 2017-05-09 | 1 | -3/+9 |
* | Add configuration option for default permission to create Organizations (#1686) | Lauris BH | 2017-05-08 | 3 | -0/+3 |
* | fix bug when push a branch name with / & fix an integration test bug (#1689) | Lunny Xiao | 2017-05-08 | 2 | -5/+51 |
* | Show commit status icon in commits table (#1688) | Lauris BH | 2017-05-07 | 2 | -83/+101 |
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 3 | -2/+297 |
* | MySQL, Postgres integration tests in drone (#1638) | Ethan Koenig | 2017-04-30 | 3 | -11/+49 |
* | fix #1643 and improve integration test (#1645) | Lunny Xiao | 2017-04-30 | 3 | -9/+30 |
* | fix bug on issue view when not login (#1624) | Lunny Xiao | 2017-04-29 | 1 | -0/+21 |
* | bug fixed for API to get user's repos (#1622) | Lunny Xiao | 2017-04-29 | 1 | -0/+23 |
* | improve integration test to resue models/fixtures and store git repos with te... | Lunny Xiao | 2017-04-28 | 31 | -11/+577 |
* | Integration test framework (#1290) | Ethan Koenig | 2017-04-25 | 9 | -332/+337 |
* | Run "make fmt" with go-1.6 (#1333) | Sandro Santilli | 2017-03-21 | 1 | -3/+3 |
* | Add integration test for signup (#1135) | Mura Li | 2017-03-11 | 2 | -0/+66 |
* | Fix stray directories generated by integration tests (#1134) | Mura Li | 2017-03-07 | 1 | -11/+5 |
* | Add basic integration test infrastructure (and new endpoint `/api/v1/version`... | Mura Li | 2017-03-06 | 3 | -0/+304 |