summaryrefslogtreecommitdiffstats
path: root/modules/csv/csv.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-1/+1
* format with gofumpt (#18184)65432022-01-201-3/+5
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-44/+88
* Fixes #16559 - Do not trim leading spaces for tab delimited (#17442)Richard Mahn2021-10-261-1/+5
* Fix CSV render error (#17406)KN4CK3R2021-10-251-14/+6
* Read expected buffer size (#17409)KN4CK3R2021-10-241-4/+1
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-201-0/+3
* Fixes #16557 - duplicate csv import (#16631)Richard Mahn2021-08-051-3/+2
* Refactor renders (#15175)Lunny Xiao2021-04-191-5/+21
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-291-0/+93