Skip to content

Api/ssh auth#1837

Merged
technoweenie merged 4 commits intoapi-masterfrom
api/ssh-auth
Jan 6, 2017
Merged

Api/ssh auth#1837
technoweenie merged 4 commits intoapi-masterfrom
api/ssh-auth

Conversation

@technoweenie
Copy link
Contributor

Ports SSH auth from the old httputil package. Uses the integration test added in #1825.

Copy link
Contributor

@ttaylorr ttaylorr left a comment

Choose a reason for hiding this comment

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

Looks good, just one minor nit which you can feel free to ignore. These tests look awesome, and very comprehensive 👍

git config lfs.url "$sshurl"
git lfs env

oid="$(calc_oid "test")"
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: if you want, I thinking naming this with a $contents variable would be consistent with the rest of the test suite and bring some additional clarity:

contents="test"
oid="$(calc_oid "$contents")"

printf "$contents" > test.dat

@ttaylorr ttaylorr mentioned this pull request Jan 6, 2017
17 tasks
@technoweenie technoweenie merged commit 6595c1c into api-master Jan 6, 2017
@technoweenie technoweenie deleted the api/ssh-auth branch January 6, 2017 21:04
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.

2 participants