Skip to content

Commit

Permalink
fix(gate): Improve logging and responses, prepare 0.4.1 (#714)
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
Natoandro and Yohe-Am authored May 20, 2024
1 parent 2858266 commit de066d7
Show file tree
Hide file tree
Showing 120 changed files with 5,075 additions and 3,555 deletions.
22 changes: 21 additions & 1 deletion .ghjk/lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0",
"platform": "aarch64-darwin",
"platform": "x86_64-linux",
"moduleEntries": {
"ports": {
"version": "0",
Expand Down Expand Up @@ -455,6 +455,7 @@
"9e72a9f857bd9b14b47702b5b8ee660833828d4b",
"cfe6640502ddf9772073889af75888d361b1f2b9",
"8e5e02544073c4733d8f2156c404a0dd524cdaaf",
"e05f859f4a734a85fd3439f9b0fc0de1e733bdac",
"38285a3b335e394ccce5ac5d59e15f660bfa4cc9",
"7bbf00da8e265c56c2bff5bb7d89ba806e2590d2",
"14fd3752a984c5d82e1451f7388c73a21fcce705",
Expand Down Expand Up @@ -920,6 +921,25 @@
},
"packageName": "node-gyp"
},
"e05f859f4a734a85fd3439f9b0fc0de1e733bdac": {
"version": "v2.4.0",
"port": {
"ty": "denoWorker@v1",
"name": "mold_ghrel",
"platforms": [
"aarch64-linux",
"x86_64-linux"
],
"version": "0.1.0",
"deps": [
{
"name": "tar_aa"
}
],
"moduleSpecifier": "https://raw.githubusercontent.com/metatypedev/ghjk/2725af8/ports/mold.ts"
},
"replaceLd": false
},
"38285a3b335e394ccce5ac5d59e15f660bfa4cc9": {
"version": "3.8.18",
"port": {
Expand Down
Loading

0 comments on commit de066d7

Please sign in to comment.