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

Unification of shell_out APIs #7372

Merged
merged 3 commits into from Jun 19, 2018

Conversation

lamont-granquist
Copy link
Contributor

@lamont-granquist lamont-granquist commented Jun 14, 2018

shell_out_compact / shell_out_with_timeout / shell_out_compact_timeout are now all collapsed into simply shell_out

the shell_out_compacted API is a private method which can be used to setup expectations on in rspec post-flat/compaction -- so meaningless changes to the shell_out won't cause churn in the specs.

formal deprecation of the APIs comes next.

@lamont-granquist lamont-granquist requested a review from a team June 14, 2018 17:12
@lamont-granquist lamont-granquist force-pushed the lcg/deprecate-shell-out-compact-timeout branch from d581e4a to 7896365 Compare June 15, 2018 16:55
@lamont-granquist lamont-granquist changed the title WIP: Unification of shell_out APIs Unification of shell_out APIs Jun 15, 2018
converts all usage to just shell_out() from the numerous helper
utilities that we've had previously.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
@lamont-granquist lamont-granquist force-pushed the lcg/deprecate-shell-out-compact-timeout branch from e2bbfa7 to 292d226 Compare June 15, 2018 21:13
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Copy link
Contributor

@thommay thommay left a comment

Choose a reason for hiding this comment

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

:shipit:

@tas50
Copy link
Contributor

tas50 commented Jun 19, 2018

Probably wanna add this to the release notes

@lamont-granquist
Copy link
Contributor Author

it'll make more sense to do that with the deprecation PR

@lamont-granquist lamont-granquist merged commit 7057cff into master Jun 19, 2018
@lamont-granquist lamont-granquist deleted the lcg/deprecate-shell-out-compact-timeout branch June 19, 2018 15:21
@lock
Copy link

lock bot commented Aug 18, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants