1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/routers/api/v1
Lunny Xiao 9d99f6ab19
Refactor renders (#15175)
* Refactor renders

* Some performance optimization

* Fix comment

* Transform reader

* Fix csv test

* Fix test

* Fix tests

* Improve optimaziation

* Fix test

* Fix test

* Detect file encoding with reader

* Improve optimaziation

* reduce memory usage

* improve code

* fix build

* Fix test

* Fix for go1.15

* Fix render

* Fix comment

* Fix lint

* Fix test

* Don't use NormalEOF when unnecessary

* revert change on util.go

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* rename function

* Take NormalEOF back

Co-authored-by: zeripath <art27@cantab.net>
2021-04-19 18:25:08 -04:00
..
admin [refactor] mailer service (#15072) 2021-04-02 11:25:13 +01:00
misc Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
notify move notification APIFormat (#13783) 2020-12-02 09:24:35 +00:00
org Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
repo Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
settings Disable Stars config option (#14653) 2021-04-15 18:53:57 +02:00
swagger Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00
user add some reponse status on api docs (#15399) 2021-04-11 09:53:23 +01:00
utils Migrate to use jsoniter instead of encoding/json (#14841) 2021-03-01 22:08:10 +01:00
api.go Move modules/forms to services/forms (#15305) 2021-04-06 20:44:05 +01:00