-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
User GPG Keys client #1343
Conversation
2f65887
to
84303dd
Compare
/// </remarks> | ||
public IObservableUserGpgKeysClient GpgKeys { get; private set; } | ||
|
||
|
There was a problem hiding this comment.
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!!)
Looks good! I've made a few comments |
Thanks @ryangribble, I've pushed fixes for your comments. |
24043fc
to
9cf42fe
Compare
sorry @alfhenrik , this just needs a rebase/merge due to some other PR's I merged (probably just |
No problem, I'll do that soon |
9cf42fe
to
9e594a6
Compare
Rebased and ready for review again |
Cool, I just sent a PR to your branch to bring your also found the integration tests you added were failing sometimes... turned out there was a missing |
Context helper tweaks and fix integration test
IUserGpgKeysClient.cs
andUserGpgKeysClient.cs
ApiUrls.GpgKeys
NewGpgKey
request modelGpgKey
response modelIObservableUserGpgKeysClient.cs
andObservableUserGpgKeysClient.cs
UserGpgKeysClientTests.cs
ObservableUserGpgKeysClientTests.cs
UserGpgKeysClientTests.cs
ObservableUserGpgKeysClientTests.cs
Fixes #1252