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

Add repositoryId overloads to methods on I(Observable)MilestonesClient #1392

Merged

Conversation

alexander-efremov
Copy link
Contributor

As part of my work on #1120 I've added new overloads on I(Observable)MilestonesClient to get access by repository id.

  • Add overloads to IMilestonesClient.

    Just add overloads of existing methods that use repositoryId to work with repo.

  • Add overloads to IObservableMilestonesClient.

    Just add overloads of existing methods that use repositoryId to work with repo.

  • Add unit tests.

    I've added new unit tests that use repositoryId to work with repo that is just a full copy of existing tests that use (owner, name) key.
    Also I've found out that not all methods are covered by tests and added them for new and for old methods.

  • Add integration tests.

    I've added new integration tests that use repositoryId to work with repo that is just a full copy of existing tests that use (owner, name) key.
    Also I've found out that not all methods are covered by tests and added them for new and for old methods.

@alexander-efremov
Copy link
Contributor Author

no need to clear tags, they are clean.

@ryangribble
Copy link
Contributor

ryangribble commented Jun 25, 2016

LGTM

@ryangribble ryangribble merged commit ca7b486 into octokit:master Jun 25, 2016
@alexander-efremov alexander-efremov deleted the add-repo-id-milestones-client branch June 25, 2016 13:10
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