disk check: rename whitelist/blacklist to include/exclude#7627
Merged
albertvaka merged 7 commits intomasterfrom Sep 29, 2020
Merged
disk check: rename whitelist/blacklist to include/exclude#7627albertvaka merged 7 commits intomasterfrom
albertvaka merged 7 commits intomasterfrom
Conversation
ofek
previously requested changes
Sep 18, 2020
Contributor
ofek
left a comment
There was a problem hiding this comment.
Let's remove the old options from config as they won't matter for fresh installs.
fa660af to
07cc7d9
Compare
c4db6cd to
5bf53ab
Compare
Codecov Report
|
mx-psi
requested changes
Sep 21, 2020
5bf53ab to
8328f49
Compare
Member
|
#7648 adds new options that need to be renamed too. |
Contributor
|
There are conflicts on the PR |
…ck-include-exclude # Conflicts: # disk/datadog_checks/disk/disk.py # disk/tests/test_filter.py # disk/tests/test_unit.py
249494b to
f333c3b
Compare
Contributor
Author
|
Updated the PR to include the new |
mx-psi
approved these changes
Sep 25, 2020
Member
mx-psi
left a comment
There was a problem hiding this comment.
LGTM! I think we should remove the datadog_checks_dev tag
mgarabed
approved these changes
Sep 29, 2020
albertvaka
added a commit
that referenced
this pull request
Sep 30, 2020
Fixes deprecation warnings added by myself in PR #7627
This file contains hidden or 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
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.
What does this PR do?
Rename, keeping compatibility with the old names and adding a deprecation warning. We already had some deprecation warnings, so I've put them all together.