Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 1 | -0/+4 |
| | | | Indexed search of repository contents (for default branch only) | ||||
* | Make integration tests more user-friendly (#2536) | Ethan Koenig | 2017-09-18 | 1 | -1/+5 |
| | |||||
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 1 | -1/+8 |
| | | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean | ||||
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * improve protected branch to add whitelist support * fix lint * fix style check * fix tests * fix description on UI and import * fix test * bug fixed * fix tests and languages * move isSliceInt64Eq to util pkg; improve function names & typo | ||||
* | Fix some tests : make coverage -> test (#2492) | Antoine GIRARD | 2017-09-12 | 1 | -2/+2 |
| | | | | | | | | * Fix test : make coverage -> test * Refactor integration tests to be able to run them in parallel * Add custom local repository temp path | ||||
* | Error message for integration test (#2410) | Ethan Koenig | 2017-08-28 | 1 | -1/+2 |
| | |||||
* | Add integration tests for signin (#2363) | David Schneiderbauer | 2017-08-23 | 1 | -4/+11 |
| | | | Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | ||||
* | Cache session cookies in tests (#2128) | Ethan Koenig | 2017-07-09 | 1 | -1/+8 |
| | |||||
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -7/+23 |
| | | | * Helper functions for intergration test boilerplate | ||||
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 1 | -2/+7 |
| | | | Set request headers in helper functions, and new helper for requests with string-formatted URLs | ||||
* | Fix bug in issue labels API (#2048) | Ethan Koenig | 2017-06-25 | 1 | -1/+3 |
| | |||||
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 1 | -0/+5 |
| | |||||
* | fix golint error and rename func for suggestion. (#1997) | Bo-Yi Wu | 2017-06-17 | 1 | -1/+1 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Use testing benchmark interface (#1993) | Antoine GIRARD | 2017-06-17 | 1 | -8/+8 |
| | |||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -16/+33 |
| | |||||
* | 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 |
| | | |||||
* | | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 1 | -4/+13 |
|/ | |||||
* | 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 ↵ | Lunny Xiao | 2017-05-09 | 1 | -3/+9 |
| | | | | database when init integration test (#1693) | ||||
* | fix bug when push a branch name with / & fix an integration test bug (#1689) | Lunny Xiao | 2017-05-08 | 1 | -5/+6 |
| | |||||
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -2/+81 |
| | | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch | ||||
* | MySQL, Postgres integration tests in drone (#1638) | Ethan Koenig | 2017-04-30 | 1 | -7/+45 |
| | | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone | ||||
* | improve integration test to resue models/fixtures and store git repos with ↵ | Lunny Xiao | 2017-04-28 | 1 | -1/+9 |
| | | | | | | | | | | tests (#1627) * improve integration test to resue models/fixtures and store git repos with source * use gitea-integration-meta dir instead .tar.gz and cleanup every before every test * fix import package name | ||||
* | Integration test framework (#1290) | Ethan Koenig | 2017-04-25 | 1 | -0/+92 |
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone |