-
Notifications
You must be signed in to change notification settings - Fork 79
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
Extract MiqFileStorage and MiqFtpLib #454
Extract MiqFileStorage and MiqFtpLib #454
Conversation
Butts... noticed I forgot a file... back in a bit... |
ec2a2d6
to
98a398d
Compare
This is the other half of ManageIQ/manageiq#19547 |
This pull request is not mergeable. Please rebase and repush. |
98a398d
to
b3ca377
Compare
- `aws-sdk-s3`: Only used in `miq_s3_storage.rb` - `fog-openstack`: Only used in `miq_swift_storage.rb` - `mime_types`: Added for `miq_swift_storage.rb` - `ftpd`: Added for `miq_ftp_lib.rb` testing Relevant PR Links: - https://github.com/ManageIQ/manageiq-gems-pending/pull/355/files#diff-2da54afac1b7bdf3864a10f2304fcb7a - https://github.com/ManageIQ/manageiq-gems-pending/pull/371/files#diff-2da54afac1b7bdf3864a10f2304fcb7a - https://github.com/ManageIQ/manageiq-gems-pending/pull/360/files#diff-2da54afac1b7bdf3864a10f2304fcb7a
Checked commits NickLaMuro/manageiq-gems-pending@8bd0e89~...b3ca377 with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
This is a modified matrix that tests the changes in the following PRs: - ManageIQ/manageiq#19547 - ManageIQ/manageiq-gems-pending#454 but replaces ManageIQ/manageiq#19547 with the following branch: https://github.com/NickLaMuro/manageiq/tree/rebase_testing Which does a few extra steps to attempt to graft commits prior to rebasing. Unsure of the `git` results, but before open a separate PR, this should test to see if specs still pass.
This is a modified matrix that tests the changes in the following PRs: - ManageIQ/manageiq#19547 - ManageIQ/manageiq-gems-pending#454 but replaces ManageIQ/manageiq#19547 with the following branch: https://github.com/NickLaMuro/manageiq/tree/rebase_testing Which does a few extra steps to attempt to graft commits prior to rebasing. Unsure of the `git` results, but before open a separate PR, this should test to see if specs still pass.
This pull request has been automatically closed because it has not been updated for at least 3 months. Feel free to reopen this pull request if these changes are still valid. Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation. |
The other half of ManageIQ/manageiq#19547
Also removes some unneeded gem dependencies as a result! 🎉
Note:
I did rename this branch to
extract_file_storage_and_ftp_lib
(instead of*_object_storage
), since that is the top level module, so "more correcter".Links