forgejo/routers/repo
KN4CK3R 0c6137617f
Add Tabular Diff for CSV files (#14661)
Implements request #14320 The rendering of CSV files does match the diff style.

* Moved CSV logic into base package.

* Added method to create a tabular diff.

* Added CSV compare context.

* Added CSV diff template.

* Use new table style in CSV markup.

* Added file size limit for CSV rendering.

* Display CSV parser errors in diff.

* Lazy read single file.

* Lazy read rows for full diff.

* Added unit tests for various CSV changes.
2021-03-29 22:44:28 +02:00
..
activity.go
attachment.go
blame.go
branch.go Create tag on ui (#13467) 2021-02-28 19:57:45 +00:00
commit.go Add Tabular Diff for CSV files (#14661) 2021-03-29 22:44:28 +02:00
compare.go Add Tabular Diff for CSV files (#14661) 2021-03-29 22:44:28 +02:00
download.go
editor.go Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
editor_test.go
http.go
issue.go Add DefaultMergeStyle option to repository (#14789) 2021-03-27 15:55:40 +01:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go Fix bug when combine label comments (#14894) 2021-03-05 16:17:32 +01:00
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go Fixed wrong migrate url error description. (#15010) 2021-03-17 03:34:09 +01:00
milestone.go
projects.go
projects_test.go
pull.go Add Tabular Diff for CSV files (#14661) 2021-03-29 22:44:28 +02:00
pull_review.go
release.go Implement delete release attachments and update release attachments' name (#14130) 2021-03-23 00:09:51 +08:00
release_test.go
repo.go Repository transfer has to be confirmed, if user can not create repo for new owner (#14792) 2021-03-01 01:47:30 +01:00
search.go
setting.go Add DefaultMergeStyle option to repository (#14789) 2021-03-27 15:55:40 +01:00
setting_protected_branch.go
settings_test.go
topic.go
view.go Repository transfer has to be confirmed, if user can not create repo for new owner (#14792) 2021-03-01 01:47:30 +01:00
webhook.go [refactor] Unify the export of user data via API (#15144) 2021-03-27 17:45:26 +01:00
wiki.go
wiki_test.go