-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test(swr.test.ts): add test case for revalidating data with fresh=0 option * wip * [autofix.ci] apply automated fixes * wip: fiber * fix(agent): simplify array syntax in config files feat(agent): add new context utility functions for request ID handling feat(agent): implement error handling functions for validation and unhandled errors feat(agent): refactor logging middleware to capture request details and log fix(api): refactor middleware to use http.ResponseWriter instead of fiber.Ctx feat(api): add support for request ID middleware feat(api): add tracing middleware for http requests feat(api): add not found route handler feat(api): add sender interface and JSON sender implementation feat(api): update route handling to use http.ServeMux instead of fiber.App fix(handler.go): change fiber.Ctx to http.ResponseWriter and http.Request fix(handler.go): update error handling for validation and encryption errors fix(handler.go): update response handling to use http.ResponseWriter and context refactor(server.go): replace fiber framework with standard net/http package feat(server.go): implement custom server struct with http.ServeMux and http.Server feat(server.go): add support for custom error handling and timeouts feat(server.go): update server initialization to use custom server struct feat(server.go): refactor route handling to use http.ServeMux instead of fiber feat(server.go): update server Listen and Shutdown methods to use http.Server refactor(harness.go): replace fiber framework with standard net/http package feat(harness.go): implement custom Harness struct with http.ServeMux feat(harness.go): update Register method to use http.ServeMux instead of fiber feat(harness.go): update CallRoute function to use http.ServeMux refactor(validator.go): remove dependency on fiber framework feat(validator.go): implement custom Body method for request validation chore(openapi): optimize required fields formatting in openapi.json feat(openapi): add new request prefix constant in uid.go feat(schema): simplify required fields formatting in schema.json fix(eventrouter): change fiber.Handler to http.HandlerFunc for CreateHandler fix(eventrouter): update request and response handling in CreateHandler fix(eventrouter): update error handling and response status codes in CreateHandler fix(eventrouter): update handling of query parameters in CreateHandler fix(eventrouter): update handling of request body and response in CreateHandler fix(v1_keys_verifyKey.multilimit.test.ts): add missing semicolon to console.info * feat: use net/http * fix(api): update error handling to return correct HTTP status codes * refactor(mw_metrics.go): remove unused metricsMW struct * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5d75604
commit 6973e5c
Showing
60 changed files
with
3,300 additions
and
1,287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.