Ryan McGuire rmcguire
  • Joined on 2024-01-12
rmcguire pushed tag v0.11.1 to rmcguire/go-app 2025-08-24 15:52:26 +00:00
rmcguire pushed to main at rmcguire/go-app 2025-08-24 15:52:19 +00:00
2310ac574c update changelog
rmcguire deleted branch fix-http-log-middleware from rmcguire/go-app 2025-08-24 15:50:45 +00:00
rmcguire merged pull request rmcguire/go-app#1 2025-08-24 15:50:40 +00:00
refactors HTTP server initialization, improves logging middleware, and updates documentation
rmcguire pushed to main at rmcguire/go-app 2025-08-24 15:50:40 +00:00
cb0c87d200 refactors HTTP server initialization, improves logging middleware, and updates documentation (#1)
rmcguire pushed to fix-http-log-middleware at rmcguire/go-app 2025-08-24 15:50:10 +00:00
ae11d4aa01 refactor: refine HTTP response body logging, explicitly handling 204 No Content, and improving error management for body reads
rmcguire commented on pull request rmcguire/go-app#1 2025-08-24 15:47:34 +00:00
refactors HTTP server initialization, improves logging middleware, and updates documentation

High-Level Summary: The changes primarily enhance documentation and refine the HTTP response logging mechanism, particularly improving the handling of 204 No Content responses and empty…

rmcguire commented on pull request rmcguire/go-app#1 2025-08-24 15:46:59 +00:00
refactors HTTP server initialization, improves logging middleware, and updates documentation

High-Level Summary: This pull request primarily focuses on enhancing the clarity and maintainability of the HTTP server package. It introduces comprehensive package-level documentation and…

rmcguire created pull request rmcguire/go-app#1 2025-08-24 15:46:50 +00:00
refactors HTTP server initialization, improves logging middleware, and updates documentation
rmcguire pushed to fix-http-log-middleware at rmcguire/go-app 2025-08-24 15:46:28 +00:00
a972953040 refactors HTTP server initialization, improves logging middleware, and updates documentation
rmcguire created branch fix-http-log-middleware in rmcguire/go-app 2025-08-24 15:46:27 +00:00
rmcguire pushed tag v0.5.1 to rmcguire/go-server-with-otel 2025-08-14 20:08:29 +00:00
rmcguire pushed to main at rmcguire/go-server-with-otel 2025-08-14 20:08:15 +00:00
c539865eb8 Merge branch 'development'
214d5d76c3 fix schema exit code
Compare 2 commits »
rmcguire pushed to development at rmcguire/go-server-with-otel 2025-08-14 20:07:51 +00:00
214d5d76c3 fix schema exit code
rmcguire pushed tag v0.5.0 to rmcguire/go-server-with-otel 2025-08-14 20:00:54 +00:00
rmcguire pushed to main at rmcguire/go-server-with-otel 2025-08-14 20:00:15 +00:00
ff2e489c97 Merge pull request 'development' (#3) from development into main
406d5fe5cf update gitignore
925c3f34a9 refactors air.toml configuration, updates Go dependencies, and improves application startup telemetry and signal handling.
497d85cf1c upgrade go-app, adjust gitignore
bbc6190104 bump chart
Compare 8 commits »
rmcguire merged pull request rmcguire/go-server-with-otel#3 2025-08-14 20:00:14 +00:00
development
rmcguire pushed to development at rmcguire/go-server-with-otel 2025-08-14 19:59:18 +00:00
406d5fe5cf update gitignore
925c3f34a9 refactors air.toml configuration, updates Go dependencies, and improves application startup telemetry and signal handling.
Compare 2 commits »
rmcguire commented on pull request rmcguire/go-server-with-otel#3 2025-08-14 17:33:02 +00:00
development

High-Level Summary: The changes introduce OpenTelemetry tracing for application startup, update Go module dependencies, and refine build configurations. The overall direction is positive for…