Browse Source
Migrate to use jsoniter instead of encoding/json (#14841)
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>mj-v1.14.3
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
77 changed files with 264 additions and 82 deletions
-
5build/generate-emoji.go
-
3cmd/dump.go
-
3cmd/serv.go
-
3go.mod
-
4go.sum
-
3integrations/api_admin_test.go
-
4integrations/api_helper_for_declarative_test.go
-
4integrations/create_no_session_test.go
-
6integrations/integration_test.go
-
10integrations/oauth_test.go
-
3integrations/repo_commits_test.go
-
3integrations/testlogger.go
-
5models/issue_comment.go
-
12models/login_source.go
-
4models/migrations/v130.go
-
12models/repo_unit.go
-
4models/task.go
-
3models/user_heatmap_test.go
-
7models/webhook.go
-
3models/webhook_test.go
-
3modules/context/context.go
-
4modules/eventsource/event.go
-
4modules/httplib/httplib.go
-
3modules/indexer/code/elastic_search.go
-
4modules/lfs/locks.go
-
7modules/lfs/server.go
-
7modules/log/conn.go
-
3modules/log/conn_test.go
-
7modules/log/console.go
-
3modules/log/console_test.go
-
5modules/log/file.go
-
4modules/log/level.go
-
3modules/log/level_test.go
-
7modules/log/smtp.go
-
4modules/notification/action/action.go
-
4modules/private/hook.go
-
3modules/private/internal.go
-
3modules/private/mail.go
-
4modules/private/manager.go
-
4modules/private/serv.go
-
5modules/queue/helper.go
-
3modules/queue/manager.go
-
4modules/queue/queue_bytefifo.go
-
3modules/queue/queue_test.go
-
3modules/queue/setting.go
-
3modules/recaptcha/recaptcha.go
-
3modules/session/virtual.go
-
3modules/setting/log.go
-
3modules/setting/session.go
-
3modules/setting/setting.go
-
3modules/setting/setting_test.go
-
4modules/storage/helper.go
-
14modules/structs/hook.go
-
4modules/structs/user.go
-
3modules/task/task.go
-
6modules/templates/helper.go
-
3routers/admin/admin.go
-
4routers/api/v1/utils/hook.go
-
3routers/events/events.go
-
3routers/private/mail.go
-
3routers/private/manager.go
-
3routers/repo/editor.go
-
10routers/repo/webhook.go
-
3routers/user/home.go
-
5services/gitdiff/gitdiff_test.go
-
3services/pull/pull.go
-
3services/webhook/dingtalk.go
-
5services/webhook/discord.go
-
3services/webhook/feishu.go
-
6services/webhook/matrix.go
-
3services/webhook/msteams.go
-
5services/webhook/slack.go
-
4services/webhook/telegram.go
-
4vendor/gitea.com/go-chi/binding/binding.go
-
1vendor/gitea.com/go-chi/binding/go.mod
-
15vendor/gitea.com/go-chi/binding/go.sum
-
3vendor/modules.txt