Commit Graph

59 Commits (f10d3ea803548ebefee3158c708a7b3b0129176a)

Author SHA1 Message Date
Ethan Koenig 61716bd8f7 Display URLs in integration test logs ()
Ethan Koenig e9b1b908ee Fix setting.AppPath for integration tests
Ethan Koenig 251fb935ff Don't recreate database in integration tests ()
Lunny Xiao d98a86d2a2 remove sqlite tag when integration test with mysql/postgres AND recreate database when init integration test ()
Lunny Xiao 2bb8b3a562 fix bug when push a branch name with / & fix an integration test bug ()
Lauris BH 0144817971 Do not allow commiting to protected branch from online editor ()
* 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
Ethan Koenig 66c803fae2 MySQL, Postgres integration tests in drone ()
* MySQL, Postgres integration tests in drone

* Fix .drone.yml

* sign drone

* resign drone
Lunny Xiao fca7ddc6ea improve integration test to resue models/fixtures and store git repos with tests ()
* 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
Ethan Koenig c58708d3ee Integration test framework ()
* Integration test framework

* udpate drone sign

* Formatting fixes and move router.go to routers/

* update sign for drone