summaryrefslogtreecommitdiffstats
path: root/integrations/editor_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve English grammar and consistency. (#3614)bugreport02018-04-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * Start improving English grammar and consistency. * Apply review comments, push translation further. * Additional review changes; expand translation. * Undo team/organization change, further translation. * Add site administration; review comments; merge. * Update hardcoded branch protection string tests. * Update hardcoded branch deletion string test. * Update another hardcoded translation string test. * Add my nickname to the list of translators. * Implement @lafriks review comments. * Remove (now) unused branch deletion warnings. * Remove (now) unused branch deletion warnings.
* Use httptest in integration tests (#3080)Ethan Koenig2017-12-041-5/+6
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-2/+2
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Integration test for activity page (#2704)Lauris BH2017-10-161-9/+4
| | | | | | | | * Integration test for activity page * Small code refactoring for acitvity page * Move activity stats calculation logic to model
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-6/+19
| | | | | | | | | | | | | | | | | | | | * 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
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-32/+15
| | | * Helper functions for intergration test boilerplate
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-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 BH2017-06-211-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 Wu2017-06-171-4/+4
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-47/+35
|
* Add integration test for pull-request merge (#1912)Mura Li2017-06-151-1/+3
|
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-17/+9
|
* Add integration test for file editing (#1907)Mura Li2017-06-081-0/+45
|
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-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