aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/pull_create_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Integration test for activity page (#2704)Lauris BH2017-10-161-1/+1
| | | | | | | | * Integration test for activity page * Small code refactoring for acitvity page * Move activity stats calculation logic to model
* Fix so that user can still fork his own repository to owned organizations ↵Lauris BH2017-10-151-1/+1
| | | | | | | | | | (#2699) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization
* More tweaks to repo top panel (#2267)silverwind2017-08-131-1/+1
| | | | | | | | | | * More tweaks to repo top panel * undo hiding of compare button on master * attempt to fix ci issue * another ci attempt
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-6/+3
| | | * Helper functions for intergration test boilerplate
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
| | | Set request headers in helper functions, and new helper for requests with string-formatted URLs
* Make branch deletion URL more like GitHub's, fixes #1397 (#1994)Lauris BH2017-06-211-0/+4
| | | | | | | | | | | | * Make branch deletion URL more like GitHub's, fixes #1397 * Add PR branch deletion integration test * Do not allow deleting protected branch * Change http error code to 403 if user has no write rights to repository * Add check to not panic if forked repository has alrady been deleted
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-2/+2
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-13/+7
|
* Add integration test for pull-request merge (#1912)Mura Li2017-06-151-1/+3
|
* Fix typo (#1974)Shuanglei Tao2017-06-151-1/+1
|
* Add pull-create integration test (#1972)Mura Li2017-06-151-0/+56