Skip to content

Commit de066d7

Browse files
NatoandroYohe-Am
andauthored
fix(gate): Improve logging and responses, prepare 0.4.1 (#714)
- Logging before and after each faillible operation - Runtimes: foreign resolvers - Always log before reporting error: HTTP response - Fix error code in artifact_service - Add `BaseError` class for structured messages in responses <!-- 5. Readiness checklist - [ ] The change come with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated Docker image versions and dependency versions to ensure compatibility and stability. - Added a search functionality to the app. - **Bug Fixes** - Enhanced error handling with specific error classes for more detailed error messages. - **Refactor** - Replaced generic `Error` instances with specific error classes for better error categorization. - Refactored error handling in HTTP response functions to use a `BaseError` class. - **Chores** - Updated version numbers across multiple configuration files to `0.4.1-0`. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Yohe-Am <[email protected]>
1 parent 2858266 commit de066d7

File tree

120 files changed

+5075
-3555
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+5075
-3555
lines changed

.ghjk/lock.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "0",
3-
"platform": "aarch64-darwin",
3+
"platform": "x86_64-linux",
44
"moduleEntries": {
55
"ports": {
66
"version": "0",
@@ -455,6 +455,7 @@
455455
"9e72a9f857bd9b14b47702b5b8ee660833828d4b",
456456
"cfe6640502ddf9772073889af75888d361b1f2b9",
457457
"8e5e02544073c4733d8f2156c404a0dd524cdaaf",
458+
"e05f859f4a734a85fd3439f9b0fc0de1e733bdac",
458459
"38285a3b335e394ccce5ac5d59e15f660bfa4cc9",
459460
"7bbf00da8e265c56c2bff5bb7d89ba806e2590d2",
460461
"14fd3752a984c5d82e1451f7388c73a21fcce705",
@@ -920,6 +921,25 @@
920921
},
921922
"packageName": "node-gyp"
922923
},
924+
"e05f859f4a734a85fd3439f9b0fc0de1e733bdac": {
925+
"version": "v2.4.0",
926+
"port": {
927+
"ty": "denoWorker@v1",
928+
"name": "mold_ghrel",
929+
"platforms": [
930+
"aarch64-linux",
931+
"x86_64-linux"
932+
],
933+
"version": "0.1.0",
934+
"deps": [
935+
{
936+
"name": "tar_aa"
937+
}
938+
],
939+
"moduleSpecifier": "https://raw.githubusercontent.com/metatypedev/ghjk/2725af8/ports/mold.ts"
940+
},
941+
"replaceLd": false
942+
},
923943
"38285a3b335e394ccce5ac5d59e15f660bfa4cc9": {
924944
"version": "3.8.18",
925945
"port": {

0 commit comments

Comments
 (0)