Skip to content
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
wants to merge 10 commits into from
Closed

Commits on Dec 31, 2023

  1. 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.
    mattbrictson committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    c8f9f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b93df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2e475e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    49c39de View commit details
    Browse the repository at this point in the history
  2. Increase VM memory

    mattbrictson committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4d144c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f3a6db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0151fe View commit details
    Browse the repository at this point in the history
  5. Once more

    mattbrictson committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    4eb1294 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Try a larger runner

    mattbrictson committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5b9cbf1 View commit details
    Browse the repository at this point in the history
  2. Remove unused boxes

    mattbrictson committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d6b7456 View commit details
    Browse the repository at this point in the history