Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -32/+15 |
| | | | * Helper functions for intergration test boilerplate | ||||
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 1 | -5/+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 BH | 2017-06-21 | 1 | -0/+43 |
| | | | | | | | | | | | | * 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 Wu | 2017-06-17 | 1 | -4/+4 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -47/+35 |
| | |||||
* | Add integration test for pull-request merge (#1912) | Mura Li | 2017-06-15 | 1 | -1/+3 |
| | |||||
* | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 1 | -17/+9 |
| | |||||
* | Add integration test for file editing (#1907) | Mura Li | 2017-06-08 | 1 | -0/+45 |
| | |||||
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -0/+106 |
* 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 |