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

Move INotificationsClient to under IActivitiesClient #1019

Merged
merged 2 commits into from
Dec 22, 2015

Conversation

M-Zuber
Copy link
Contributor

@M-Zuber M-Zuber commented Dec 20, 2015

per #1015.

Top level client obsoleted.

@@ -16,6 +16,7 @@ public interface IObservableGitHubClient : IApiInfoProvider
IObservableReleasesClient Release { get; }
IObservableSshKeysClient SshKey { get; }
IObservableUsersClient User { get; }
[System.Obsolete("The Notifications API belongs under the Activities client")]
Copy link
Member

Choose a reason for hiding this comment

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

💄 Perhaps make this message a bit more concise:

Notifications are now available under the Activities client. This will be removed in a future update.

@shiftkey
Copy link
Member

packages/System.Net.Http.2.0.20710.0/System.Net.Http.2.0.20710.0.nupkg should be removed from this PR, as it's covered by #1018

@M-Zuber
Copy link
Contributor Author

M-Zuber commented Dec 21, 2015

Fixed

@shiftkey
Copy link
Member

@M-Zuber the rogue packages entry is still present

@M-Zuber
Copy link
Contributor Author

M-Zuber commented Dec 22, 2015


I guess this is why packages is usually in the .gitignore ¯_(ツ)_/¯
I'll fix it when I'm in the office

@M-Zuber
Copy link
Contributor Author

M-Zuber commented Dec 22, 2015

Done and rebased

also remove unwanted .nupkg
@shiftkey
Copy link
Member

curl: (7) Failed connect to storage.bos.xamarin.com:80; Operation timed out
The command "curl -sS http://storage.bos.xamarin.com/bot-provisioning/PortableReferenceAssemblies-2014-04-14.zip > /tmp/pcl-assemblies.zip" failed and exited with 7 during .

@naveensrinivasan have you seen this before?

@naveensrinivasan
Copy link

@shiftkey it is for the PortableReferenceAssemblies that we get from the xamarin. Looks like it is failing to get it failure because of timeout. Did you try re-running the build on the same commit?

@shiftkey
Copy link
Member

@naveensrinivasan it was failing for me on multiple builds yesterday (both for OS X and Linux) but seems to have come good today. Thanks for the 👀.

@shiftkey
Copy link
Member

@M-Zuber thanks!

shiftkey added a commit that referenced this pull request Dec 22, 2015
Move INotificationsClient to under IActivitiesClient
@shiftkey shiftkey merged commit 3141c58 into octokit:master Dec 22, 2015
@M-Zuber M-Zuber deleted the inotifications-not-top-level branch December 23, 2015 12:26
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.

None yet

3 participants