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

User GPG Keys client #1343

Merged
merged 13 commits into from
Jun 8, 2016
Merged

Conversation

hnrkndrssn
Copy link
Contributor

@hnrkndrssn hnrkndrssn commented Jun 4, 2016

  • Add IUserGpgKeysClient.cs and UserGpgKeysClient.cs
    • Add ApiUrls.GpgKeys
    • Add NewGpgKey request model
    • Add GpgKey response model
  • Add IObservableUserGpgKeysClient.cs and ObservableUserGpgKeysClient.cs
  • Add unit tests
    • UserGpgKeysClientTests.cs
    • ObservableUserGpgKeysClientTests.cs
  • Add integration tests
    • UserGpgKeysClientTests.cs
    • ObservableUserGpgKeysClientTests.cs

Fixes #1252

@hnrkndrssn hnrkndrssn changed the title [WIP] GPG Keys client [WIP] User GPG Keys client Jun 4, 2016
@hnrkndrssn hnrkndrssn force-pushed the enh-gpgkeysclient branch from 2f65887 to 84303dd Compare June 4, 2016 22:34
@hnrkndrssn hnrkndrssn changed the title [WIP] User GPG Keys client User GPG Keys client Jun 5, 2016
/// </remarks>
public IObservableUserGpgKeysClient GpgKeys { get; private set; }


Copy link
Contributor

Choose a reason for hiding this comment

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

Extra whitespace line? (Nitpick, I know!!)

@ryangribble
Copy link
Contributor

Looks good! I've made a few comments

@hnrkndrssn
Copy link
Contributor Author

Thanks @ryangribble, I've pushed fixes for your comments.

@hnrkndrssn hnrkndrssn force-pushed the enh-gpgkeysclient branch from 24043fc to 9cf42fe Compare June 7, 2016 21:01
@ryangribble
Copy link
Contributor

sorry @alfhenrik , this just needs a rebase/merge due to some other PR's I merged (probably just AcceptHeaders.cs changes)

@hnrkndrssn
Copy link
Contributor Author

No problem, I'll do that soon

@hnrkndrssn hnrkndrssn force-pushed the enh-gpgkeysclient branch from 9cf42fe to 9e594a6 Compare June 8, 2016 13:01
@hnrkndrssn
Copy link
Contributor Author

Rebased and ready for review again

@ryangribble
Copy link
Contributor

Cool, I just sent a PR to your branch to bring your GpgKeyContext class inline with the other context helpers we just tweaked

also found the integration tests you added were failing sometimes... turned out there was a missing await

@ryangribble ryangribble merged commit ff0112e into octokit:master Jun 8, 2016
@ryangribble
Copy link
Contributor

LGTM

@hnrkndrssn hnrkndrssn deleted the enh-gpgkeysclient branch June 8, 2016 21:18
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