-
Notifications
You must be signed in to change notification settings - Fork 126
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
v2.3.0 #93
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
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Remove 'full-with-memory-dump' and 'memory-dump-only' profiles. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
'-o' command line option was replaced by/renamed to '-s'. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
-a and -p can be used multiple times to build an even more customized collection. Artifacts will be collected in the order they were provided in the command line. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
remove '-type f' from 'find' because some systems that use specific versions of busybox do not support it. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Feature/issue 46
feat: add multiple -a and -p tests
add logging information about which parameters are supported by 'find'. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Check if 'find' supports '-type' parameter. Also, skip if target system does not support it. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Feature/issue 64
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Change how -type and -perm are handled. These parameters are crucial for some artifacts, so they need to fail if they are not supported by the target system. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Feature/issue 64
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
fix: remove /dev/ from the exclusion list
New artifacts. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
UAC will not delete the temporary directory 'uac-data.tmp' after creating the output file if --debug was provided. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Add root_output_directory to file collector to make it possible of working with is_file_path: true Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Feature/issue 65
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Feature/new artifacts
Fix/issue 63
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
fix: rm gzip and tar
Feature/GitHub actions
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Add recursive (-r) to sftp so it can transfer directories when 'tar' is not available. Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
Signed-off-by: Thiago Canozzo Lahr <tclahr@br.ibm.com>
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.
Final v2.3.0 version.