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

Fix regressions in 0.29.1 #219

Merged
merged 4 commits into from
Nov 21, 2017
Merged

Conversation

adamleff
Copy link
Contributor

@adamleff adamleff commented Nov 21, 2017

This PR is a set of cherry-picks to cut a 0.29 patch release to correct some issues that snuck into 0.29.1. We are branching off of v0.29.1 rather than releasing master because of the volume of unreleased changes currently sitting on master that we do not wish to release during the US Thanksgiving week.

The cherry-picks are from the following PRs which are already merged to master:

adamleff and others added 2 commits November 21, 2017 12:23
* Add unix_mode_mask method to Train::File::Local::Unix

During the refactor, the `#unix_mode_mask` method for Unix files was
only added to the Remote class. It's still needed for the Local class.

Signed-off-by: Adam Leff <[email protected]>
Had a test start failing recently and tracked it down to remote linux file
resources no longer handling spaces in paths as of the refactor in 0.29.0.

The test passes again after applying this change.

Signed-off-by: Jonathan Hartman <[email protected]>
@adamleff adamleff requested a review from a team November 21, 2017 17:29
@adamleff adamleff force-pushed the adamleff/fix-0.29.1-regressions branch from 4d23ea2 to 7c1121f Compare November 21, 2017 17:31
It appears that the Appveyor images changed recently and the Ruby
installs for all version (2.2, 2.3, and 2.4) already include Bundler
installed. Attempting to install it will hang the tests at an
interactive prompt asking if you want to override the install, and
--force'ing the install causes path issues and Rubygems won't be able
to activate the gem.

Removing the bundler install appears to solve the problem nicely.

Signed-off-by: Adam Leff <[email protected]>
Copy link
Contributor

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you @adamleff for the quick fix

@chris-rock chris-rock merged commit e025863 into release-0.29.2 Nov 21, 2017
@chris-rock chris-rock deleted the adamleff/fix-0.29.1-regressions branch November 21, 2017 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants