-
Notifications
You must be signed in to change notification settings - Fork 172
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
refactor backend #58
refactor backend #58
Conversation
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.
minor fixes
c4e6894
to
268bd0a
Compare
@Rampage1xx Branch need a rebase. |
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.
LGTM ❤️
How confident we are to push this PR to master? Can we rebase it? Can we have a quick demo around the refactor? |
Hello, In my opinion, without extensive (manual) tests it shouldn't be merged. Happy to give a demo if needed around the code refactoring |
If extensive manual testing is required, the PR is not ready. |
The existing e2e tests cover a small scope of use-cases and don't give enough confidence to merge in my opinion without manual testing. I propose to add more e2e and unit-test to make it more resilient so we don't have to do manual checks. |
FIX: Incorrect api endpoints and kube client methods
Hello,
This PR aims to improve golang backend code without mutating the folder structure.