-
Notifications
You must be signed in to change notification settings - Fork 13
deprecate incydr functionality and remove guides #416
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
Conversation
== output.count("AffectedUserUID") | ||
== 1 | ||
) | ||
# def test_search_when_table_format_and_using_output_via_pager_only_includes_header_keys_once( |
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.
why is this commented out?
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.
The test broke with the changes because it is just reading all of the output, so the addition of a warning message caused it to miss its expected header. The header is still there properly, and I figured it was probably best not to spend time updating a test for functionality that we're deprecating and don't intend to update.
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.
We may want to include a link to the incydr sdk package or at least the package name, maybe in the deprecation text or somewhere else?
I added a link to the dev portal in the deprecation text. |
Incydr functionality is deprecated in the code42cli. Users should use the Incydr CLI (available at https://developer.code42.com/) instead.
This PR also removes user guides that referred to deprecated functionality.