-
Notifications
You must be signed in to change notification settings - Fork 105
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
Namespace resources are tracked by graph #1320
Namespace resources are tracked by graph #1320
Conversation
✅ Deploy Preview for nginx-gateway-fabric ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Have a couple of questions:
|
|
23a89a1
to
0e8f1a1
Compare
Have a couple of test cases that were removed from
|
Is this testing things in |
7475337
to
f8d4bba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great refactor!
please see my comments, suggestions and requests
0d3406f
to
3372c8b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀
05f6bd2
to
5159893
Compare
Refactor code such that Namespace resources are tracked by the graph, thus letting us remove dependency on using the Capturer to do so. Problem: The Capturer is currently tracking relevant Namespaces and we would like to instead use the Graph. Solution: Refactor codebase so Graph tracks referenced namespaces and remove dependency on the Capturer.
Refactor code such that Namespace resources are tracked by the graph, thus letting us remove dependency on using the Capturer to do so.
Problem: The Capturer is currently tracking relevant Namespaces and we would like to instead use the Graph.
Solution: Refactor codebase so Graph tracks referenced namespaces and remove dependency on the Capturer.
Testing: Added additional unit tests to graph, change processor, and new tests to namespaces. Ensure tests pass.
Closes #1263
Checklist
Before creating a PR, run through this checklist and mark each as complete.