-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add legal hold membership to device reporting #192
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b285a68
Legal Hold work to meet Issue 176
maddie-vargo ed72879
Fix to Changelog
maddie-vargo ea4381a
Minor fix to CHANGELOG
maddie-vargo a0ebe57
Added to legal hold user guide
maddie-vargo 077dea1
Adjusting build parameters to bypass 3.5 for this PR
maddie-vargo 03a3814
Merge branch 'master' into iss176
maddie-vargo f174992
Fix low hanging fruit for initial PR review
maddie-vargo 205d559
Move development from legal-hold command to devices command, add new …
maddie-vargo 02d6530
remove whitespaces that are coming through as edits
maddie-vargo e5784cf
fix changes identfied by tox style run
maddie-vargo 9bfcd42
remove duplication in setup.py - file should have no edits
maddie-vargo 2e303de
remove duplication in setup.py - file should have no edits
maddie-vargo 94fe3b9
refactor membership function to use generator and remove NaNs from ou…
maddie-vargo 0b79911
fix tox style run issue
maddie-vargo 1bd1e2f
Fix tox style run x2
maddie-vargo e4725c7
flipping back to using NaN, awaiting PR #245
maddie-vargo 237ea31
Adding --include-total-storage option, which calculates total number …
maddie-vargo 7212fbf
Remove V2 archives from storage calcuation; rename columns
maddie-vargo 2a917bd
fix small change to the incldue/excluded archive types
maddie-vargo 2d1db8c
reword
maddie-vargo 9a0afcb
conflict reconciliation in changelog, part I
maddie-vargo a3dd28f
conflict reconciliation in changelog, part II (repulled from upstream…
maddie-vargo 9677f23
fix style run
maddie-vargo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
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.
can we rephrase
printing ....
to something likeprints the legalhold matter name and ID for any active device on legal hold
!?atleast
active device actively
seems off while reading.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.
yes, that is terrible phrasing. Resolved with latest commit