]> source.dussan.org Git - gitea.git/commit
Migrate to use jsoniter instead of encoding/json (#14841)
authorzeripath <art27@cantab.net>
Mon, 1 Mar 2021 21:08:10 +0000 (21:08 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 21:08:10 +0000 (22:08 +0100)
commitf0e15250b9e322cc7731ba026d12387c2b549a42
treef13d46119077ba924d620ef172b91daa315bda0a
parent59fd641d1fb021e35aea7f9f4a1916cc11ef5c51
Migrate to use jsoniter instead of encoding/json (#14841)

* Migrate to use jsoniter

* fix tests

* update gitea.com/go-chi/binding

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
77 files changed:
build/generate-emoji.go
cmd/dump.go
cmd/serv.go
go.mod
go.sum
integrations/api_admin_test.go
integrations/api_helper_for_declarative_test.go
integrations/create_no_session_test.go
integrations/integration_test.go
integrations/oauth_test.go
integrations/repo_commits_test.go
integrations/testlogger.go
models/issue_comment.go
models/login_source.go
models/migrations/v130.go
models/repo_unit.go
models/task.go
models/user_heatmap_test.go
models/webhook.go
models/webhook_test.go
modules/context/context.go
modules/eventsource/event.go
modules/httplib/httplib.go
modules/indexer/code/elastic_search.go
modules/lfs/locks.go
modules/lfs/server.go
modules/log/conn.go
modules/log/conn_test.go
modules/log/console.go
modules/log/console_test.go
modules/log/file.go
modules/log/level.go
modules/log/level_test.go
modules/log/smtp.go
modules/notification/action/action.go
modules/private/hook.go
modules/private/internal.go
modules/private/mail.go
modules/private/manager.go
modules/private/serv.go
modules/queue/helper.go
modules/queue/manager.go
modules/queue/queue_bytefifo.go
modules/queue/queue_test.go
modules/queue/setting.go
modules/recaptcha/recaptcha.go
modules/session/virtual.go
modules/setting/log.go
modules/setting/session.go
modules/setting/setting.go
modules/setting/setting_test.go
modules/storage/helper.go
modules/structs/hook.go
modules/structs/user.go
modules/task/task.go
modules/templates/helper.go
routers/admin/admin.go
routers/api/v1/utils/hook.go
routers/events/events.go
routers/private/mail.go
routers/private/manager.go
routers/repo/editor.go
routers/repo/webhook.go
routers/user/home.go
services/gitdiff/gitdiff_test.go
services/pull/pull.go
services/webhook/dingtalk.go
services/webhook/discord.go
services/webhook/feishu.go
services/webhook/matrix.go
services/webhook/msteams.go
services/webhook/slack.go
services/webhook/telegram.go
vendor/gitea.com/go-chi/binding/binding.go
vendor/gitea.com/go-chi/binding/go.mod
vendor/gitea.com/go-chi/binding/go.sum
vendor/modules.txt