summaryrefslogtreecommitdiffstats
path: root/integrations/repo_commits_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-1/+2
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-3/+3
| | | | | | | | | | * 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
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-8/+4
| | | * 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
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-3/+3
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-11/+15
|
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-8/+4
|
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-0/+94
* Show commit status icon in commits table * Add comments * Fix icons * Few more places where commit table is displayed * Change integration test to use goquery for parsing html * Add integration tests for commit table and status icons * Fix status to return lates status correctly on all databases * Rewrote lates commit status selects