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

Fix 12 search api #70

Merged
merged 10 commits into from
Mar 20, 2017
Merged

Conversation

ashawley
Copy link
Contributor

@ashawley ashawley commented Jan 20, 2017

I've finished the work @sukeshni started on the search API in #36.

I resolved all the comments and suggestions that @shunjikonishi and @fanwashere raised about code search results. I also improved the unit tests.

@ashawley ashawley mentioned this pull request Jan 20, 2017

def description = opt("description")
def open_issues_count = get("open_issues_count").toInt
def open_issues_count = get("open_issues_count").toLong
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was the only compatibility change in this pull request.

There was no test case to catch it. The RepositoryCommand uses it, but the generic PrintList.build function doesn't care about the type.

@shunjikonishi
Copy link
Contributor

Currently I don't use this API.
I just verified test works.

LGTM

@shunjikonishi shunjikonishi merged commit 3f61635 into code-check:master Mar 20, 2017
@ashawley ashawley deleted the fix-12-SearchApi branch March 20, 2017 16:16
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.

3 participants