You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
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.
3 years ago
..
admin Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
api/v1 Improve /api/v1/repos/issues/search by just getting repo ids (#15179) 3 years ago
dev Display ui time with customize time location (#7792) 5 years ago
events Handle unauthorized user events gracefully (#15071) 3 years ago
org Organization removal confirmation using name not password (#14738) 3 years ago
private Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
repo Add Tabular Diff for CSV files (#14661) 3 years ago
routes Fix bug on avatar middleware (#15124) 3 years ago
user Validate email in oauth registration form (#15014) 3 years ago
utils Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 3 years ago
home.go Add ui.explore settings to control view of explore pages (2) (#14094) 3 years ago
init.go Print usefull error if SQLite is used in settings but not supported (#14476) 3 years ago
install.go use level config in main section when subsection not set level (#15176) 3 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Move macaron to chi (#14293) 3 years ago