[#191] Refactor error handling and logging #221

Open
dkirillov wants to merge 2 commits from dkirillov/frostfs-http-gw:bugfix/191-correct-status-codes into master
Member

close #191

close #191
dkirillov self-assigned this 2025-03-03 15:08:10 +00:00
dkirillov added 1 commit 2025-03-03 15:08:10 +00:00
[#191] Refactor error handling and logging
Some checks failed
/ DCO (pull_request) Successful in 36s
/ Builds (pull_request) Successful in 1m3s
/ Vulncheck (pull_request) Successful in 58s
/ OCI image (pull_request) Successful in 1m17s
/ Lint (pull_request) Failing after 1m26s
/ Tests (pull_request) Successful in 1m4s
/ Integration tests (pull_request) Failing after 5m32s
982ae32bc4
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
dkirillov force-pushed bugfix/191-correct-status-codes from 982ae32bc4 to 1796dfb6c1 2025-03-03 15:12:24 +00:00 Compare
dkirillov force-pushed bugfix/191-correct-status-codes from 1796dfb6c1 to d4eb7fe86e 2025-03-04 11:22:19 +00:00 Compare
dkirillov force-pushed bugfix/191-correct-status-codes from d4eb7fe86e to 224bc10667 2025-03-04 11:28:31 +00:00 Compare
requested review from storage-services-developers 2025-03-04 11:28:41 +00:00
dkirillov changed title from WIP: [#191] Refactor error handling and logging to [#191] Refactor error handling and logging 2025-03-04 11:28:45 +00:00
requested review from storage-services-committers 2025-03-04 11:28:45 +00:00
nzinkevich reviewed 2025-03-06 12:51:44 +00:00
@ -735,3 +735,3 @@
r.RedirectTrailingSlash = true
r.NotFound = func(r *fasthttp.RequestCtx) {
handler.ResponseError(r, "Not found", fasthttp.StatusNotFound)
handler.ResponseError(r, "Router Not found", fasthttp.StatusNotFound)
Member

Router -> Route

`Router` -> `Route`
dkirillov force-pushed bugfix/191-correct-status-codes from 224bc10667 to 75328dd934 2025-03-10 14:51:17 +00:00 Compare
All checks were successful
/ DCO (pull_request) Successful in 33s
Required
Details
/ Vulncheck (pull_request) Successful in 46s
Required
Details
/ Builds (pull_request) Successful in 1m12s
Required
Details
/ OCI image (pull_request) Successful in 1m23s
Required
Details
/ Lint (pull_request) Successful in 1m54s
Required
Details
/ Tests (pull_request) Successful in 56s
Required
Details
/ Integration tests (pull_request) Successful in 5m46s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u bugfix/191-correct-status-codes:dkirillov-bugfix/191-correct-status-codes
git checkout dkirillov-bugfix/191-correct-status-codes
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-developers
TrueCloudLab/storage-services-committers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#221
No description provided.