-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/eager init #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+298
β229
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5fca19c
feat(server): implement eager-loading entrypoint
fulleni b45e889
refactor(server): simplify AppDependencies for eager loading
fulleni f5b81e3
refactor(server): remove lazy init from root middleware
fulleni 895be8a
refactor(server): configure custom executable entrypoint
fulleni 048eaa3
docs(readme): add eager loading architecture highlight
fulleni fb0795c
docs(changelog): document eager loading refactor
fulleni 22d92ea
refactor(server): move logger setup to eager entrypoint
fulleni 7765ee0
fix(server): correct entrypoint logic and linter warnings
fulleni 0864728
feat(bin): implement hot reload for Dart Frog server
fulleni 7014237
refactor(loading): update eager loading description for Dart Frog com...
fulleni 056fde1
refactor(server): remove unused reset logic from AppDependencies
fulleni 758765d
style: format
fulleni a46581e
feat(server): implement graceful shutdown and atomic logging
fulleni 38a3a5d
fix(bin): handle SIGTERM signal support on non-Windows platforms
fulleni a588d98
fix(server): resolve handler type ambiguity in entrypoint
fulleni 301c0e4
fix(server): ensure fatal startup logs are captured before exit
fulleni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor(server): move logger setup to eager entrypoint
Relocates the global logger configuration from the root middleware (`routes/_middleware.dart`) to the new eager-loading entrypoint (`bin/main.dart`). This is an architectural improvement that ensures the logger is configured exactly once when the application process starts, rather than within a middleware that could be re-instantiated. It makes the startup sequence more robust and simplifies the root middleware's responsibilities.
- Loading branch information
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.