server/public/ -- pre-requisite changes (#23278)

* invert depdendency: filestore -> model

* markdown: nolint:misspell

* inline jsonutils within model

* push model.GetInfoForBytes -> channels/app

* push channel/utils.CompileGo* -> plugin/utils

* push plugin/scheduler -> channels/jobs/plugins

* push utils.Copy(File|Dir) -> model

* oauthproiders/gitlab -> channels/app/oauthproviders/gitlab

* decouple plugin from einterfaces.MetricsInterface

* fix TestGetInfoForFile

* Revert "Run golangci in server CI (#23240)"

This reverts commit 349e5d4573.

* add model/utils

---------

Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
Этот коммит содержится в:
Jesse Hallam
2023-05-09 13:30:02 -03:00
коммит произвёл GitHub
родитель 5c28071fb3
Коммит f28a2bcca7
42 изменённых файлов: 491 добавлений и 450 удалений

Просмотреть файл

@@ -5127,6 +5127,10 @@
"id": "app.file_info.get.app_error",
"translation": "Unable to get the file info."
},
{
"id": "app.file_info.get.gif.app_error",
"translation": "Could not decode gif."
},
{
"id": "app.file_info.get_for_post.app_error",
"translation": "Unable to get the file info for the post."
@@ -9091,10 +9095,6 @@
"id": "model.emoji.user_id.app_error",
"translation": "Invalid creator id."
},
{
"id": "model.file_info.get.gif.app_error",
"translation": "Could not decode gif."
},
{
"id": "model.file_info.is_valid.create_at.app_error",
"translation": "Invalid value for create_at."