WIP: Remove routing_tree dependency and remake how we are handling routes - #350
WIP: Remove routing_tree dependency and remake how we are handling routes#350burbas wants to merge 16 commits into
Conversation
…y server already runs on the configuration given
|
This pull request has been automatically marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs. |
|
I've been going through this to see what's left before it can land, and I'm picking the work up. One question I can't answer from the diff: Was the It's load-bearing in a way that isn't obvious. Nothing else in the branch seems to depend on the new name, so unless there was a reason I'll revert to For context, the other things I'm fixing on the way through, so you know what to expect in the follow-up PR:
Two other calls I'd like your view on:
|
This pull request introduces significant improvements to the Nova application's ability to manage multiple sub-applications dynamically, refactors routing logic to use a new trie-based backend, and adds new API functions for programmatic control. The changes enhance modularity, allow for pragmatic application lifecycle management, and transition routing from the old
routing_treetonova_routing_triefor better performance and maintainability.