-
Notifications
You must be signed in to change notification settings - Fork 110
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
Improving how warnings are displayed #299
Merged
Merged
Conversation
This file contains 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
praveenrewar
reviewed
Sep 1, 2021
rohitagg2020
reviewed
Sep 1, 2021
rohitagg2020
reviewed
Sep 1, 2021
100mik
force-pushed
the
287-handle-warnings
branch
from
September 1, 2021 09:56
0702cd3
to
c8e731d
Compare
100mik
commented
Sep 1, 2021
praveenrewar
reviewed
Sep 1, 2021
100mik
commented
Sep 2, 2021
cppforlife
reviewed
Sep 2, 2021
cppforlife
reviewed
Sep 3, 2021
cppforlife
reviewed
Sep 3, 2021
cppforlife
reviewed
Sep 3, 2021
…hile listing resources with a certain label selector
praveenrewar
reviewed
Sep 7, 2021
praveenrewar
reviewed
Sep 7, 2021
100mik
force-pushed
the
287-handle-warnings
branch
from
September 7, 2021 09:03
dec8f93
to
f913b82
Compare
100mik
commented
Sep 7, 2021
cppforlife
reviewed
Sep 7, 2021
cppforlife
reviewed
Sep 7, 2021
cppforlife
reviewed
Sep 7, 2021
100mik
force-pushed
the
287-handle-warnings
branch
from
September 7, 2021 14:59
d75a2f2
to
02f71aa
Compare
praveenrewar
reviewed
Sep 8, 2021
100mik
force-pushed
the
287-handle-warnings
branch
from
September 8, 2021 14:45
478e232
to
6f12364
Compare
100mik
force-pushed
the
287-handle-warnings
branch
from
September 8, 2021 14:50
6f12364
to
7bd157e
Compare
18 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes:
deps_factory.go
now has a function which returns aDynamicClient
which does not produce warnings. CalledMutedDynamicClient
.ResourcesImpl
now has aMutedDynamicClient
,NewResourcesImpl()
and all references updated accordingly.All()
inresources.go
uses aMutedDynamicClient
to make API calls.