summaryrefslogtreecommitdiffstats
path: root/integrations/integration_test.go
Commit message (Collapse)AuthorAgeFilesLines
...
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-081-5/+6
|
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-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 Koenig2017-04-301-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 Xiao2017-04-281-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 Koenig2017-04-251-0/+92
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone