-
Notifications
You must be signed in to change notification settings - Fork 115
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
remove the all nailgun imports from UI folder #13809
remove the all nailgun imports from UI folder #13809
Conversation
0bb3d9a
to
ca3c081
Compare
Needs review here @SatelliteQE/tier-1-reviewers and @SatelliteQE/tier-2-reviewers. |
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.
ACK with minor comment !
ca3c081
to
990899a
Compare
@omkarkhatavkar ACKed based on the comments addressed but the checks are failing, please fix ! |
1fd56df
to
e6d68b1
Compare
@Gauravtalreja1 @jyejare Can you please review this PR again? waiting for more than 3 weeks. |
e6d68b1
to
66f0d21
Compare
remove the all nailgum imports from UI folder
Problem Statement
We are using the direct imports from the nailgun rather than directly using from target_sat
Solution
Direct Imports Removed: We've cleaned up our codebase by eliminating direct imports from the Nailgun package.
Using target_sat, module_target_sat, class_target_sat: Modified the API calls and using the target_sat.api. pattern for all API calls.