aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/view_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Display SVG files as images instead of text (#14101)Jonathan Tran2021-01-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change to display SVG files as images * Remove unsafe styles from SVG CSP * Add integration test to test SVG headers * Add config setting to disable SVG rendering * Add test for img tag when loading SVG image * Remove the Raw view button for svg files since we don't fully support this * Fix copyright year * Rename and move config setting * Add setting to cheat sheet in docs * Fix so that comment matches cheat sheet * Add allowing styles in CSP based on pull request feedback * Re-enable raw button since we show SVG styles now * Change so that SVG files are editable * Add UI to toggle between source and rendered image for SVGs * Change to show blame button for SVG images * Fix to update ctx data * Add test for DetectContentType when file is longer than sniffLen Co-authored-by: Jonathan Tran <jon@allspice.io> Co-authored-by: Kyle D <kdumontnu@gmail.com>
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-301-30/+0
|
* improve integration test to resue models/fixtures and store git repos with ↵Lunny Xiao2017-04-281-6/+4
| | | | | | | | | | tests (#1627) * 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
* Integration test framework (#1290)Ethan Koenig2017-04-251-0/+32
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone