-
Notifications
You must be signed in to change notification settings - Fork 254
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
Re-enable functional tests in CI #522
Closed
Closed
Commits on Dec 31, 2023
-
Support older net-sftp API for Ruby 2.0
Old Rubies such as Ruby 2.0 resolve a version of net-sftp that does not have the `File#size` convenience method. To support these older versions, use the lower level `File#stat`, which works for versions of net-sftp all the way back to 2.1.2. This fixes a `NoMethodError` when SFTP is used via sshkit on Ruby 2.0.
Configuration menu - View commit details
-
Copy full SHA for c8f9f18 - Browse repository at this point
Copy the full SHA c8f9f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b93df3 - Browse repository at this point
Copy the full SHA 3b93df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e475e - Browse repository at this point
Copy the full SHA c2e475eView commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49c39de - Browse repository at this point
Copy the full SHA 49c39deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d144c3 - Browse repository at this point
Copy the full SHA 4d144c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3a6db - Browse repository at this point
Copy the full SHA 7f3a6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0151fe - Browse repository at this point
Copy the full SHA d0151feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb1294 - Browse repository at this point
Copy the full SHA 4eb1294View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b9cbf1 - Browse repository at this point
Copy the full SHA 5b9cbf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b7456 - Browse repository at this point
Copy the full SHA d6b7456View commit details
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.